index
:
django.git
fix-31295
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
/
apps.py
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2026-01-05
Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...
Jacob Walls
2025-08-19
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2018-02-21
Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...
Mikhail Porokhovnichenko
2017-05-29
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...
Linus Lewandowski
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2016-10-25
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
Jon Dufresne
2016-09-10
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-06
Fixed #26470 -- Converted auth permission validation to system checks.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-27
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-04-10
Fixed #22195 -- Used constants to define built-in tags for check framework.
Tim Graham
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-05
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin