We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a356c1 commit 75e01bbCopy full SHA for 75e01bb
docs/changelog.rst
@@ -1,6 +1,35 @@
1
Changelog
2
=========
3
4
+3.4.4 (2018-11-13)
5
+------------------
6
+
7
+Bugfixes
8
+^^^^^^^^
9
10
+* Refine the django.conf module check to see if the settings really are
11
+ configured (#668).
12
+* Avoid crash after OSError during Django path detection (#664).
13
14
+Features
15
16
17
+* Add parameter info to fixture assert_num_queries to display additional message on failure (#663).
18
19
+Docs
20
+^^^^
21
22
+* Improve doc for django_assert_num_queries/django_assert_max_num_queries.
23
+* Add warning about sqlite specific snippet + fix typos (#666).
24
25
+Misc
26
27
28
+* MANIFEST.in: include tests for downstream distros (#653).
29
+* Ensure that the LICENSE file is included in wheels (#665).
30
+* Run black on source.
31
32
33
3.4.3 (2018-09-16)
34
------------------
35
0 commit comments