Commit ea4c834c2756274469c934ed40ce2cb840ce74f3

Authored by Claude Paroz
1 parent 9b3db2bf

Bumped to 1.7.2 with changes

Showing 2 changed files with 8 additions and 2 deletions
@@ -8,11 +8,17 @@ Pending @@ -8,11 +8,17 @@ Pending
8 8
9 * New release notes here 9 * New release notes here
10 10
  11 +1.7.2 (2016-08-04)
  12 +------------------
  13 +
  14 +* ``get_comment_list`` now returns a ``QuerySet`` instead of a ``list``.
  15 +* Fixed a Django 1.9+ compatibility issue with a customized comment app in
  16 + ``INSTALLED_APPS`` (#87).
  17 +* Confirmed support for Django 1.10.
11 18
12 1.7.1 (2016-05-03) 19 1.7.1 (2016-05-03)
13 ------------------ 20 ------------------
14 21
15 -* ``get_comment_list`` now returns a ``QuerySet`` instead of a ``list``.  
16 * Isolated abstract models outside of models.py so they can be imported without 22 * Isolated abstract models outside of models.py so they can be imported without
17 triggering Django's deprecation warning about models living outside of a 23 triggering Django's deprecation warning about models living outside of a
18 'models' module. 24 'models' module.
@@ -10,7 +10,7 @@ long_description = readme + history @@ -10,7 +10,7 @@ long_description = readme + history
10 10
11 setup( 11 setup(
12 name='django-contrib-comments', 12 name='django-contrib-comments',
13 - version='1.7.1', 13 + version='1.7.2',
14 url="https://github.com/django/django-contrib-comments", 14 url="https://github.com/django/django-contrib-comments",
15 description='The code formerly known as django.contrib.comments.', 15 description='The code formerly known as django.contrib.comments.',
16 long_description=long_description, 16 long_description=long_description,
Please register or login to post a comment