Re: #7611 contrib.auth PasswordResetTest requires specific templates for tests to pass

2008-07-21 Thread Jason Yan
> However, if the user is _not_ using the views (e.g., they're using the > auth.User model, but providing their own login views), there is an > argument to be made for skipping the tests. Is it safe to say that if we try to reverse('django.contrib.auth.views.password_reset'), we should not run th

Re: #7611 contrib.auth PasswordResetTest requires specific templates for tests to pass

2008-07-19 Thread Jason Yan
I attached a new patch to the ticket in the original post. The hard- coded URL felt like it went against your reasoning for testing the auth application in your own project, so hopefully this approach gives us the best of both worlds. Without a proper way to skip test cases yet, I decided to fol

#7611 contrib.auth PasswordResetTest requires specific templates for tests to pass

2008-07-18 Thread Jason Yan
Re: http://code.djangoproject.com/ticket/7611 The current situation is that if you create a new Django project and run the unit tests, the contrib.auth baisc tests fail due to missing templates. These templates are provided by the admin app, which is not installed by default. Russell brought up

Re: Let's schedule a Django sprint

2007-09-07 Thread Jason Yan
I have a friend who can join in during the evening if it's held at Mountain View, though I am surprised there aren't more Django hackers in the Silicon Valley. On Sep 7, 9:51 am, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > On 9/7/07, David Cramer <[EMAIL PROTECTED]> wrote: > > > Only 3 of us f