Hi -- On Thu, Sep 23, 2010 at 1:38 PM, Yo-Yo Ma <[email protected]> wrote: > I think I've found a bug in auth.login.
Thanks for the report. However, for this to be useful, we're going to need a *lot* more information -- a complete traceback, the code you used to trigger the error, etc. Quoting from the contribution guide [1]: "Do write complete, reproducible, specific bug reports. Include as much information as you possibly can, complete with code snippets, test cases, etc. This means including a clear, concise description of the problem, and a clear set of instructions for replicating the problem. A minimal example that illustrates the bug in a nice small test case is the best possible bug report." Remember: this code is used every time anyone logs into any Django site. That means across the entire Web this code path gets executed roughly seventy gazillion times a day. So if there is a bug in it, it's a very specific edge-case. We need to know exactly what that edge case is. Thanks again! Jacob [1] http://docs.djangoproject.com/en/dev/internals/contributing/#reporting-bugs -- 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.
