django-grappelli icon indicating copy to clipboard operation
django-grappelli copied to clipboard

A jazzy skin for the Django Admin-Interface (official repository).

Results 22 django-grappelli issues
Sort by recently updated
recently updated
newest added

Hi there, Can anyone confirm if django-grappelli compatibility with python 3.10 Thank you.

There are small typos in: - grappelli/static/grappelli/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js - grappelli/static/grappelli/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js - grappelli/static/grappelli/tinymce/jscripts/tiny_mce/plugins/media_orig/editor_plugin_src.js Fixes: - Should read `context` rather than `contect`. - Should read `preferable` rather than `preferrable`. Semi-automated pull request generated...

Version 3.0.3 - current master version Some projects use non-integer user ids (for example uuid4). This will help them immensely

It is currently only possible to define exactly one `date_hierarchy` with Django. But it is sometimes useful to define more than one of these filters. Check if we can easily...

Django version: 4.0 Grappelli 3.0.3 **Problem:** An admin.TabularInline has a readonly_field ("id"). This is rendered incorrectly. It works without grappelli and it used to work prior to Django 4.0. **Output:**...

Packages: Django==3.2.2 django-grappelli==2.15.1 The current `change_list_filter_confirm` contains: `{% load i18n grp_tags admin_urls static admin_list %}` Django is using the `admin_list_filter` template tag from Django's `admin_list` instead of Grapelli`s `grp_tags`. Looks...

ugettext_lazy changed to gettext_lazy in django.utils.translation

Warehouse now uses the project_urls provided to display links in the sidebar on [this screen](https://pypi.org/project/requests/), as well as including them in API responses to help the automation tool find the...

Previously, the include added a height of 25px to the select[multiple] inputs, which made them un-usable. This avoids adding the height restriction to the multiple-input selects. Previous to fix: After...

Since it's checked in backend code, and customized AdminSite could remove is_staff limit.