summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2015-05-12Allowed runserver sublcasses to easily override the default port.Matt Robenolt
2015-05-01Fixed #23271 -- Fixed makemessages crash/test failure for some locales.daphshez
2015-04-25Fixed #24703 -- Changed squashmigrations to use a MigrationLoaderMarten Kenbeek
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-04-16Fixed #21652 -- Added notification when processing objects in loaddataYitzhak Clark
2015-04-14Added missing periods in migrate help messages.Joe Borg
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-04-04Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz
2015-04-01Removed unused import in makemessagesClaude Paroz
2015-04-01Refs #24500 -- Avoided locale.getpreferredencoding in makemessagesClaude Paroz
2015-03-21Fixed #24500 -- Fixed makemessages encoding problems retrieving gettext version.Pakal
2015-03-20Removed unused imports.Tim Graham
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2015-03-09Made runserver use leave_locale_aloneClaude Paroz
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-03-05Fixed #24369 -- Prevented crash when flushing before db migrationClaude Paroz
2015-02-28Simplified emit_post_migrate from flush commandClaude Paroz
2015-02-28Revert "Fixed #24369 -- Prevented crash when `flush`ing before db migration"Claude Paroz
2015-02-28Fixed #24369 -- Prevented crash when `flush`ing before db migrationClaude Paroz
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-17Refs #24324 -- Fixed makemessages crash when Django is installed in a non-ASC...Tim Graham
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-19Refs #16905 -- Replaced call to removed method in runserverR3v1L
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
2015-01-17Removed the validate management command per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-17Removed pre_syncdb and post_syncdb signals per deprecation timeline.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-06Fixed gettext version regexClaude Paroz
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-02Show migration elapsed time when verbosity>1Claude Paroz
2014-12-31Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-29Fixed breakage by 6fb9dee4 under Python2+Windows.Ramiro Morales
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-12-26Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-12-23Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz
2014-12-18Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz
2014-12-16Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham