File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Project Information
7575
7676django-querysetsequence is released under the ISC license, its documentation lives
7777on `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/
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments