From db6d7ed21358f03a8f3d4ea5abcbbf04b972a676 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 4 Oct 2016 11:21:20 +0200 Subject: [PATCH] Update changelog with recent git changes --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 821fa2b..b3a4920 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +Changes in git +-------------- + +* Added helper function for django-guardian_; add + ``GUARDIAN_GET_CONTENT_TYPE = 'polymorphic.contrib.guardian.get_polymorphic_base_content_type'`` + to the project settings to let guardian handles inherited models properly. +* Fixed ``polymorphic_modelformset_factory()`` usage. +* Fixed Python 3 bug for inline formsets. +* Fixed CSS for Grappelli, so model choice menu properly overlaps. + + Version 1.0.1 (2016-09-11) -------------------------- @@ -256,6 +267,7 @@ It supports Django 1.1 up till 1.4 and Python 2.4 up till 2.7. For a detailed list of it's changes, see the :doc:`archived changelog `. .. _Grappelli: http://grappelliproject.com/ +.. _django-guardian: https://github.com/django-guardian/django-guardian .. _django-parler: https://github.com/django-parler/django-parler .. _django-reversion: https://github.com/etianen/django-reversion .. _django-reversion-compare: https://github.com/jedie/django-reversion-compare