1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Merge pull request #2726 from gchp/ticket-20550

Fixed #20550 -- Added ability to preserve test db between runs
This commit is contained in:
Aymeric Augustin
2014-06-01 17:26:56 +02:00
10 changed files with 70 additions and 18 deletions

View File

@@ -193,6 +193,9 @@ Tests
* The new :meth:`~django.test.SimpleTestCase.assertJSONNotEqual` assertion
allows you to test that two JSON fragments are not equal.
* Added the ability to preserve the test database by adding the :djadminopt:`--keepdb`
flag.
Validators
^^^^^^^^^^