Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
Fixes #889.
  • Loading branch information
bluetech committed Oct 22, 2020
1 parent 68a7047 commit e4ebc59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

v4.1.0 (2020-10-22)
-------------------

Improvements
^^^^^^^^^^^^

* Add the :fixture:`async_client` and :fixture:`async_rf` fixtures (#864).

* Add :ref:`django_debug_mode <usage>` to configure how ``DEBUG`` is set in tests (#228).

* Documentation improvements.

Bugfixes
^^^^^^^^

* Make :fixture:`admin_user` work for custom user models without an ``email`` field.


v4.0.0 (2020-10-16)
-------------------

Expand Down

0 comments on commit e4ebc59

Please sign in to comment.