Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aniav authored and blueyed committed Apr 14, 2018
1 parent 878c869 commit 6f41518
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

3.2.0
-----

Features
^^^^^^^^

* Added new fixture `django_assert_num_queries` for testing the number of
database queries (#387).
* `--fail-on-template-vars` has been improved and should now return
full/absolute path (#470).
* Support for setting the live server port (#500).
* unittest: help with setUpClass not being a classmethod (#544).

Bug fixes
^^^^^^^^^

* Fix --reuse-db and --create-db not working together (#411).
* Numerous fixes in the documentation. These should not go unnoticed 🌟

Compatibility
^^^^^^^^^^^^^

* Support for Django 2.0 has been added.
* Support for Django before 1.8 has been dropped.

3.1.2
-----

Expand Down

0 comments on commit 6f41518

Please sign in to comment.