mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed 'a'/'an' mix-ups in docs.
This commit is contained in:
parent
fcfcf8aae4
commit
617686e226
5 changed files with 6 additions and 6 deletions
|
@ -298,7 +298,7 @@ Advanced features of ``TransactionTestCase``
|
|||
recommended that you do not hard code primary key values in tests.
|
||||
|
||||
Using ``reset_sequences = True`` will slow down the test, since the primary
|
||||
key reset is an relatively expensive database operation.
|
||||
key reset is a relatively expensive database operation.
|
||||
|
||||
.. _testing-reusable-applications:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue