Changelog for
python3-django-grappelli-2.14.1-lp152.1.1.noarch.rpm :
* 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
* Fri Sep 27 2013 p.drouandAATTgmail.com- Update to version 2.4.6 + Add compatibility with Django 1.4/1.5- Use download url as source
* Fri Feb 22 2013 alexandreAATTexatati.com.br- Update to 2.4.4:
* New: Added Czech translation for TinyMCE.
* Fixed: set correct case-sensitive dependency for Django in setup.py.
* Fixed: Make setup.py work with Python 3.
* Fixed: Breadcrumbs with delete_confirmation.
* Fixed: Showing help-text with empty FK autocompletes.
* Fixed: Custom USERNAME_FIELD names for Django 1.5.
* Fixed: Updated grappelli/urls to support Django 1.5.
* Fixed: Added has_usable_password.
* Fixed: Distinct results with Autocompletes.
* Fixed: Fix RelatedLookup when called with empty string as object_id.
* Fixed: 2 clicks to remove items with m2m–autocompletes.
* Fixed: Error with adding values to hidden–fields with autocomplets (after using the pop up window).
* Fixed: Autocomplete generic lookups when object_id is not an integer field.
* Improved: App titles are now translatable with the dashboards app list.
* Improved: Rewrites views into class-based views.
* Improved: Better messages with autocompletes and no results.
* Improved: Removed Django as a requirement with the setup file.
* Improved: Replaced p.grp-readonly with div.grp-readonly (in order to show contents with mark_safe).
* Fri Nov 09 2012 alexandreAATTexatati.com.br- Update to 2.4.3:
* Fixed: i18n of the Save-Button.
* Fixed: ``related_label`` used for autocomplete list.
* Fixed: help_text with related–lookups and autocomplete lookups (help_text with M2M is not possible because of a django–bug).
* Fixed: Bug with model does not exist and m2m lookups.
* Fixed: Calendar button with Chrome and zooming.
* Improved: Error messages on Change–List are now below form fields (not above).
* Improved: Design of the Login screen.
* Improved: Cloning inlines now works with django-autocomplete-light.
* Added: Password reset (on login page).
* New: New Login screen.
* New: Support for Django 1.5.