diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:45:25 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:46:03 -0700 |
| commit | 47c755327be9a3b976f5f78fc21f336f27aa6413 (patch) | |
| tree | 642bce46ec934223ed4a17ac3c6dbcbfdf953b8b /tests/model_formsets | |
| parent | ca39c0a6becf497880181b3a5ef6db84130f9723 (diff) | |
Fixed a number of minor misspellings.
Diffstat (limited to 'tests/model_formsets')
| -rw-r--r-- | tests/model_formsets/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_formsets/tests.py b/tests/model_formsets/tests.py index f66b5abb63..3bb4f95ea5 100644 --- a/tests/model_formsets/tests.py +++ b/tests/model_formsets/tests.py @@ -391,7 +391,7 @@ class ModelFormsetTest(TestCase): def test_custom_queryset_init(self): """ - Test that a queryset can be overriden in the __init__ method. + Test that a queryset can be overridden in the __init__ method. https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#changing-the-queryset """ author1 = Author.objects.create(name='Charles Baudelaire') |
