summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2019-10-14[2.2.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...Mariusz Felisiak
2019-08-08[2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when data...Adnan Umer
2019-03-28[2.2.x] Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
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-26Fixed #30058 -- Made SMTP EmailBackend.send_messages() return 0 for empty/err...Denis Stebunov
2018-12-24Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana
2018-12-20Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.Carlton Gibson
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-12-19Fixed #30015 -- Ensured request body is properly consumed for keep-alive conn...Konstantin Alekseev
2018-11-27Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...dmytryi.striletskyi
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2018-11-20Refs #24829 -- Removed TemplateResponse rendering in BaseHandler.get_response().Tim Graham
2018-11-20Corrected docs and removed unused code for got_request_exception signal's sen...Tim Graham
2018-11-20Removed BaseHandler.get_exception_response().Tim Graham
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-11-10Fixed keep-alive support in manage.py runserver.Florian Apolloner
2018-11-09Fixed signing.dumps() example for Python 3.minusf
2018-10-31Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...Tim Graham
2018-10-30Fixed #29783 -- Added app label validation to showmigrations command.Junyoung
2018-10-30Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek
2018-10-23Fixed #29831 -- Added validation for makemigrations --name.Prabakaran Kumaresshan
2018-10-22Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails.jannschu
2018-10-22Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.buzzi
2018-10-19Fixed #29774 -- Fixed django-admin shell hang on startup.Adam Allred
2018-10-17Fixed #29857 -- Added get_storage_class to django.core.files.storage.__all__.Tim Graham
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
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 #29673 -- Reset the URLconf at the end of each request.Matthew Power
2018-09-26Fixed loaddata error message when uncompressed fixture has a dot in its name.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
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-09-06Refs #29713 -- Improved error message from translation system check.Nick Pope
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-08-27Fixed #29703 -- Deprecated QuerySetPaginator alias.Nick Pope
2018-08-23Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...Matthijs Kooijman
2018-08-23Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.winkidney
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-20Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...Federico Bond
2018-08-20Fixed #29236 -- Fixed diffsettings crash if using settings.configure().Hasan Ramezani
2018-08-17Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...oliver
2018-08-07Fixed #29244 -- Prevented Paginator.count() from silencing TypeError and Attr...Josh Schneier
2018-08-03Fixed #29198 -- Added migrate --plan option.Calvin DeBoer
2018-08-01Fixed typos in comments and docs.luz.paz