Update changelog with everything found in git

fix_request_path_info
Diederik van der Boor 2017-07-10 11:07:36 +02:00
parent 67dd5c0a0d
commit 51f33b170b
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
Changelog Changelog
========= =========
Changes in git
--------------
* Allow expressions to pass unchanged in ``.order_by()``
* Fixed Django 1.11 accessor checks (to support subclasses of ``ForwardManyToOneDescriptor``, like ``ForwardOneToOneDescriptor``)
* Fixed polib syntax error messages in translations.
* Dropped Django 1.4, 1.5, 1.6, 1.7, 1.9 and Python 2.6 support.
Only official Django releases (1.8, 1.10, 1.11) are supported now.
Version 1.2 (2017-05-01) Version 1.2 (2017-05-01)
------------------------ ------------------------