Skip to content

Commit e4ebc59

Browse files
committed
Release 4.1.0
Fixes #889.
1 parent 68a7047 commit e4ebc59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog.rst

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

4+
v4.1.0 (2020-10-22)
5+
-------------------
6+
7+
Improvements
8+
^^^^^^^^^^^^
9+
10+
* Add the :fixture:`async_client` and :fixture:`async_rf` fixtures (#864).
11+
12+
* Add :ref:`django_debug_mode <usage>` to configure how ``DEBUG`` is set in tests (#228).
13+
14+
* Documentation improvements.
15+
16+
Bugfixes
17+
^^^^^^^^
18+
19+
* Make :fixture:`admin_user` work for custom user models without an ``email`` field.
20+
21+
422
v4.0.0 (2020-10-16)
523
-------------------
624

0 commit comments

Comments
 (0)