Opened 16 years ago

Closed 16 years ago

#8474 closed (fixed)

changes to url.py in regard to the admin interface not in the 'backward incompatible changes' list.

Reported by: nido Owned by: nobody
Component: Documentation Version: dev
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

going from 0.96 to the svn version of today, the way whether or not a model should be in the admin interface is determined has changes. Where first it was by adding an Admin class to said object, it is now admin.site.register(Class).

Change History (1)

comment:1 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top