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
292
292
This fixture can be used to request access to the database including
293
293
transaction support. This is only required for fixtures which need
294
294
database 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
296
296
it needs the database.
297
297
298
298
.. fixture :: django_db_reset_sequences
@@ -316,7 +316,7 @@ This fixture runs a live Django server in a background thread. The
316
316
server's URL can be retrieved using the ``live_server.url `` attribute
317
317
or by requesting it's string value: ``str(live_server) ``. You can
318
318
also directly concatenate a string to form a URL: ``live_server +
319
- '/foo ``.
319
+ '/foo' ``.
320
320
321
321
.. note :: Combining database access fixtures.
322
322
You can’t perform that action at this time.
0 commit comments