From 6f41518c853a6a4b45acc090842a8bbe9eb8cd93 Mon Sep 17 00:00:00 2001 From: Anna Warzecha Date: Wed, 6 Dec 2017 23:43:06 +0100 Subject: [PATCH] Release 3.2.0 --- docs/changelog.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b9dcf20de..92833f9b9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 -----