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 1
1
Changelog
2
2
=========
3
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
+
4
19
3.4.4 (2018-11-13)
5
20
------------------
6
21
Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ Example
178
178
Using the `admin_client ` fixture will cause the test to automatically be marked for database use (no need to specify the
179
179
``django_db `` mark).
180
180
181
+ .. fixture :: admin_user
182
+
181
183
``admin_user `` - an admin user (superuser)
182
184
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183
185
You can’t perform that action at this time.
0 commit comments