mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
newforms-admin: Moved ordering from AdminOptions to ModelAdmin.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -41,6 +41,7 @@ class ModelAdmin(object):
|
||||
search_fields = ()
|
||||
date_hierarchy = None
|
||||
save_as = False
|
||||
ordering = None
|
||||
|
||||
def __init__(self, model):
|
||||
self.model = model
|
||||
|
||||
Reference in New Issue
Block a user