mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
This commit is contained in:
committed by
Tim Graham
parent
5587485d49
commit
6c0042430e
@@ -354,7 +354,7 @@ class SystemChecksTestCase(SimpleTestCase):
|
||||
def test_generic_inline_model_admin_non_generic_model(self):
|
||||
"""
|
||||
A model without a GenericForeignKey raises problems if it's included
|
||||
in an GenericInlineModelAdmin definition.
|
||||
in a GenericInlineModelAdmin definition.
|
||||
"""
|
||||
class BookInline(GenericStackedInline):
|
||||
model = Book
|
||||
|
||||
Reference in New Issue
Block a user