Mario Colombo

Results 27 issues of 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,...

help wanted

## 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...

component: documentation
status: work in progress

- 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...

component: documentation
stale

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.

component: frontend
kind: bug
status: accepted

### 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...

component: frontend
kind: bug
status: accepted

### 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) ![image](https://user-images.githubusercontent.com/4056979/44167672-16715280-a0cf-11e8-9f4f-a606c575897a.png) ###...

kind: enhancement
status: accepted

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...

stale

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...

stale