Brush up changelog a bit more

fix_request_path_info
Diederik van der Boor 2015-04-08 13:53:36 +02:00
parent 5f4e6e18ba
commit 363463e290
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ Changelog
Version 0.7 (in git) Version 0.7 (in git)
-------------------- --------------------
* Support custom primary key defined using ``mybase_ptr = models.OneToOneField(BaseClass, parent_link=True, related_name="...")``. * Added Django 1.8 support
* Fixed Django 1.8 issues (regarding related names and source_expression attributes). * Added support for custom primary key defined using ``mybase_ptr = models.OneToOneField(BaseClass, parent_link=True, related_name="...")``.
* Fixed Python 3 issue in the admin * Fixed Python 3 issue in the admin
* Fixed ``_default_manager`` to be consistent with Django, it's now assigned directly instead of using ``add_to_class()`` * Fixed ``_default_manager`` to be consistent with Django, it's now assigned directly instead of using ``add_to_class()``
* Fixed 500 error for admin URLs without a '/', e.g. ``admin/app/parentmodel/id``. * Fixed 500 error for admin URLs without a '/', e.g. ``admin/app/parentmodel/id``.