Changelog for
python3-django-grappelli-2.14.4-bp155.3.3.1.noarch.rpm :
* Mon Nov 27 2023 Dirk Müller
- update to 2.14.4:
* Fixed: Redirect with switch user.
* Improved: Remove extra filtering in AutocompleteLookup.
* Improved: Added import statement with URLs for quickstart docs.
* Improved: Added additional blocks with inlines to allow override.
* Fixed: Compatibility with Django 3.1.
* Fixed: Docs about adding Grappelli documentation URLS.- add CVE-2021-46898.patch (bsc#1216481, CVE-2021-46898)
* Mon Aug 31 2020 Marketa Calabkova - Launch tests
* Tue Jun 09 2020 Ondřej Súkup - Update to 2.14.2
* Fixed: Django version (3.0) with docs and quickstart.
* Fixed: Dashboard with metaclass.
* Fixed: Missing variable in RelatedObjectLookups.
* Fixed: Sortables with tuples when using StackedInlines.
* Improved: Removed six dependency.
* Improved: Changed bodyclass in order to allow adding more attributes.
* Thu Feb 20 2020 Tomáš Chvátal - Update to 2.14.1:
* First release of Grappelli which is compatible with Django 3.0.
* Tue Jan 07 2020 Tomáš Chvátal - Update to 2.13.3:
* Fixed: Horizontal scrolling.
* Fixed: Changelist with custom filters.
* Fixed: Form select icons (Chrome).
* Fixed: added Django autocomplete JS files.
* Fixed: added minified jQuery 3.3.1 file.
* Fixed: added request to formfield_for_dbfield.
* Fixed: use safe label with autocompletes.
* Improved: added separate file for documentation URLs.
* Improved: removed Python 2 support.
* Improved: CSS footer and submit-row fixes.
* Improved: CSS field width with inline tabular.
* Mon Sep 16 2019 Tomáš Chvátal - Update to 2.13.1:
* First release of Grappelli which is compatible with Django 2.2.
* Mon May 06 2019 Tomáš Chvátal - Update to 2.12.3:
* Improved: use get_username with object history.
* Improved: trigger change event in dismissChangeRelatedObjectPopup.
* Improved: honor cl.show_full_result_count with pagination.
* Fixed: using a div.grp-related-widget to wrap all possible widgets.
* Wed Feb 27 2019 Tomáš Chvátal - Update to 2.12.2:
* New: edit and delete links with related objects.
* New: Templates in order to allow integration with django-import-export.
* Improved: Use admin site_header as title (if given and not default).
* Improved: compass/sass setup.
* Fixed: view permissions.
* Fixed: last inline form with non-editable inlines.
* Tue Dec 11 2018 Tomáš Chvátal - Update to 2.12.1:
* Many changes to enumerate
* Support for new djangos- Switch to singlespec- Run tests
* Sun May 03 2015 benoit.moninAATTgmx.fr- update to version 2.6.4:
* Fixed: Prepopulated fields with inlines.
* Fixed: Hide row if only hidden fields are given.
* Fixed: Background with pulldown handler.
* Fixed: Python to JSON Serialization with autocompletes with non-automatic id.
* Fixed: Handled LookupError in RelatedLookup view with wrong app_label/model_name.
* Fixed: Add link with changelist.
* Fixed: Error when constance needs a hidden field.
* Fixed: ID generation in the dashboard template app_list.html.
* Fixed: Breadcrumb links in the template change_password.html.
* Fixed: Use get_username to retrieve username, support custom user models.
* Fixed: Sorting with dashboard when verbose_name_plural is not given.
* Fixed: Removed site dependencies for admin doc views.- additional changes from version 2.6.3:
* New: Triggering change when input is changed in autocomplete.
* New: Blocks header, navigation, user-tools and context-navigation with base.html.
* Fixed: Scrollbars with M2M (with some browsers).
* Improved: Removed note about order of STATICFILES_FINDERS from the docs.- additional changes from version 2.6.2:
* Fixed: Tests with custom User model.
* Fixed: Removed _to_field from generic lookups.
* Fixed: Used user.pk instead of user.id with dashboard module.
* Fixed: Unique appconfig with grappelli.dashboard.
* Improved: Grappelli admin title is used for site title as well (if given).
* Improved: Added block branding to base.html.- additional changes from version 2.6.1:
* First release of Grappelli which is compatible with Django 1.7- update project URL- remove executable bit from text files- delete sed call to fix end of line: not needed anymore