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-01-28
[1.11.x] Removed obsolete sentence in ManagementUtility docstring.
Srinivas Reddy Thatiparthy
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
2016-10-01
Refs #26940 -- Re-allowed makemessages without settings
Claude Paroz
2016-09-30
Removed unneeded no_settings_commands hardcoded list
Claude Paroz
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-03
Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...
Ivan
2016-09-01
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-08-11
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz
2016-08-08
Fixed #26940 -- Removed makemessages from no_settings_commands whitelist
Claude Paroz
2016-08-05
Fixed #27023 -- Prevented possibility of shell loading ~/.pythonrc.py twice.
Peter Inglesby
2016-08-02
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #1...
Tim Graham
2016-08-01
Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Tim Graham
2016-07-16
Fixed #26826 -- Stripped spaces from dumpdata pks arguments
Claude Paroz
2016-07-14
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Claude Paroz
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-06-16
Fixed flake8 2.6 warnings.
Tim Graham
2016-06-09
Fixed #20468 -- Added loaddata --exclude option.
Berker Peksag
2016-05-27
Fixed #26645 -- Fixed potential makemessages failures on Windows.
Ramiro Morales
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-11
Fixed #26429 -- Added a timestamp to merge migration names.
Raphael Gaschignard
2016-05-08
Included reverse deps in showmigrations
Jarek Glowacki
2016-05-02
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Claude Paroz
2016-04-30
Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Claude Paroz
2016-04-12
Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.
Berker Peksag
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
[next]