File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
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
+
4
29
3.1.2
5
30
-----
6
31
You can’t perform that action at this time.
0 commit comments