1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

newforms-admin: Moved save_on_top from AdminOptions to ModelAdmin.

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2007-01-16 01:05:25 +00:00
parent 052363fb8b
commit a2b25f7216
5 changed files with 5 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ class ModelAdmin(object):
search_fields = ()
date_hierarchy = None
save_as = False
save_on_top = False
ordering = None
def __init__(self, model):