diff options
| author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2014-03-02 15:25:53 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-03 07:38:09 -0500 |
| commit | 0d912258921a442c48d5787228db2db5af7e8fa5 (patch) | |
| tree | f6826425de5bca2498c46e5242b870282a34eda2 /tests/fixtures_regress | |
| parent | 6acaa5238668593d6d854b28dbfa65e95796585c (diff) | |
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
Diffstat (limited to 'tests/fixtures_regress')
| -rw-r--r-- | tests/fixtures_regress/tests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixtures_regress/tests.py b/tests/fixtures_regress/tests.py index 6984db30c6..61fc66d928 100644 --- a/tests/fixtures_regress/tests.py +++ b/tests/fixtures_regress/tests.py @@ -64,7 +64,7 @@ class TestFixtures(TestCase): def test_loaddata_not_found_fields_not_ignore(self): """ Test for ticket #9279 -- Error is raised for entries in - the serialised data for fields that have been removed + the serialized data for fields that have been removed from the database when not ignored. """ with self.assertRaises(DeserializationError): @@ -77,7 +77,7 @@ class TestFixtures(TestCase): def test_loaddata_not_found_fields_ignore(self): """ Test for ticket #9279 -- Ignores entries in - the serialised data for fields that have been removed + the serialized data for fields that have been removed from the database. """ management.call_command( @@ -90,7 +90,7 @@ class TestFixtures(TestCase): def test_loaddata_not_found_fields_ignore_xml(self): """ - Test for ticket #19998 -- Ignore entries in the XML serialised data + Test for ticket #19998 -- Ignore entries in the XML serialized data for fields that have been removed from the model definition. """ management.call_command( |
