diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-31 14:29:52 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-31 14:29:52 -0500 |
| commit | 98839e906632dfe77c6f6906d61d62868a0541dc (patch) | |
| tree | 804209f1a293883401d714c0afdf75b3e43da93e /tests/unmanaged_models | |
| parent | 16411b8400ad08f90c236bb2e18f65c655f903f8 (diff) | |
Removed British/Austrialian word: whilist.
Diffstat (limited to 'tests/unmanaged_models')
| -rw-r--r-- | tests/unmanaged_models/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unmanaged_models/tests.py b/tests/unmanaged_models/tests.py index 50b123eef6..e98cee8ae1 100644 --- a/tests/unmanaged_models/tests.py +++ b/tests/unmanaged_models/tests.py @@ -12,7 +12,7 @@ class SimpleTests(TestCase): """ The main test here is that the all the models can be created without any database errors. We can also do some more simple insertion and - lookup tests whilst we're here to show that the second of models do + lookup tests while we're here to show that the second of models do refer to the tables from the first set. """ # Insert some data into one set of models. |
