Changelog for
python311-django-grappelli-4.0.1-lp156.3.1.noarch.rpm :
* Thu Sep 05 2024 Steve Kowalik
- Drop unneeded BuildRequires on pylib.
* Fri May 03 2024 Dirk Müller - update to 4.0.1:
* Compatibility with Django 5.x
* Adjusted checkbox (and related radio) styles.
* Added block submit-row to allow extending the submit line.
* Removed length_is template filter in favour of length.
* Fixed: breadcrumbs block.
* Fixed: logout link (POST instead of GET).
* Fixed: First non-checkbox column in changelist aligned center.
* Fixed: Delete a warning with Python 3.12.
* Fixed: Translation string of Cancel button with Form.
* Fixed: Trigger change event in dismissRelatedLookupPopup.
* Wed Mar 13 2024 Matej Cepl - Clean up the SPEC file
* Tue Mar 12 2024 Max Lin - Add %{?sle15_python_module_pythons}
* 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.
* 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