Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20846 -- Increased User.username max_length to 254...Tim Graham2015-10-291-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+5
* Fixed #25073 -- Added verbose_name to contrib's model fie...Szilveszter Farkas2015-07-121-1/+1
* Fixed #25009 -- Allowed User.objects.create_user(...,is_s...Francisco Albarran2015-06-221-9/+14
* Corrected to not erroneously mention email as being requi...elena2015-06-151-1/+1
* Improved formatting of auth model fields.Edvinas Jurevicius2015-05-051-27/+56
* Fixed #24564 -- Moved AbstractBaseUser and BaseUserManage...Dan Watson2015-05-051-107/+1
* Fixed #24737 -- Removed unnecesary kwargs in UserManager....Luis Del Giudice2015-05-031-4/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-10/+9
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-0/+5
* Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty2014-09-181-0/+3
* Fixed #7220 -- Allowed AbstractBaseUser.last_login to be ...Tim Graham2014-08-011-2/+2
* Fixed #22956 -- Made PermissionManager.get_by_natural_key...Jürno Ader2014-07-311-2/+1
* Fixed typo in PermissionsMixin.groups.help_text.Iain Dawson2014-07-211-1/+1
* Replaced instances of 'his/her' with 'their'.Iain Dawson2014-07-211-2/+2
* Fixed #13147 -- Moved User validation logic from form to ...Yin Jifeng2014-07-101-2/+8
* Fixed #8162 -- Increased Permission.name max_length to 25...Tim Graham2014-06-301-1/+1
* Fixed #15716 - Authentication backends can short-circuit ...Jorge C. Leitão2014-05-161-2/+17
* Fixed #21649 -- Added optional invalidation of sessions w...Tim Graham2014-04-051-1/+8
* Fixed #21387 -- Merge two very similar help texts.Ramiro Morales2013-11-061-2/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21275 -- Fixed a serializer error when generating ...Loic Bistuer2013-10-211-1/+1
* Marked PermissionsMixin.user_permissions help_text for tr...Michał Lech2013-09-241-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-6/+6
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+0
* Fixed #20881 -- Removed contrib.auth.models.AbstractUser....Tim Graham2013-08-291-3/+0
* Fixed #11400 -- Passed kwargs from AbstractUser.email_use...SusanTan2013-08-141-2/+2
* More import removalsClaude Paroz2013-06-291-6/+0
* Removed obsolete comment. Refs #20079.Aymeric Augustin2013-06-291-1/+0
* Removed custom profile model functionality as per depreca...Ramiro Morales2013-06-291-32/+0
* Fixed #20244: PermissionsMixin now defines a related_quer...Andrew Godwin2013-06-271-2/+4
* Fixed #20541 -- don't raise db signals twice when creatin...Anton Baklanov2013-06-271-10/+11
* Fixed #20079 -- Improve security of password reset tokensErik Romijn2013-06-181-1/+1
* Don't hard-code class names when calling static methodsGavin Wahl2013-05-301-1/+1
* Remove unnecessary if conditionsAlisson2013-03-301-15/+4
* Fixed #19945 -- Fixed default User model Meta inheritance.matiasb2013-03-011-1/+1
* Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen2013-01-061-2/+2
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-1/+1
* Fixed #19412 -- Added PermissionsMixin to the auth.User h...Russell Keith-Magee2012-12-151-74/+84
* Fixed #19061 -- added is_active attribute to AbstractBase...Preston Holmes2012-10-291-0/+2
* Fixed #19077, #19079 -- Made USERNAME_FIELD a required fi...Russell Keith-Magee2012-10-131-8/+13
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-66/+107
* Only update `last_login` instead of the whole user object...Florian Apolloner2012-09-171-1/+1
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-4/+9
* [py3] Removed redundant __str__ methods.Aymeric Augustin2012-08-121-3/+0
* Fixed #18666 -- when upgrading a user's password to a new...Alex Gaynor2012-07-251-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-4/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-4/+5
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-2/+4
* Fixed #18093 -- Added a pk to AnonymousUser.Aymeric Augustin2012-05-101-0/+1