index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
Age
Commit message (
Expand
)
Author
2014-03-06
Added --previous flag to msgmerge command used by makemessages
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-18
Fixed #21732 -- Made compilemessages complain about non-writable location
Claude Paroz
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
2014-02-17
Added the possibility to pass a stdin object to a management command.
Baptiste Mispelon
2014-02-12
Fixed #21856: Don't crash runserver when DATABASES = {}
Andrew Godwin
2014-02-12
Reverting unapplied migrations check away from being a system-level check.
Andrew Godwin
2014-02-12
Add --empty option to makemigrations
Andrew Godwin
2014-02-12
Fixed #22025 -- Listing app followed by app.Model in dumpdata command
Eli Bendersky
2014-02-09
Fixed #21969: Fix behaviour of initial_data with migrated apps
Andrew Godwin
2014-02-09
Fixed #21968: Bad detection of old-style apps to add initial migration
Andrew Godwin
2014-02-08
Remove check_migrations from the runserver command and use the new checks fra...
mlavin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-26
Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.
Wojciech BanaĆ
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-25
Fixed #21873 -- Removed duplicate import.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-17
Adjusted inspectdb management command to yield PEP 8-compliant output barring...
JustinTArthur
2014-01-13
Remove unneded open(.., 'U') when on python 3.
Marc Tamlyn
2014-01-12
Fixed #21770 -- Updated autocomplete for app-loading.
Aymeric Augustin
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-06
Avoided catching ImproperlyConfigured on django.setup().
Aymeric Augustin
2014-01-02
Moved django.setup() to ManagementUtility
Claude Paroz
2014-01-01
Adjusted previous commit for Python 3.
Aymeric Augustin
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2014-01-01
Wiped get_commands() cache when INSTALLED_APPS changes.
Aymeric Augustin
2013-12-31
Oops.
Aymeric Augustin
2013-12-31
Called django.setup() explicitly in management commands.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Merged Apps.populate_apps() and populate_models().
Aymeric Augustin
2013-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-29
Stopped calling get_models() for a side effect.
Aymeric Augustin
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-29
Changed get_migratable_models to use an app config.
Aymeric Augustin
2013-12-29
Changed sql_* to use an app config instead of a models module.
Aymeric Augustin
2013-12-29
Removed unused import.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
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-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Populated models only when necessary in get_app_config[s].
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
[prev]
[next]