1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/topics
Luke Plant c46ddbf1fc Fixed #8274 - allow custom forms for auth 'login' and 'password_change' views
Thanks to julien for the suggestion and patch, and SmileyChris for work on the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-12 15:32:24 +00:00
..
db Fixed #11931: Removed mention of nonexistent get_sql() method for arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects. 2009-09-23 23:40:12 +00:00
forms Fixed #11755 -- Added documentation for an edge case of FormSet usage. Thanks to ffualo for the suggestion. 2009-09-13 03:01:04 +00:00
http Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling for the report, and gsong for the patch. 2009-09-13 00:17:35 +00:00
auth.txt Fixed #8274 - allow custom forms for auth 'login' and 'password_change' views 2009-10-12 15:32:24 +00:00
cache.txt Added 'key_prefix' keyword argument to cache_page() 2009-09-28 21:54:54 +00:00
conditional-view-processing.txt
email.txt
files.txt
generic-views.txt Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon for the report. 2009-09-13 00:25:53 +00:00
i18n.txt
index.txt
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to timo for the patch. 2009-09-30 06:40:34 +00:00