Skip to content

Commit 75e01bb

Browse files
committed
Version 3.4.4
1 parent 4a356c1 commit 75e01bb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/changelog.rst

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

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+
433
3.4.3 (2018-09-16)
534
------------------
635

0 commit comments

Comments
 (0)