File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
4193.4.4 (2018-11-13)
520------------------
621
Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ Example
178178Using 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
You can’t perform that action at this time.
0 commit comments