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
/
tests
/
apps
Age
Commit message (
Expand
)
Author
2014-10-27
[1.7.x] Fixed flake8 warning.
Tim Graham
2014-10-26
[1.7.x] Fixed #23621 -- Warn for duplicate models when a module is reloaded.
Loic Bistuer
2014-09-09
[1.7.x] Fixed #22920 -- Avoid masking some exceptions.
Aymeric Augustin
2014-08-25
[1.7.x] Removed unnecessary absolute_imports.
Tim Graham
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 #21702 -- get_model('app_label.ModelName').
Aymeric Augustin
2014-01-25
Moved sys.path-extending decorator to django.test.utils and used throughout t...
Carl Meyer
2014-01-25
Fixed #17304 -- Allow single-path and configured-path namespace packages as a...
Carl Meyer
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-24
Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.
Carl Meyer
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2013-12-31
Enforced unicity of app labels.
Aymeric Augustin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-29
Deprecated the app argument of apps.get_models.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Populated non-master app registries.
Aymeric Augustin
2013-12-27
Fixed a couple flake8 warnings.
Aymeric Augustin
2013-12-26
Added a test for Apps.has_app.
Aymeric Augustin
2013-12-26
Added file forgotten in previous commit, plus one more test.
Aymeric Augustin
2013-12-26
Added tests for invalid values of INSTALLED_APPS.
Aymeric Augustin
2013-12-26
Added basic tests for get_app_config[s].
Aymeric Augustin
2013-12-26
Turned apps.ready into a property. Added tests.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin