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 68a7047 commit e4ebc59Copy full SHA for e4ebc59
docs/changelog.rst
@@ -1,6 +1,24 @@
1
Changelog
2
=========
3
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
22
v4.0.0 (2020-10-16)
23
-------------------
24
0 commit comments