Changelog

2.6.4 (not yet released)

  • New: Added translation files for UI datepicker.
  • New: Automatically translate datepicker based on LANGUAGE_CODE.
  • 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.

2.6.3 (November 14th 2014)

  • 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.

2.6.2 (October 17th 2014)

  • 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.

2.6.1 (September 10th 2014)

  • First release of Grappelli which is compatible with Django 1.7