Skip to content

Commit

Permalink
newforms-admin: Fixed #4570. Added deafult 'inlines' attribute to Mod…
Browse files Browse the repository at this point in the history
…elAdmin.

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jkocherhans committed Jun 15, 2007
1 parent c58ff68 commit a8687b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/admin/options.py
Expand Up @@ -186,6 +186,7 @@ class ModelAdmin(object):
prepopulated_fields = {}
filter_vertical = ()
filter_horizontal = ()
inlines = []

def __init__(self, model):
self.model = model
Expand Down

0 comments on commit a8687b5

Please sign in to comment.