summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2019-10-14[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...Mariusz Felisiak
2019-09-06Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-19Fixed #30693 -- Removed separate import of os.path in django.core.management....Maaz Bin Tahir Saeed
2019-08-12Corrected multiple typos.Min ho Kim
2019-07-01Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani
2019-06-28Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani
2019-05-08Used time.monotonic() instead of time.time() where applicable.Przemysław Suliga
2019-04-30Fixed #30418 -- Added --skip-checks management command option.Jon Dufresne
2019-04-25Removed redundant os.path.abspath() call.Jon Dufresne
2019-04-25Fixed #30393 -- Added validation of startapp's directory option.oliver
2019-04-25Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...Ville Skyttä
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-03-30Made startapp/project's overlaying error message use 'app' or 'project'.oliver
2019-03-30Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.Tim Graham
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling
2019-03-07Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...Parth Patil
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-28Refs #29973 -- Extracted helper functions from makemessages.rsiemens
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2019-01-23Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().Nick Pope
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-10-08Replaced kwargs.pop() with keyword-only arguments.Jon Dufresne
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
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-09-11Refs #29560 -- Fixed typo in django/core/management/base.py.Nick Pope
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
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-18Removed duplicate words in various comments.Mariusz Felisiak
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby