File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
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
+
4
33
3.4.3 (2018-09-16)
5
34
------------------
6
35
You can’t perform that action at this time.
0 commit comments