index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
models.py
Age
Commit message (
Expand
)
Author
2007-12-11
Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An...
Gary Wilson Jr
2007-09-19
Fixed $5457 - the auth system now delegates permission checking to auth backe...
Jacob Kaplan-Moss
2007-09-15
Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's...
Adrian Holovaty
2007-09-15
Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser...
Malcolm Tredinnick
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-28
After discussing with Malcolm, added set_unusable_password() and has_usable_p...
Simon Willison
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-03
Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a string
Malcolm Tredinnick
2007-06-25
Removed unneeded import.
Malcolm Tredinnick
2007-06-23
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume
Malcolm Tredinnick
2007-04-25
Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support
Malcolm Tredinnick
2007-04-23
Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste.
Malcolm Tredinnick
2007-04-09
Backwards-incompatible change -- Removed LazyDate helper class. To preserve e...
Russell Keith-Magee
2007-04-07
Added blank lines around Meta and Admin classes in django.contrib.auth.models
Adrian Holovaty
2007-03-25
Fixed #3773 -- Added app_label to Permission.__str__(), so that the admin per...
Adrian Holovaty
2006-12-30
Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...
Adrian Holovaty
2006-10-24
Fixed #2890 -- Added default values of False for auth.User is_staff and is_su...
Adrian Holovaty
2006-10-24
Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, f...
Adrian Holovaty
2006-09-30
Clarified documentation to indicate that authenticating a user doesn't imply ...
Russell Keith-Magee
2006-08-30
Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da...
Adrian Holovaty
2006-07-19
Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.
Malcolm Tredinnick
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-07-11
Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...
Adrian Holovaty
2006-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss
2006-06-20
Fixed comma splice in auth.User model docstring
Adrian Holovaty
2006-06-20
Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks
Malcolm Tredinnick
2006-06-20
Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate...
Adrian Holovaty
2006-06-01
Changed auth.Permission.__str__() to use str() of self.content_type, not repr()
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]