On Thu, Oct 7, 2010 at 11:56 AM, jamstooks <[email protected]> wrote:
> I'm running into a weird error when running the tests for my project. > For some reason the flatpage tests seem to be failing because my login > page is issuing a 404. When I `runserver` this url is available, so I > don't understand the discrepancy. These tests don't fail when I revert > to 1.2.1, however... > > I wonder if it has something to do with the fact that I use a > different LOGIN_URL than /accounts/login/? > > Sounds like: http://code.djangoproject.com/ticket/14252 This was fixed after the 1.2.3 release. Karen -- http://tracey.org/kmt/ -- 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.

