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
Age
Commit message (
Expand
)
Author
2014-08-20
[1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...
Preston Holmes
2014-08-20
[1.7.x] Fetched translations from Transifex
Claude Paroz
2014-08-15
[1.7.x] Fixed #23294 -- Add related_name to existing migrations.
Collin Anderson
2014-08-04
1.7-specific fix to help text to stop extra migration
Andrew Godwin
2014-08-04
[1.7.x] Fixed #23163: Align user help text with migrations
Andrew Godwin
2014-07-21
[1.7.x] Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-06-16
[1.7.x] Added database migration for contrib.auth.
Tim Graham
2014-06-13
[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...
mlavin
2014-06-10
[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.
Tim Graham
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-05-20
[1.7.x] Removed unused translations in auth tests
Claude Paroz
2014-05-19
[1.7.x] Updated translation catalogs
Claude Paroz
2014-05-19
[1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_ma...
Tim Graham
2014-05-14
[1.7.x] Added additional checks in is_safe_url to account for flexible parsing.
Erik Romijn
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-25
[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...
Tim Graham
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-17
[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.
Tim Graham
2014-04-10
[1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.
John Paulett
2014-04-10
[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...
Tim Graham
2014-04-05
[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...
Tim Graham
2014-03-31
[1.7.x] Fixed #22362 -- Improved AuthenticationMiddleware assertion message.
Tim Graham
2014-03-11
Tweak password admin change form view context. Refs #21293.
Ramiro Morales
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Edited contrib.auth check messages for grammar and consistency.
Russell Keith-Magee
2014-02-23
Allowed some auth tests to be run independently
Claude Paroz
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-18
Fixed #21790 -- Removed reliance on an assert in auth.get_user().
Tim Graham
2014-02-18
flake8 fixes (unused imports and variables).
Tim Graham
2014-02-18
Fixed broken tests when running with a non-TTY stdin.
Baptiste Mispelon
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
2014-02-18
Consolidated all tests for createsuperuser in the same TestCase.
Baptiste Mispelon
2014-02-17
Fixed #7423 -- Skip superuser creation when not running in a TTY.
Baptiste Mispelon
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-01
Suppressed the `if Site._meta.installed` pattern.
Aymeric Augustin
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-08
Fix wording of auth superuser post-migrate handler
Andrew Godwin
2014-01-05
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-29
Added Apps.clear_cache().
Aymeric Augustin
2013-12-29
Fixed a typo.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
Cleared get_models cache when swapping User model.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
[next]