Django

Code

Ticket #6614 (closed: fixed)

Opened 7 months ago

Last modified 7 months ago

r7121 breaks newforms-admin. NameError: global name 'AdminOptions' is not defined

Reported by: brosner Assigned to: nobody
Milestone: Component: Uncategorized
Version: newforms-admin Keywords: nfa-blocker
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

In the recent merge up to trunk it looks like some code was moved in trunk which now causes the following exception:

NameError: global name 'AdminOptions' is not defined

The attached patch resolves the problem.

Attachments

6614_adminoptions_fix.diff (0.7 kB) - added by brosner on 02/16/08 19:25:51.
fixes newforms-admin as of r7121

Change History

02/16/08 19:25:51 changed by brosner

  • attachment 6614_adminoptions_fix.diff added.

fixes newforms-admin as of r7121

02/16/08 21:21:38 changed by jkocherhans

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

(In [7125]) newforms-admin: Fixed #6614. Removed some code related to old Admin classes. Thanks, Brian Rosner.


Add/Change #6614 (r7121 breaks newforms-admin. NameError: global name 'AdminOptions' is not defined)




Change Properties
Action