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 f953d50 commit 12a8288Copy full SHA for 12a8288
docs/changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-unreleased
+3.4.0 (2018-08-16)
5
------------------
6
7
Features
@@ -13,6 +13,16 @@ Features
13
* Added support for resetting sequences via
14
:fixture:`django_db_reset_sequences` (#619).
15
16
+Bugfixes
17
+^^^^^^^^
18
+
19
+* Made sure to not call django.setup() multiple times (#629, #531).
20
21
+Compatibility
22
+^^^^^^^^^^^^^
23
24
+* Removed py dependency, use pathlib instead (#631).
25
26
3.3.3 (2018-07-26)
27
28
0 commit comments