mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a number of minor misspellings.
This commit is contained in:
parent
ca39c0a6be
commit
47c755327b
28 changed files with 31 additions and 31 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue