index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
Age
Commit message (
Expand
)
Author
2017-05-22
Fixed #28015 -- Added makemessages --add-location option.
Ling-Xiao Yang
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
Fixed #27868 -- Filtered locale path subdirectories
Claude Paroz
2017-02-22
Fixed #27870 -- Cleaned up ManagementUtility.autocomplete().
Phil Bazun
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-06
Refs #27795 -- Removed force_text from templatize function
Claude Paroz
2017-01-28
Removed obsolete sentence in ManagementUtility docstring.
Srinivas Reddy Thatiparthy
2017-01-27
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
Ed Morley
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25838 -- Removed the deprecated shell --plain option.
Tim Graham
2017-01-17
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
Tim Graham
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2017-01-12
Fixed #27721 -- Added interface name to shell's IPython/bython import error.
Peter Inglesby
2017-01-09
Fixed #27707 -- Removed shell support for IPython < 1.0.
Tim Graham
2017-01-09
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...
David Sanders
2017-01-06
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
Sebastian Spiegel
2017-01-02
Fixed #27522 -- Fixed runserver autoreload when using staticfile's options.
Jeroen van Veen
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
2016-12-21
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
jpic
2016-12-12
Fixed #27588 -- Removed unneeded colon in makemigrations output.
Tim Graham
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-11-29
Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...
Lex Berezhny
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Fixed #27438 -- Added the diffsettings --default option.
Paweł Marczewski
2016-11-09
Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Joseph Kahn
2016-11-08
Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...
Zbigniew Siciarz
2016-11-03
Fixed #27423 -- Simplified sys.exit() for indicating test failures.
Ana Balica
2016-10-20
Optimized file copy in TemplateCommand
Claude Paroz
2016-10-13
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Tim Graham
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-10-02
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
[prev]
[next]