summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2015-01-14Removed unused importClaude Paroz
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-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
2015-01-06Fixed gettext version regexClaude Paroz
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-05Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz
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 #21255 -- Closed connections after management command ranClaude Paroz
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-12-26Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham
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
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-02Tweaked fix for refs #23946; thanks Claude.Tim Graham
2014-12-02Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.Andriy Sokolovskiy
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-25Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.Martin Blech
2014-11-20Removed reduce() usage in makemigrations; refs #23796.Brad Walker
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17Improved readability of negative condition in makemessagesClaude Paroz
2014-11-17Simplified handle_extensions management utilityClaude Paroz
2014-11-17Fixed #23840 -- Fixed makemessages find_files methodIlja Maas
2014-11-11Normalized opening a file and decoding its content.Aymeric Augustin
2014-11-11Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz
2014-10-31Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat
2014-10-30Clarified BaseCommand --traceback behavior.Matthew Somerville
2014-10-27Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-27Fixed #23699 -- Prevented flush from loading initial data for apps with migra...Tony Zhu
2014-10-22Refactored color_style() and no_style() to improve testability. Refs #23663.Loic Bistuer
2014-10-22Fixed #23686 -- Tweak color output of the system check framework.Loic Bistuer
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-10-20Fixed #23679 -- Fixed null introspection for char/text fieldsClaude Paroz
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
2014-10-20Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"Claude Paroz
2014-10-20Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz
2014-10-19Renamed skip_validation into skip_checks as the former is now deprecated.Loic Bistuer
2014-10-19Prevented syncdb from calling system checks multiple times. Refs #23650.Loic Bistuer
2014-10-17Fixed #23650 -- Prevented migrate from calling checks 3 timesClaude Paroz
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson