Jacob Rief
Jacob Rief
When using "Make direct payment" the credit card number is sent via POST request to the customers server. This means that your customer needs a PCI DSS certification. I can't...
## Description It adds the same behaviour to templatetag `{% page_attribute 'field_name' 'page_lookup' as varname %}` as is already implemented in templatetag `{% page_url 'page_lookup' as varname %}`. If `settings.DEBUG...
(This is neither a bug nor a feature request, therefore I didn't know how to classify it.) Django, since at least version 1.8, offers a method to reload / [refresh...
The third party apps **djangocms-link** and **djangocms-text-ckeditor** require **django-cms** to be installed. This is intentional and good practice. However the test-suite for **django-cms** requires to install **djangocms-link** and **djangocms-text-ckeditor**. This...
Currently, models inheriting from ``treebeard.mp_tree.MP_Node`` have three hard coded fields: ``path``, ``depth`` and ``numchild``. Combining them with existing model definitions can lead to naming conflicts. I therefore suggest to allow...
If one wants to add a child to an existing node using the administration backend, currently there is no intuitive way. In my opinion, the change list view of a...
Currently, method ``add_root`` is implemented as a class-method of the current model node. This is not Djangonic behavior. In Django, creating a new model instance, normally is done through the...