django/docs/topics
Luke Plant 1c16907199 Added a password reset link to default admin login page if a password reset URL is available.
You no longer have to override the admin login page just to get that link to
appear!

Also provided much better docs for how to plug in the provided password
reset mechanism with minimum effort.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-24 00:14:45 +00:00
..
db Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt 2011-12-09 23:14:04 +00:00
forms Fixed #16851 - Added how-to access form field value in template; thanks yasar11732 for the patch. 2011-11-21 23:33:39 +00:00
http Fixed #16847. Session Cookies now default to httponly = True. 2011-11-21 22:03:03 +00:00
i18n Cleanup of typos, links, etc. in timezone docs. 2011-12-23 19:18:44 +00:00
auth.txt Added a password reset link to default admin login page if a password reset URL is available. 2011-12-24 00:14:45 +00:00
cache.txt Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
class-based-views.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
conditional-view-processing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
email.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
files.txt Fix #15646: Document that a FileField's full path can't be relied upon until its model has been saved to the database. Thanks poirier. 2011-11-19 15:08:07 +00:00
generic-views-migration.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
generic-views.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
index.txt Fixed #14201 - Add a "security overview" page to the docs 2011-06-10 15:14:36 +00:00
install.txt Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiumed for the patch. 2011-11-21 23:40:11 +00:00
logging.txt Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaine 2011-12-17 02:15:01 +00:00
pagination.txt Tweaks to paginator documentation. 2011-05-20 01:45:41 +00:00
security.txt Quick edit of docs/topics/security.txt to catch some basic formatting problems and reword an awkward section 2011-12-17 02:48:27 +00:00
serialization.txt Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation. 2011-10-30 12:59:59 +00:00
settings.txt Fixed #17028 - Changed diveintopython.org -> diveintopython.net 2011-11-19 22:57:20 +00:00
signals.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
signing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
templates.txt Fixed #17240 -- Replaced links to the online version of the docs by internal references. 2011-11-16 21:04:28 +00:00
testing.txt Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss. 2011-12-22 08:33:58 +00:00