summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2018-02-20[2.0.x] Removed blank lines per isort 4.3.0.Tim Graham
2018-01-01[2.0.x] Fixed typo in TemplateCommand argument help text.Philipp Bosch
2017-12-23[2.0.x] Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-12-20[2.0.x] Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham
2017-11-28[2.0.x] Fixed #28773 -- Forced pot files to use UNIX-style newlinesClaude Paroz
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
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
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
2017-04-26Replaced temporary lists used for passing arguments with iterables.Jon Dufresne
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-23Fixed #27868 -- Filtered locale path subdirectoriesClaude Paroz
2017-02-22Fixed #27870 -- Cleaned up ManagementUtility.autocomplete().Phil Bazun
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-02-06Refs #27795 -- Removed force_text from templatize functionClaude Paroz
2017-01-28Removed obsolete sentence in ManagementUtility docstring.Srinivas Reddy Thatiparthy
2017-01-27Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.Ed Morley
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-25Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz