summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Removed unused attribute app_errors of the app cache.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-05Fix poor variable name (flake8 warning)Andrew Godwin
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-12-04Add --dry-run option to makemigrationsAndrew Godwin
2013-12-04Migrate prompts if you need makemigrations, runserver prompts for migrateAndrew Godwin
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-11-30Fixed #21358 -- Allowed runserver on non-English localesClaude Paroz
2013-11-30Closed file after reading pot fileClaude Paroz
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-15Configure settings sooner in makemessagesClaude Paroz
2013-11-11Fixed #20990 -- Ensured unicode paths in compilemessagesClaude Paroz
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-06Allow squashing of squashed migrationsAndrew Godwin
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Fixed #21375 -- related_name='+' clashed with other '+' namesAnssi Kääriäinen
2013-10-30Auto-apply initial migrations if their tables exist already.Andrew Godwin
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-22Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales
2013-10-21Fixed #19724 -- Output note when showing only core management commandsClaude Paroz
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-17Fixed #21280 -- Don't generate empty migration filesJaved Khan
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-16Add get_migratable_models util method to ConnectionRouterClaude Paroz
2013-10-16Fixed #19657 -- Made sql commands honor allow_migrateClaude Paroz
2013-10-16First pass on squashmigrations command; files are right, execution not.Andrew Godwin
2013-10-14Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz