summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2016-08-01[1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty dat...Tim Graham
2016-07-14[1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII ...Claude Paroz
2016-06-16[1.10.x] Fixed flake8 2.6 warnings.Tim Graham
2016-05-28[1.10.x] Fixed #26645 -- Fixed potential makemessages failures on Windows.Ramiro Morales
2016-05-15Fixed #24100 -- Made the migration signals dispatch its plan and apps.Simon Charette
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2016-05-08Included reverse deps in showmigrationsJarek Glowacki
2016-05-02Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-04-30Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz
2016-04-12Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.Berker Peksag
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-05Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.Attila Tovt
2016-04-03Merge pull request #6389 from Dunedan/ticket_25420Dunedan
2016-03-18Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.José Tomás Tocino
2016-03-08Fixed #26289 -- Enabled shell tab completion on systems using libedit.Saúl Ibarra Corretgé
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-03-05Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...Jon Dufresne
2016-03-05Cleaned up tests to use call_command() instead of Command.execute().Jon Dufresne
2016-03-03Passed proper default value to int-type 'verbosity' optionJon Dufresne
2016-03-01Removed obsolete, unused option 'hide_empty' from loaddata command.Jon Dufresne
2016-02-25Fixed #14098 -- Prevented crash for introspection errors in inspectdbClaude Paroz
2016-02-23Fixed #26190 -- Returned handle() result from call_commandClaude Paroz
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2016-02-11Added a function for SECRET_KEY generation logic.Roberto Rosario
2016-02-05Refs #26144 -- Used proxy_for_model instead of mro inspection.Simon Charette
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-02-04Fixed #26144 -- Warned when dumping proxy model without concrete parent.Yoong Kang Lim
2016-02-04Removed some leftover trailing commas.Simon Charette
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2016-01-06Fixed #25680 -- Added django-admin shell --command option.Niels Van Och
2016-01-04Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.Andrew Kuchev
2015-12-31Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-22Fixed #25838 -- Added "python" as an interface to the shell command.Jon Dufresne
2015-12-21Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(...Tim Graham
2015-12-21Fixed #25855 -- Enhanced the migration warning for runserver.Emre Yilmaz
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-25Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.Jacek Bzdak
2015-11-19Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz
2015-11-18Removed redundant termcolors.Tim Graham
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-11-14Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
2015-10-25Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne
2015-10-24Fixed #25604 -- Added makemigrations --check option.Jon Dufresne
2015-10-22Fixed #25589 -- Allowed startapp/project to create apps with Unicode characte...Yoong Kang Lim