On 2/4/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Anyone know what I'm doing wrong?

It's really not you: Django does some magic with the inner Admin class
and stuffs it away elsewhere. You can get at it via
``Model._meta.admin``.

However, before you do, I'd recommend at least looking at the
newforms-admin branch: it removes this magic and changes the way
objects are registered with the admin. There's also many more hooks
for customization, so chances are whatever you're working on will be
easier on that branch.

Jacob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to