Changelog for
python311-django-grappelli-3.0.8-1.2.noarch.rpm :
* Fri Nov 10 2023 Dirk Müller
- update to 3.0.8:
* Fixed collectstatic with ManifestStaticFilesStorage.
* Fixed removing text with DateTime Shortcuts.
* Fixed autocomplete inlines with new rows.
* Improved CSS (removed compass).
* Mon Sep 18 2023 Dirk Müller - update to 3.0.7:
* Updated jQueryUI to 1.13.2.
* Added readthedocs yaml file.
* Sun May 07 2023 Dirk Müller - update to 3.0.6:
* Fixed incorrect label of option returned by RelatedLookup view.
* Sun Apr 16 2023 Dirk Müller - update to 3.0.5:
* Removed package.json from jquery-ui.
* Fixed change_list_filter_confirm peoduces wrong url parameters.
* Fixed change_list_filter_confirm is using admin_list.admin_list_filter instead of grp_tags.admin_list_filter.
* Added default for dummy template with dahboard (because of django-compressor offline compression).
* Wed Jan 04 2023 Dirk Müller - update to 3.0.4:
* Fixed race condition issue with Grunt.
* Fixed readonly ID field.
* Fixed utf-8 characters in TinyMCE staticfiles.
* Fixed changelist actions.
* Thu Jan 13 2022 John Vandenberg - Remove tests from runtime package- Update to v3.0.1
* Add compatibility with Django 4.0.- from v2.15.4
* Removed obsolete ifnotequal tag with search template.
* Removed duplicate Django Javascripts from Grappelli.
* Improved and styled Django autocompletes.- from v2.15.3
* Added missing files from previous release.- from v2.15.2
* Fixed ellipsis with pagination.
* Fixed redirect with switch.
* Fixed constance template.
* Fixed Django Autocompletes.- from v2.15.1
* First release of Grappelli which is compatible with Django 3.2.- from v2.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.- from v2.14.3
* Fixed: Compatibility with Django 3.1.
* Fixed: Docs about adding Grappelli documentation URLS.
* 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.