#8615: Changeset 8605 breaks model loading under unknown circumstances
--------------------------------------+-------------------------------------
Reporter: aeby | Owner: nobody
Status: closed | Milestone: 1.0
Component: Admin interface | Version: SVN
Resolution: invalid | Keywords: introspect models admin
validation
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Changes (by kmtracey):
* status: new => closed
* resolution: => invalid
Comment:
The recommended places for `admin.site.register()` calls is in an admin.py
file in your app directory. Then admin.autodiscover() in urls.py will
find and load the admin.py files for all the apps in INSTALLED_APPS, so
your registration calls will be executed. See the admin doc:
http://www.djangoproject.com/documentation/admin/
--
Ticket URL: <http://code.djangoproject.com/ticket/8615#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---