summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-18Fixed #34560 -- Updated admin's jQuery to 3.7.1.Mariusz Felisiak
2023-09-16Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...Ryanwalker277
2023-09-16Corrected QuerySet.prefetch_related() note about GenericRelation().Mariusz Felisiak
2023-09-14Fixed #24561 -- Added support for callables on model fields' choices.Natalia
2023-09-14Doc'd HttpResponse.cookies.Michele Mazzucchi
2023-09-13Refs #31949 -- Made make_middleware_decorator to work with async functions.Ben Lomax
2023-09-11Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.Sam Toyer
2023-09-11Fixed #34642 -- Added File.open() support for *args and **kwargs.Yves Weissig
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-09-05Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMe...François Freitag
2023-09-04Refs #34233 -- Bumped minimum supported version of docutils to 0.19.Jacob Walls
2023-09-04Fixed #34814 -- Confirmed support for PostGIS 3.4.Nick Pope
2023-09-01Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.Sulabh Katila
2023-08-31Refs #34712 -- Added system check for staticfiles storage in STORAGES setting.Bruno Alla
2023-08-31Fixed #34210 -- Added unittest's durations option to the test runner.David Smith
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-25Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs.Mariusz Felisiak
2023-08-25Refs #34730 -- Made Message importable from django.contrib.messages.François Freitag
2023-08-22Fixed #34781 -- Updated logging ref docs for django.server's request extra co...Keryn Knight
2023-08-21Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.Florian Zimmermann
2023-08-10Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.Jingbei Li
2023-08-09Refs #34233 -- Bumped required cx_Oracle to 8.3.Mariusz Felisiak
2023-08-05Fixed #34739 -- Added GEOSGeometry.equals_identical() method.Olivier Tabone
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-08-04Fixed #34686 -- Added support for GEOS 3.12.Olivier Tabone
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2023-08-01Corrected pycon formatting in some docs.Almaz Kunpeissov
2023-08-01Fixed #32820 -- Added aria-invalid="true" to fields with errors.Gregor Jerše
2023-07-31Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().John Parton
2023-07-28Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.John Parton
2023-07-27Simplified call_command() calls.Nick Pope
2023-07-24Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.Bruno Alla
2023-07-21Added missing backticks in docs.Mariusz Felisiak
2023-07-20Fixed typo in docs/ref/models/querysets.txt.nessita
2023-07-20Refs #30052 -- Clarified that defer() and only() do not work with aggregated ...Vyacheslav Dmitriev
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2023-07-18Added reference to TypedChoiceField in ChoiceField docs.David Sanders
2023-07-14Fixed #34677 -- Made admin password reset templates more consistent.priyank.panchal
2023-07-14Fixed #34448 -- Doc'd and tested --no-obsolete option of makemessages.Tushar
2023-07-12Fixed typo in docs/ref/checks.txt.Ryan Chausse
2023-07-11Fixed #34691 -- Added system check for unmatched angle brackets in path().Amir Karimi
2023-07-10Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updati...Thomas Chaumeny
2023-07-10Refs #31949 -- Made @csrf_exempt decorator to work with async functions.Ben Lomax
2023-07-10Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...Andrew Northall
2023-07-07Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.cont...Mariusz Felisiak
2023-07-07Fixed #9602 -- Added AdminSite.get_model_admin().Mariusz Felisiak
2023-07-06Fixed #32819 -- Established relationship between form fields and their help t...Gregor Jerše
2023-07-03Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe...Jon Ribbens
2023-07-03Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...Mariusz Felisiak