We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878c869 commit 6f41518Copy full SHA for 6f41518
docs/changelog.rst
@@ -1,6 +1,31 @@
1
Changelog
2
=========
3
4
+3.2.0
5
+-----
6
+
7
+Features
8
+^^^^^^^^
9
10
+* Added new fixture `django_assert_num_queries` for testing the number of
11
+ database queries (#387).
12
+* `--fail-on-template-vars` has been improved and should now return
13
+ full/absolute path (#470).
14
+* Support for setting the live server port (#500).
15
+* unittest: help with setUpClass not being a classmethod (#544).
16
17
+Bug fixes
18
+^^^^^^^^^
19
20
+* Fix --reuse-db and --create-db not working together (#411).
21
+* Numerous fixes in the documentation. These should not go unnoticed 🌟
22
23
+Compatibility
24
+^^^^^^^^^^^^^
25
26
+* Support for Django 2.0 has been added.
27
+* Support for Django before 1.8 has been dropped.
28
29
3.1.2
30
-----
31
0 commit comments