Skip to content

Commit 6f41518

Browse files
aniavblueyed
authored andcommitted
Release 3.2.0
1 parent 878c869 commit 6f41518

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: docs/changelog.rst

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Changelog
22
=========
33

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+
429
3.1.2
530
-----
631

0 commit comments

Comments
 (0)