File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ database connection or cursor, import it from Django using
292292This fixture can be used to request access to the database including
293293transaction support. This is only required for fixtures which need
294294database access themselves. A test function should normally use the
295- func:`pytest.mark.django_db ` mark with ``transaction=True `` to signal
295+ : func: `pytest.mark.django_db ` mark with ``transaction=True `` to signal
296296it needs the database.
297297
298298.. fixture :: django_db_reset_sequences
@@ -316,7 +316,7 @@ This fixture runs a live Django server in a background thread. The
316316server's URL can be retrieved using the ``live_server.url `` attribute
317317or by requesting it's string value: ``str(live_server) ``. You can
318318also directly concatenate a string to form a URL: ``live_server +
319- '/foo ``.
319+ '/foo' ``.
320320
321321.. note :: Combining database access fixtures.
322322
You can’t perform that action at this time.
0 commit comments