We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de97bca commit 001dc96Copy full SHA for 001dc96
docs/database.rst
@@ -401,7 +401,7 @@ Use the same database for all xdist processes
401
"""""""""""""""""""""""""""""""""""""""""""""
402
403
By default, each xdist process gets its own database to run tests on. This is
404
-needed to have transactional tests that does not interfere with eachother.
+needed to have transactional tests that do not interfere with each other.
405
406
If you instead want your tests to use the same database, override the
407
:fixture:`django_db_modify_db_settings` to not do anything. Put this in
0 commit comments