summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
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-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-01Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-09-23Fixed #14028 - Added validation for clashing db_columns.Helen ST
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-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
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-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
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-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-24Fixed #20814 -- Improved model field accessor clash error messagesChristopher Medrela
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-30Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...Jose L. Patino
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-29Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fix "OK" alignment in migrate outputAndrew Godwin
2013-07-26Add --fake option to migrateAndrew Godwin
2013-07-26Use new transaction API in syncdb section of migrateAndrew Godwin
2013-07-26Remove nasty error message checking hackAndrew Godwin
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham