We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27af6a3 commit e4ac912Copy full SHA for e4ac912
CHANGELOG.rst
@@ -3,11 +3,11 @@
3
Changelog
4
#########
5
6
-next
7
-====
+0.16 (2022-04-01)
+=================
8
9
-Bugfixes
10
---------
+Improvements
+------------
11
12
* Fix ``QuerySetSequence``'s support with Django REST Framework's ``DjangoFilterBackend``
13
by accepting a ``model`` parameter. If one is not provided, a dummy model is
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-querysetsequence
-version = 0.16dev
+version = 0.16
description = Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.
long_description = file: README.rst
long_description_content_type = text/x-rst
0 commit comments