summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
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
2017-01-17Refs #25838 -- Removed the deprecated shell --plain option.Tim Graham
2017-01-17Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.Tim Graham
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-12Fixed #27721 -- Added interface name to shell's IPython/bython import error.Peter Inglesby
2017-01-09Fixed #27707 -- Removed shell support for IPython < 1.0.Tim Graham
2017-01-09Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...David Sanders
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-02Fixed #27522 -- Fixed runserver autoreload when using staticfile's options.Jeroen van Veen
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-12-28Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...Simon Charette
2016-12-21Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic
2016-12-12Fixed #27588 -- Removed unneeded colon in makemigrations output.Tim Graham
2016-12-01Fixed #27546 -- Removed hardcoded class names in __repr__() methods.Keda87
2016-11-29Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...Lex Berezhny
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-08Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...Zbigniew Siciarz
2016-11-03Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica
2016-10-20Optimized file copy in TemplateCommandClaude Paroz
2016-10-13Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.Tim Graham
2016-10-11Replaced '__' with LOOKUP_SEP constant.Nick Pope
2016-10-06Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz
2016-10-02Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz