Skip to content

Commit 33aa666

Browse files
committed
Release 3.5.0
1 parent 7553d4b commit 33aa666

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
Changelog
22
=========
33

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+
430
3.4.8 (2019-02-26)
531
------------------
632

0 commit comments

Comments
 (0)