mirror of
https://github.com/django/django.git
synced 2025-10-03 23:34:47 +00:00
Refs #18012 -- Removed the now unused proxied_children model option.
Thanks to Tim for the review.
This commit is contained in:
parent
5b980897f2
commit
a82e21b0f9
2 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ class Options(object):
|
|||
|
||||
def __init__(self, meta, app_label=None):
|
||||
self._get_fields_cache = {}
|
||||
self.proxied_children = []
|
||||
self.local_fields = []
|
||||
self.local_many_to_many = []
|
||||
self.virtual_fields = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue