Skip to content

Commit 37960e3

Browse files
committed
Update changelog.
1 parent ed8eb88 commit 37960e3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Features
1717
`#74 <https://github.com/clokep/django-querysetsequence/pull/74>`_)
1818
* Support the ``distinct()`` method when each ``QuerySet`` instance is from a
1919
unique model. Contributed by
20-
`@jpic <https://github.com/jpic>`_. (`#77 <https://github.com/clokep/django-querysetsequence/pull/77>`_)
20+
`@jpic <https://github.com/jpic>`_. (`#77 <https://github.com/clokep/django-querysetsequence/pull/77>`_,
21+
`#80 <https://github.com/clokep/django-querysetsequence/pull/80>`_)
2122
* Add `Sphinx documentation <https://django-querysetsequence.readthedocs.io/>`_
2223
which is available at Read the Docs.
2324

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Project Information
7575

7676
django-querysetsequence is released under the ISC license, its documentation lives
7777
on `Read the Docs`_, the code on `GitHub`_, and the latest release on `PyPI`_. It
78-
supports Python 3.5+, Django 2.2+, and is optionally compatible with
78+
supports Python 3.6+, Django 2.2+, and is optionally compatible with
7979
`Django REST Framework`_ 3.9+.
8080

8181
.. _Read the Docs: https://django-querysetsequence.readthedocs.io/

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def long_description():
3030
'Framework :: Django :: 2.2',
3131
'Framework :: Django :: 3.0',
3232
'Framework :: Django :: 3.1',
33+
'Framework :: Django :: 3.2',
3334
'Programming Language :: Python',
3435
'Programming Language :: Python :: 3.6',
3536
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)