Skip to content

Commit bbb8339

Browse files
committed
Release 3.4.5
1 parent 82de481 commit bbb8339

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/changelog.rst

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

4+
3.4.5 (2019-01-07)
5+
------------------
6+
7+
Bugfixes
8+
^^^^^^^^
9+
10+
* Use ``request.config`` instead of ``pytest.config`` (#677)
11+
* :fixture:`admin_user`: handle "email" username_field (#676)
12+
13+
Misc
14+
^^^^
15+
16+
* Minor doc fixes (#674)
17+
* tests: fix for pytest 4 (#675)
18+
419
3.4.4 (2018-11-13)
520
------------------
621

docs/helpers.rst

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ Example
178178
Using the `admin_client` fixture will cause the test to automatically be marked for database use (no need to specify the
179179
``django_db`` mark).
180180

181+
.. fixture:: admin_user
182+
181183
``admin_user`` - an admin user (superuser)
182184
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183185

0 commit comments

Comments
 (0)