Skip to content

Commit 53bb1ab

Browse files
blueyedpelme
authored andcommitted
doc: fix changelog (#370)
1 parent ae88e83 commit 53bb1ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Compatibility
3838
database access was prevented on the cursor level. To be safer and prevent
3939
more cases, it is now prevented at the connection level. If you previously
4040
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.
4343

4444
* 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
4646
fixtures. If you previously relied on these internal fixtures, you must
4747
update your code. See :ref:`advanced-database-configuration` for more
4848
information on the new fixtures and example use cases.

0 commit comments

Comments
 (0)