File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Compatibility
38
38
database access was prevented on the cursor level. To be safer and prevent
39
39
more cases, it is now prevented at the connection level. If you previously
40
40
had tests which interacted with the databases without a database cursor, you
41
- will need to mark them with the :func: `pytest.mark.django_db ` marker or request the
42
- `db ` fixture.
41
+ will need to mark them with the :func: `pytest.mark.django_db ` marker or
42
+ request the `db ` fixture.
43
43
44
44
* The previously undocumented internal fixtures ``_django_db_setup ``,
45
- ``_django_cursor_wrapper `` has been removed in favour of the new public
45
+ ``_django_cursor_wrapper `` have been removed in favour of the new public
46
46
fixtures. If you previously relied on these internal fixtures, you must
47
47
update your code. See :ref: `advanced-database-configuration ` for more
48
48
information on the new fixtures and example use cases.
You can’t perform that action at this time.
0 commit comments