Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/tokens.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored PasswordResetTokenGenerator to be a bit more e...Matt Robenolt2015-04-201-6/+13
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+3
* Fixed #7220 -- Allowed AbstractBaseUser.last_login to be ...Tim Graham2014-08-011-1/+1
* Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz2012-11-291-1/+1
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-0/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-2/+3
* Fixed a test that was broken at r16978. Refs #17055.Aymeric Augustin2011-10-161-1/+5
* Fixed #16906 -- Format datetimes with str/unicode instead...Aymeric Augustin2011-10-131-4/+3
* Removed Django 1.2 compatibility fallback for password re...Luke Plant2011-03-301-14/+1
* Removed a bunch of Python 2.4 workarounds now that we don...Adrian Holovaty2011-03-281-5/+4
* Fixed #14445 - Use HMAC and constant-time comparison func...Luke Plant2010-10-141-3/+19
* Fixed #10265: fixed a bug when generating a password rese...Jacob Kaplan-Moss2009-04-011-1/+1
* Fixed #10025 -- Corrected two minor typos in source docum...Russell Keith-Magee2009-02-221-2/+2
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-6/+6
* Fixed #7723 - implemented a secure password reset form th...Luke Plant2008-07-311-0/+66