summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2020-02-28Fixed #31311 -- Removed unneeded escapes in validator regexes.kimbo
2020-02-28Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie
2020-02-19Refs #31224 -- Added BaseHandler.check_response().Andrew Godwin
2020-02-11Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.Florian Apolloner
2020-02-11Fixed #31253 -- Fixed data loss possibility when using caching from async code.Jon Dufresne
2020-02-07Refs #31055 -- Added --database option to the check management command.Simon Charette
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-29Used model's Options.label/label_lower where applicable.Mariusz Felisiak
2020-01-29Removed "Pocket PC" from terminal color support function.Nick Pope
2020-01-08Refs #23919 -- Removed obsolete comment in signing.pyClaude Paroz
2020-01-08Fixed #31141 -- Relaxed system check of translation settings for sublanguages.Mariusz Felisiak
2019-12-13Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...Baptiste Mispelon
2019-12-12Refs #23919 -- Used yield from in inspectdb.Jon Dufresne
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2019-11-14Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios
2019-11-06Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne
2019-10-31Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.Hasan Ramezani
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-10-29Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.Hasan Ramezani
2019-10-15Fixed #30872 -- Improved unknown command message when settings are manually c...Carlton Gibson
2019-10-14Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...Mariusz Felisiak
2019-10-02Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-09-18Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead
2019-09-10Refs #29703 -- Removed QuerySetPaginator alias per deprecation timeline.Mariusz Felisiak
2019-09-10Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.Mariusz Felisiak
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-09-06Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani
2019-08-30Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira1992
2019-08-26Refs #23919 -- Replaced super(ASGIHandler, self) with super().Jon Dufresne
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-08-08Fixed #30673 -- Relaxed system check for db_table collision when database rou...Adnan Umer
2019-08-07Corrected several typos in string literals and test names.Min ho Kim
2019-08-05Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...Adnan Umer
2019-07-31Refs #30669 -- Removed incorrect branch in ASGIHander.read_body().Carlton Gibson
2019-07-26Fixed #30567 -- Made WSGIHandler pass FileResponse.block_size to wsgi.file_wr...Piotr Domanski
2019-07-23Improved error message when index in __getitem__() is invalid.Jon Dufresne
2019-07-10Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.atsuo ishimoto
2019-07-03Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for loc...Chason Chaffin
2019-07-03Refs #30608 -- Added django.utils.encoding.punycode().Mariusz Felisiak
2019-07-02Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...Hasan Ramezani
2019-07-01Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-28Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani
2019-06-27Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.Nadège Michel
2019-06-20Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.Mariusz Felisiak