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