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
/
tests
/
models.py
Age
Commit message (
Expand
)
Author
2013-01-22
[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...
Florian Apolloner
2012-10-30
[1.5.X] Added some test guards for some recently added auth tests.
Russell Keith-Magee
2012-10-28
[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUser
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-06-25
Fixed #17966 -- Isolated ProfileTestCase from custom AUTH_PROFILE_MODULE
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-20
Fixed a typo in my previous commit. Apologies.
Aymeric Augustin
2012-03-20
Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...
Aymeric Augustin
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
2012-02-09
Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2010-02-23
Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...
Justin Bronn