django/docs/topics
Jacob Kaplan-Moss 973bf6f485 Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`.
Thanks, Leo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-01 20:30:44 +00:00
..
db Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl for the report and patch. 2010-02-24 13:57:02 +00:00
forms
http Fixed #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch. 2010-02-24 14:49:38 +00:00
i18n Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Thanks, Karen and Ramiro. 2010-02-26 17:05:52 +00:00
auth.txt Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`. 2010-03-01 20:30:44 +00:00
cache.txt Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in case the LocaleMiddleware is used to discover the language preference. 2010-03-01 10:19:01 +00:00
conditional-view-processing.txt
email.txt
files.txt
generic-views.txt
index.txt
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt Fixed #12932 -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. 2010-02-22 12:34:52 +00:00