Django

Code

Ticket #4570 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: Glin <glin@seznam.cz> Assigned to: adrian
Milestone: Component: Admin interface
Version: newforms-admin Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

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

Attachments

Change History

06/15/07 10:34:39 changed by jkocherhans

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #4570 ([newforms-admin] object has no attribute 'inlines')




Change Properties
Action