On Fri, Apr 11, 2008 at 5:56 PM, Simon Willison <[EMAIL PROTECTED]> wrote: > > http://code.djangoproject.com/ticket/6776 > > newforms-admin raises an AlreadyRegistered exception if you attempt to > register a model with admin.site twice. Unfortunately, due to the > different places and ways in which a models.py file can be imported > it's extremely easy to trigger this accidentally, and difficult to > debug when you do.
Brian raised this issue about a month ago, albeit from a slightly larger perspective: http://groups.google.com/group/django-developers/browse_thread/thread/1a40c64e9c952c48 The discussion there may be slightly more illuminating regarding the reasoning and options. Russ %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
