1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/releases
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
..
0.95.txt
0.96.txt
1.0-alpha-1.txt
1.0-alpha-2.txt
1.0-beta-2.txt
1.0-beta.txt
1.0-porting-guide.txt
1.0.1.txt
1.0.2.txt
1.0.txt
1.1-alpha-1.txt
1.1-beta-1.txt
1.1-rc-1.txt
1.1.2.txt
1.1.3.txt
1.1.4.txt
1.1.txt
1.2-alpha-1.txt
1.2-beta-1.txt
1.2-rc-1.txt
1.2.1.txt
1.2.2.txt
1.2.3.txt
1.2.4.txt Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
1.2.5.txt
1.2.6.txt
1.2.7.txt
1.2.txt
1.3-alpha-1.txt Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
1.3-beta-1.txt
1.3.1.txt
1.3.2.txt
1.3.txt Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
1.4-alpha-1.txt
1.4-beta-1.txt
1.4.1.txt
1.4.2.txt
1.4.txt Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
1.5-alpha-1.txt
1.5-beta-1.txt
1.5.1.txt
1.5.txt Warned that request_finished isn't sent by some buggy setups. 2013-06-12 20:52:08 +02:00
1.6.txt Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
index.txt Fixed #17048 - Added docs for upgrading Django. 2013-05-22 08:52:46 -04:00