Update changelog

fix_request_path_info
Diederik van der Boor 2019-07-12 18:07:59 +02:00
parent 49f89ffb21
commit 02a40cbb0b
No known key found for this signature in database
GPG Key ID: 4FA014E0305E73C1
1 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,22 @@
Changelog Changelog
========= =========
Changes in 2.1 (tbd)
--------------------
* Added Django 2.2 support.
* Change iterable class for ``.non_polymorphic()``, to completely cirvumvent polymorphic.
* Fixed Django 3.0 alpha compatibility.
* Fixed compatibility with current django-extra-views_ in ``polymorphic.contrib.extra_views``.
* Fixed missing hiding of the add-button of polymorphic lines in the Django admin.
* Fixed model subclass ``___`` selector for abstract/proxy models.
* Fixed model subclass ``___`` selector for models with a custom ``OneToOneField(parent_link=True)``.
* Fixed unwanted results on calling ``queryset.get_real_instances([])``.
* Fixed ``prefetch_related()`` support.
* Fixed unwanted ``TypeError`` exception when ``PolymorphicTypeInvalid`` should have raised.
* Optimized SQL for ``instance_of`` filter: use ``IN`` statement instead of ``OR`` clauses.
Changes in 2.0.3 (2018-08-24) Changes in 2.0.3 (2018-08-24)
----------------------------- -----------------------------
@ -380,6 +396,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 <changelog_archive>`. For a detailed list of it's changes, see the :doc:`archived changelog <changelog_archive>`.
.. _Grappelli: http://grappelliproject.com/ .. _Grappelli: http://grappelliproject.com/
.. _django-extra-views: https://github.com/AndrewIngram/django-extra-views
.. _django-guardian: https://github.com/django-guardian/django-guardian .. _django-guardian: https://github.com/django-guardian/django-guardian
.. _django-parler: https://github.com/django-parler/django-parler .. _django-parler: https://github.com/django-parler/django-parler
.. _django-reversion: https://github.com/etianen/django-reversion .. _django-reversion: https://github.com/etianen/django-reversion