mirror of
https://github.com/django/django.git
synced 2025-10-05 08:10:36 +00:00
Removed unused model option "admin"
This commit is contained in:
parent
1123f45511
commit
5df84b268d
2 changed files with 2 additions and 4 deletions
|
@ -41,7 +41,6 @@ class Options(object):
|
|||
self.get_latest_by = None
|
||||
self.order_with_respect_to = None
|
||||
self.db_tablespace = settings.DEFAULT_TABLESPACE
|
||||
self.admin = None
|
||||
self.meta = meta
|
||||
self.pk = None
|
||||
self.has_auto_field, self.auto_field = False, None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue