We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7553d4b commit 33aa666Copy full SHA for 33aa666
docs/changelog.rst
@@ -1,6 +1,32 @@
1
Changelog
2
=========
3
4
+3.5.0 (2019-06-03)
5
+------------------
6
+
7
+Features
8
+^^^^^^^^
9
10
+* Run tests in the same order as Django (#223)
11
12
+* Use verbosity=0 with disabled migrations (#729, #730)
13
14
+Bugfixes
15
16
17
+* django_db_setup: warn instead of crash with teardown errors (#726)
18
19
+Misc
20
+^^^^
21
+* tests: fix test_sqlite_database_renamed (#739, #741)
22
23
+* tests/conftest.py: move import of db_helpers (#737)
24
25
+* Cleanup/improve coverage, mainly with tests (#706)
26
27
+* Slightly revisit unittest handling (#740)
28
29
30
3.4.8 (2019-02-26)
31
------------------
32
0 commit comments