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
/
commands
Age
Commit message (
Expand
)
Author
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2019-01-12
Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.
orlnub123
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-14
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
Sarah Guermond
2018-10-30
Fixed #29783 -- Added app label validation to showmigrations command.
Junyoung
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-10-19
Fixed #29774 -- Fixed django-admin shell hang on startup.
Adam Allred
2018-09-26
Fixed loaddata error message when uncompressed fixture has a dot in its name.
Sergey Fedoseev
2018-09-25
Removed unneeded list() calls in list.extend() argument.
Sergey Fedoseev
2018-09-19
Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.
Tim Graham
2018-08-23
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-20
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
Hasan Ramezani
2018-08-03
Fixed #29198 -- Added migrate --plan option.
Calvin DeBoer
2018-07-20
Improved inspectdb readability with namedtuple attributes.
Tim Graham
2018-07-20
Refs #23919 -- Removed obsolete u-prefix stripping in inspectdb.
Tim Graham
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-25
Fixed #29518 -- Added validation for sqlmigrate's app_label argument.
oliver
2018-06-20
Refs #29506 -- Added validation for squashmigrations' app_label option.
Claude Paroz
2018-06-20
Fixed #29506 -- Added validation for migrate's app_label option.
Claude Paroz
2018-06-20
Refs #29469 -- Reused get_app_config() error message in makemigrations error.
Claude Paroz
2018-06-16
Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.
oliver
2018-06-16
Fixed #29492 -- Improved compilemessages speed
Claude Paroz
2018-06-13
Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...
Claude Paroz
2018-06-11
Fixed #29452 -- Fixed makemessages setting charset of .pot files.
Bartosz Grabski
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-03-21
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...
Michael Sinov
2018-03-21
Fixed too many parentheses in inspectdb Meta.unique_together output.
Tim Graham
2018-03-21
Refs #23919 -- Removed obsolete comments about u'' prefixes.
Tim Graham
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-12-30
Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-20
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Claude Paroz
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-10-20
Removed redundant inner imports.
Mariusz Felisiak
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
[next]