Skip to content

Commit

Permalink
add some special characters to fix rendering of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart authored and bluetech committed Mar 13, 2021
1 parent 72e2eb0 commit 9db6ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ database connection or cursor, import it from Django using
This fixture can be used to request access to the database including
transaction support. This is only required for fixtures which need
database access themselves. A test function should normally use the
func:`pytest.mark.django_db` mark with ``transaction=True`` to signal
:func:`pytest.mark.django_db` mark with ``transaction=True`` to signal
it needs the database.

.. fixture:: django_db_reset_sequences
Expand All @@ -316,7 +316,7 @@ This fixture runs a live Django server in a background thread. The
server's URL can be retrieved using the ``live_server.url`` attribute
or by requesting it's string value: ``str(live_server)``. You can
also directly concatenate a string to form a URL: ``live_server +
'/foo``.
'/foo'``.

.. note:: Combining database access fixtures.

Expand Down

0 comments on commit 9db6ec8

Please sign in to comment.