Skip to content

Commit

Permalink
Brush up changelog a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Apr 8, 2015
1 parent 5f4e6e1 commit 363463e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changelog
Version 0.7 (in git)
--------------------

* Support custom primary key defined using ``mybase_ptr = models.OneToOneField(BaseClass, parent_link=True, related_name="...")``.
* Fixed Django 1.8 issues (regarding related names and source_expression attributes).
* Added Django 1.8 support
* 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 ``_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``.
Expand Down

0 comments on commit 363463e

Please sign in to comment.