From 363463e290ec631834890bb3a65bbcbaabb3898d Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Wed, 8 Apr 2015 13:53:36 +0200 Subject: [PATCH] Brush up changelog a bit more --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 15c967d..9499e72 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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``.