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
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
2016-04-03
Merge pull request #6389 from Dunedan/ticket_25420
Dunedan
2016-03-18
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
José Tomás Tocino
2016-03-08
Fixed #26289 -- Enabled shell tab completion on systems using libedit.
Saúl Ibarra Corretgé
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2016-03-05
Cleaned up tests to use call_command() instead of Command.execute().
Jon Dufresne
2016-03-03
Passed proper default value to int-type 'verbosity' option
Jon Dufresne
2016-03-01
Removed obsolete, unused option 'hide_empty' from loaddata command.
Jon Dufresne
2016-02-25
Fixed #14098 -- Prevented crash for introspection errors in inspectdb
Claude Paroz
2016-02-23
Fixed #26190 -- Returned handle() result from call_command
Claude Paroz
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-11
Added a function for SECRET_KEY generation logic.
Roberto Rosario
2016-02-05
Refs #26144 -- Used proxy_for_model instead of mro inspection.
Simon Charette
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-04
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Yoong Kang Lim
2016-02-04
Removed some leftover trailing commas.
Simon Charette
2016-01-29
Fixed #26150 -- Sorted app_labels in migrate command output
Markus Holtermann
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2016-01-06
Fixed #25680 -- Added django-admin shell --command option.
Niels Van Och
2016-01-04
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
[prev]
[next]