summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
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-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-22Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales
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 #21280 -- Don't generate empty migration filesJaved Khan
2013-10-16Add get_migratable_models util method to ConnectionRouterClaude Paroz
2013-10-16First pass on squashmigrations command; files are right, execution not.Andrew Godwin
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-10Whitespace cleanup.Tim Graham
2013-10-01Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-17Fixed #21115 -- Fixed NameError in migrate --list commandMarkus Holtermann
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-09-11Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb.Michael Manfre
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-06Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...Russell Keith-Magee
2013-09-06Add -l alias for migrate --listAndrew Godwin
2013-09-06Moved get_serializer() call in dumpdata command.Roberto Aguilar
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-09-06Add --list option to migrate commandAndrew Godwin
2013-09-06Fixed #20977 -- Fixed writing migrations to disk on Python 3Markus Holtermann
2013-09-03Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-21Only create the migration directory once per appAndrew Godwin
2013-08-21Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-21Change autodetector changes API to be just one methodAndrew Godwin
2013-08-12Use DEFAULT_DB_ALIASAndrew Godwin
2013-08-10Add clarifying commentAndrew Godwin
2013-08-10Print all bad apps passed to makemigrations, not just the first one.Andrew Godwin
2013-08-09Remove other color_style overrideAndrew Godwin
2013-08-09utils.importlib is deprecatedAndrew Godwin
2013-08-09Remove useless override of self.styleAndrew Godwin
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-30Added support for IPython.start_ipython in shellMinRK
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin