Opened 17 years ago

Closed 17 years ago

#4570 closed (fixed)

[newforms-admin] object has no attribute 'inlines'

Reported by: Glin <glin@…> Owned by: Adrian Holovaty
Component: contrib.admin Version: newforms-admin
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Just updated to newest version of newforms-admin branch, admin change and add views stop working.
For example if I click to auth groups "add" button, error is:

AttributeError at /admin/auth/group/add/
'GroupAdmin' object has no attribute 'inlines'
Request Method: 	GET
Request URL: 	http://127.0.0.1:8000/admin/auth/group/add/
Exception Type: 	AttributeError
Exception Value: 	'GroupAdmin' object has no attribute 'inlines'
Exception Location: 	/usr/lib/python2.4/site-packages/django/contrib/admin/options.py in get_inline_formsets, line 680
Python Executable: 	/usr/bin/python
Python Version: 	2.4.3

Change History (1)

comment:1 by jkocherhans, 17 years ago

Resolution: fixed
Status: newclosed

(In [5479]) newforms-admin: Fixed #4570. Added deafult 'inlines' attribute to ModelAdmin.

Note: See TracTickets for help on using tickets.
Back to Top