On Thu, Jan 8, 2009 at 7:48 PM, rabbi <[email protected]> wrote:
> > I get the same exception(s) > > The 1st time I try to import swenglish.admin I get: > ImproperlyConfigured: 'EntryAdmin.fieldsets[3][1]['fields']' refers to > field 'created_date' that is missing from the form. > > The 2nd time I try to import swenglish.admin I get: > AlreadyRegistered: The model User is already registered > > These are the same exceptions that I get when trying to load the admin > page. > The 1st time I try to load admin page I get ImproperlyConfigured > After I press refresh (and every subsequent refresh) I get > AlreadyRegistered > You did not mention the ImproperlyConfigured exception in your original report :) I though it was likely a case of this: http://code.djangoproject.com/ticket/8245 so was trying to get at what the real problem was, which I see by your follow-up mail you have solved. There's been a fix made for that behavior of the real exception getting hidden by AlreadyRegistered on subsequent requests, but it seems (based solely on the last comment on that ticket, I haven't had time to look at it in any detail) there may be more work to be done for this situation. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

