This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-26 09:10:50 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
apps
History
Aymeric Augustin
3c47786cb9
Fixed
#21702
-- get_model('app_label.ModelName').
...
Also added tests for get_model.
2014-01-26 13:01:09 +01:00
..
default_config_app
Fixed
#21829
-- Added default AppConfigs.
2014-01-25 10:41:56 +01:00
namespace_package_base
/nsapp
Fixed
#17304
-- Allow single-path and configured-path namespace packages as apps.
2014-01-25 19:37:05 -07:00
namespace_package_other_base
/nsapp
Fixed
#17304
-- Allow single-path and configured-path namespace packages as apps.
2014-01-25 19:37:05 -07:00
__init__.py
Renamed AppCache to Apps.
2013-12-24 12:25:17 +01:00
apps.py
Fixed
#21871
-- Fixed Apps.is_installed() for apps with custom label.
2014-01-24 20:07:14 -07:00
models.py
Populated Apps instances immediately by default.
2013-12-30 22:11:17 +01:00
tests.py
Fixed
#21702
-- get_model('app_label.ModelName').
2014-01-26 13:01:09 +01:00