django/docs/ref/contrib
Tim Graham 1184d07789 Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.

Thanks jonash for the initial patch and claudep for the review.
2013-06-26 13:11:47 -04:00
..
admin Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
comments Deprecated django.contrib.comments. 2013-03-11 15:38:40 -05:00
formtools Fixed #20578 - Typo in BaseFormSet module name 2013-06-10 14:36:40 -04:00
gis Fixed #20492 - Removed a broken link in GIS docs. 2013-05-24 12:35:20 -04:00
auth.txt Fixed #20593 -- Allow blank passwords in check_password() and set_password() 2013-06-18 13:32:54 -04:00
contenttypes.txt Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`. 2013-05-23 19:03:14 -04:00
csrf.txt Update link to jQuery Cookie plugin site 2013-05-24 14:36:17 +01:00
flatpages.txt Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH. 2013-06-11 12:25:39 -04:00
humanize.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
index.txt Removed django.contrib.markup. 2012-12-29 21:59:07 +01:00
messages.txt Fixed a broken link introduced in a542b808ba. 2013-05-22 08:51:16 -04:00
redirects.txt Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware 2013-02-08 16:32:09 +01:00
sitemaps.txt Added example of using sitemaps with static views. 2013-05-18 14:27:29 +02:00
sites.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
staticfiles.txt Fixes #20162 -- Added a note in the documentation for `static.serve()` about the need for updating the system's map files when incorrect content types are returned. Many thanks to Simon Charette and Claude Paroz for their feedback. 2013-03-30 16:23:27 -07:00
syndication.txt Proofed the 1.6 release notes 2013-06-05 12:55:58 -04:00
webdesign.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00