Bump to v2.0.1

This commit is contained in:
Diederik van der Boor
2018-02-05 10:35:37 +01:00
parent c56d22b5b8
commit d36f55a58f
4 changed files with 51 additions and 4 deletions
+13
View File
@@ -1,6 +1,19 @@
Changelog
=========
Changes in 2.0.1 (2018-02-05)
-----------------------------
* Fixed manager inheritance detection for Django 1.11.
It's recommended to use ``Meta.manager_inheritance_from_future`` so Django 1.x code also inherits
the ``PolymorphicManager`` in all subclasses. Django 2.0 already does this by default.
This restores the manager inheritance behavior that *django-polymorphic 1.3* enforced for Django 1.x projects.
* Deprecated the ``base_objects`` manager. Use ``objects.non_polymorphic()`` instead.
* Fixed test management commands
Changes in 2.0 (2018-01-22)
---------------------------
+2 -2
View File
@@ -61,9 +61,9 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.0.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.