Ernesto Revilla
Ernesto Revilla
Although CMS is supported in the last standard RFC 5652, the former CAdES RFC 5126 has additional fields like the explicit policy (EPES).
PR for #96
Would it be possible to add GridFS support in docker image?
See #31
It would be nice to have something easily selectable per jquery, for example, when replacing the original file input with something else.
The widgets.ResubmitBaseWidget.value_from_datadict is called twice, once when validating a form (during a POST) and may be called again when rendering the form if it is invalid. It would be nice...
Still not tests, just a suggestion. See #29.
With Django 3.2.15, `editor/jquery.treeTable.js` seems to be loaded before `admin/js/jquery.init.js`. (This is caused by django's Media merging algorithm. To fix it, jQuery and jquery.init must be defined as depedencies. This...
I get the following error when trying to deserialize django data and only with cache enabled. (Johnny cache 1.4, Django 1.4.18) ``` Traceback (most recent call last): File "/opt/tangram/tangramdt/tangram_base/src/tangram/apps/api/deploy.py", line...
# Rationale Currently, GH allows to reference issues and PR with the syntax: - #123 - github/markup#123 but not a direct link to a comment in an issue. As some...