Mario Colombo
Mario Colombo
The Autocomplete URL can be retrieved via a template tag: ``` register = template.Library() @register.simple_tag(takes_context=True) def get_autocomplete_url(context): spec = context.get('spec') app_label = spec.field.related_model._meta.app_label model_name = spec.field.related_model._meta.model_name return reverse('admin:{}_{}_autocomplete'.format( app_label, model_name,...
## Description This is about introducing django-cms 3.10 and 3.11 to the [compatibility table](https://docs.django-cms.org/en/develop/#software-version-requirements-and-release-notes). ## Related resources * https://github.com/django-cms/django-cms/issues/7312 ## Checklist * [x] I have opened this pull request against...
- adding django 4 - adding python 3.10 - adding django-cms 3.10, 3.11 (future) and 4.2 (future) ## further considerations - 3.11 should be LTS compatible with django 3.2 (dropping...
The behaviour is already described in https://github.com/divio/django-cms/issues/6246 however I would like to create this issue so it can be found on Google.
### Summary - In a plugin's frontend editing modal, Django's DateField or DatetimeField datepicker is rendered outside the modal's visible area - This is probably not a djangocms bug but...
### Summary - application_namespace - https://github.com/divio/django-cms/blob/develop/cms/admin/forms.py#L611 - using aldryn-apphook-config to have dropdowns in the page advanced settings apphook config field (but the problem likely also exists without aldryn-apphook-config)  ###...
I havent looked into this but I wonder if its achievable to show the auth viewsets in DRF's browsable API. It would certainly help frontend developers.
- pywallet should support xpub keys from Electron to generate addresses that match the ones generated by the Electron wallet
When I create a cmsplugin instance in the text editor (for example a bootstrap3 image) and then click on the cursor icon that appears on hover, and then create a...
in TextPlugin, when inserting a text_enabled plugin, if there is a CharField called 'name', any previously selected text in the TextPlugin will be its default value. This is so the...