We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82de481 commit bbb8339Copy full SHA for bbb8339
docs/changelog.rst
@@ -1,6 +1,21 @@
1
Changelog
2
=========
3
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
19
3.4.4 (2018-11-13)
20
------------------
21
docs/helpers.rst
@@ -178,6 +178,8 @@ Example
178
Using the `admin_client` fixture will cause the test to automatically be marked for database use (no need to specify the
179
``django_db`` mark).
180
181
+.. fixture:: admin_user
182
183
``admin_user`` - an admin user (superuser)
184
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
185
0 commit comments