summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-18[1.7.x] Adapted fixture read mode to file typeClaude Paroz
2014-04-18[1.7.x] Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-10[1.7.x] Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-03-25[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-22[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-08Fix bad conflict detection during makemigrationsAndrew Godwin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-18Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz
2014-02-18Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon
2014-02-17Added the possibility to pass a stdin object to a management command.Baptiste Mispelon
2014-02-12Fixed #21856: Don't crash runserver when DATABASES = {}Andrew Godwin
2014-02-12Reverting unapplied migrations check away from being a system-level check.Andrew Godwin
2014-02-12Add --empty option to makemigrationsAndrew Godwin
2014-02-12Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-02-09Fixed #21968: Bad detection of old-style apps to add initial migrationAndrew Godwin
2014-02-08Remove check_migrations from the runserver command and use the new checks fra...mlavin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-28Fixed #21849 -- Included the count of silenced system checks in output.Tim Graham
2014-01-26Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.Wojciech Banaƛ
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-25Fixed #21873 -- Removed duplicate import.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-17Adjusted inspectdb management command to yield PEP 8-compliant output barring...JustinTArthur
2014-01-13Remove unneded open(.., 'U') when on python 3.Marc Tamlyn
2014-01-12Fixed #21770 -- Updated autocomplete for app-loading.Aymeric Augustin
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-06Avoided catching ImproperlyConfigured on django.setup().Aymeric Augustin
2014-01-02Moved django.setup() to ManagementUtilityClaude Paroz
2014-01-01Adjusted previous commit for Python 3.Aymeric Augustin
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin
2013-12-31Oops.Aymeric Augustin
2013-12-31Called django.setup() explicitly in management commands.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Merged Apps.populate_apps() and populate_models().Aymeric Augustin
2013-12-30Populated the app registry earlier at startup.Aymeric Augustin
2013-12-29Stopped calling get_models() for a side effect.Aymeric Augustin
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-29Changed get_migratable_models to use an app config.Aymeric Augustin
2013-12-29Changed sql_* to use an app config instead of a models module.Aymeric Augustin
2013-12-29Removed unused import.Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin