summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2018-06-06Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-05-14Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-04-21Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani
2018-04-11Fixed #29301 -- Made management command --help display command-specific argum...David Foster
2018-04-02Removed unused regexes in django.core.management.templates.desigrammer
2018-03-21Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov
2018-03-21Fixed too many parentheses in inspectdb Meta.unique_together output.Tim Graham
2018-03-21Refs #23919 -- Removed obsolete comments about u'' prefixes.Tim Graham
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-03-02Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...Alex Tomic
2018-02-21Fixed #28398 -- Added suggestions for mistyped management commands.Tom Forbes
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2018-01-31Refs #27795 -- Replaced force_text() usage in django.core.management.Jon Dufresne
2018-01-31Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper().Jon Dufresne
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2018-01-01Fixed typo in TemplateCommand argument help text.Philipp Bosch
2017-12-30Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-12-20Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-07Fixed #28791 -- Allowed commands that don't require settings to work if the D...geekodour
2017-12-07Refs #23919 -- Replaced super() calls for old-style classes.Nick Pope
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-11-28Fixed #28773 -- Forced pot files to use UNIX-style newlinesClaude Paroz
2017-11-07Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.Дилян Палаузов
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-10-20Removed redundant inner imports.Mariusz Felisiak
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-09-07Removed unneeded __init__() methods.Sergey Fedoseev
2017-08-31Fixed #28524 -- Fixed program name in management commands when using 'python ...Nick Pope
2017-08-23Used OrderedDict.fromkeys() to initialize OrderedDict with None values.Sergey Fedoseev
2017-08-09Fixed argument name in call_command() docstring.Raúl Pedro Fernandes Santos
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-07-11Fixed #14204 -- Enforced SQLite foreign key constraints.Claude Paroz
2017-07-06Fixed #27670 -- Prevented shell crash on error in .pythonrc.Peter Inglesby
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-06-16Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-30DRY'd startapp and startproject management commands.Adam Johnson
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-27Fixed #27881 -- Added diffsettings --output option.Chris Lamb
2017-05-26Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov