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
/
apps
/
config.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-20
Refs #31180 -- Removed default_app_config application configuration variable ...
Mariusz Felisiak
2021-03-26
Refs #32355 -- Corrected comments about Python's _NamespacePath.
William Schwartz
2020-12-22
Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...
Hasan Ramezani
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-08-10
Fixed #31870 -- Fixed crash when populating app registry with empty or withou...
Iuri de Silvio
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2018-09-26
Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...
Marten Kenbeek
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-20
Refs #26207 -- Removed obsolete comments about deferred model classes.
Adam Chainz
2016-10-28
Added require_ready argument to get_model methods.
Aymeric Augustin
2016-10-28
Simplified AppConfig.import_models().
Aymeric Augustin
2016-10-28
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-06-02
Fixed #26616 -- Improved error message when AppConfig.name is invalid.
inondle
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2015-09-02
Fixed #25246 -- Guarded against duplicate paths in AppConfig.
Caio Ariede
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed an obsolete comment in django/apps/config.py
Tim Graham
2014-09-08
Fixed #22920 -- Avoid masking some exceptions.
Aymeric Augustin
2014-07-12
Checked more precisely whether the app registry is ready.
Aymeric Augustin
2014-02-15
Fixed two typos.
Rodolfo Carvalho
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-26
Fixed some missing/extraneous new line warnings.
Simon Charette
2014-01-26
Fixed #21877 -- Renamed django.apps.base to config.
Aymeric Augustin