mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #17673 -- Forbid field shadowing.
Thanks Anssi Kääriäinen for the suggestion.
This commit is contained in:
parent
f5123c7291
commit
ee9fcb1672
6 changed files with 223 additions and 65 deletions
|
@ -45,10 +45,6 @@ class Student(CommonInfo):
|
|||
pass
|
||||
|
||||
|
||||
class StudentWorker(Student, Worker):
|
||||
pass
|
||||
|
||||
|
||||
#
|
||||
# Abstract base classes with related models
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue