Bump to 1.0.1

fix_request_path_info
Diederik van der Boor 2016-09-11 21:34:37 +02:00
parent c97d1ef088
commit 8f9f8ab4f7
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
Version 1.0.1 (2016-09-11)
--------------------------
* Fixed compatibility with manager changes in Django 1.10.1
Version 1.0 (2016-09-02) Version 1.0 (2016-09-02)
------------------------ ------------------------

View File

@ -7,7 +7,7 @@ This code and affiliated files are (C) by Bert Constantin and individual contrib
Please see LICENSE and AUTHORS for more information. Please see LICENSE and AUTHORS for more information.
""" """
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/) # See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
__version__ = "1.0" __version__ = "1.0.1"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models. # Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.