index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2013-12-28
Worked around a bug in python 3.3.3. Refs #21093
Florian Apolloner
2013-12-28
Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+.
Florian Apolloner
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
Migrated built-in AppCommands to use handle_app_config.
Aymeric Augustin
2013-12-28
Updated the AppCommand API to support apps without a models module.
Aymeric Augustin
2013-12-27
Refactored dumpdata with app configs instead of models modules.
Aymeric Augustin
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-25
Merge pull request #2105 from funkybob/cleanup_get_post
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Use cached_property for request.GET and request.COOKIES
Curtis
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Added the ability to supply custom app configs.
Aymeric Augustin
2013-12-22
Improved set_available_apps() in several ways.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Not all Python modules have a __path__.
Aymeric Augustin
2013-12-22
Populated models only when necessary in get_app_config[s].
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Added an _-prefix to pending lookups because it's transient.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Implemented two-stage app-cache population.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-22
Removed the only_installed argument of get_app_config[s].
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-22
Added a context manager to hold the import lock.
Aymeric Augustin
2013-12-17
Style cleanup forgotten in second previous commit.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Deprecated get_app_package, get_app_path and get_app_paths.
Aymeric Augustin
2013-12-17
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-07
Trigger AttributeError in ValidationError.message_dict when error_dict is mis...
Loic Bistuer
2013-12-07
Fixed #21555 -- Made ValidationError pickable.
Loic Bistuer
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-12-05
Fix poor variable name (flake8 warning)
Andrew Godwin
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-12-04
Add --dry-run option to makemigrations
Andrew Godwin
2013-12-04
Migrate prompts if you need makemigrations, runserver prompts for migrate
Andrew Godwin
2013-12-02
Fixed #13476 -- Added support for color in console output under Windows.
Ramiro Morales
2013-11-30
Fixed #21358 -- Allowed runserver on non-English locales
Claude Paroz
2013-11-30
Closed file after reading pot file
Claude Paroz
2013-11-30
Enabled makemessages to support several translation directories
Claude Paroz
[next]