mirror of
https://github.com/django/django.git
synced 2025-08-30 15:27:40 +00:00
Co-authored-by: Jarek Glowacki <jarekwg@gmail.com>
This commit is contained in:
parent
0c0240aba8
commit
225d96533a
8 changed files with 112 additions and 17 deletions
|
@ -314,6 +314,12 @@ class CheckFrameworkReservedNamesTests(SimpleTestCase):
|
|||
obj=ModelWithAttributeCalledCheck,
|
||||
id='models.E020'
|
||||
),
|
||||
Error(
|
||||
"The 'ModelWithFieldCalledCheck.check()' class method is "
|
||||
"currently overridden by %r." % ModelWithFieldCalledCheck.check,
|
||||
obj=ModelWithFieldCalledCheck,
|
||||
id='models.E020'
|
||||
),
|
||||
Error(
|
||||
"The 'ModelWithRelatedManagerCalledCheck.check()' class method is "
|
||||
"currently overridden by %r." % ModelWithRelatedManagerCalledCheck.check,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue