Skip to content

Commit

Permalink
docs: fix typo/grammar in database docs (#834)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hahler <[email protected]>
  • Loading branch information
beyondgeeks and blueyed committed Mar 30, 2020
1 parent 2888eaa commit eceb860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Use the same database for all xdist processes
"""""""""""""""""""""""""""""""""""""""""""""

By default, each xdist process gets its own database to run tests on. This is
needed to have transactional tests that does not interfere with eachother.
needed to have transactional tests that do not interfere with each other.

If you instead want your tests to use the same database, override the
:fixture:`django_db_modify_db_settings` to not do anything. Put this in
Expand Down

0 comments on commit eceb860

Please sign in to comment.