summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2023-07-03[4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator ↵Mariusz Felisiak
and URLValidator. Thanks Seokchan Yoon for reports.
2023-06-27[4.2.x] Added dedicated section for output_field in query expressions docs.nessita
Backport of 679928834295ebd874ede667dbaae8a7945d3580 from main
2023-06-27[4.2.x] Fixed typo in docs/ref/models/querysets.txt.Mariusz Felisiak
Backport of c4a09499aa760c92969083b4639703b5b0a562fb from main
2023-06-20[4.2.x] Corrected admin.E013 check message in docs.Mariusz Felisiak
Backport of ddb6506618ea52c6b20e97eefad03ed847a1e3de from main
2023-06-01[4.2.x] Fixed #34595 -- Doc'd that format_string arg of format_html() is not ↵AP Jama
escaped. Backport of 4037223d0f12c44ecd6f369ccbabcbd279a1bdbc from main
2023-05-31[4.2.x] Fixed #34600 -- Removed references to bleach in docs.Akash Kumar Sen
Backport of b0a6cc7f5738d6b959faf10354b772338f611fd9 from main
2023-05-26[4.2.x] Fixed #34574 -- Noted unexpected outcomes in autoescape/escape docs.Natalia
Backport of 1a59a324cec5caf12ea0c4947564828aa7bda02a from main.
2023-05-24[4.2.x] Corrected documentation of Log database function.Stefan Brand
Backport of eb9df03a43f34c44131ec3a295643327b8a68bb4 from main
2023-05-17[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak
Thanks David Sanders for the report. Backport of c52f4295f254e1c14af769d22b1a5f516a941f58 from main
2023-05-17[4.2.x] Updated broken links in docs.Mariusz Felisiak
Backport of 93830abf7694e0f281931f10eeaa34993855e7dd from main
2023-05-12[4.2.x] Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews ↵Alexerson
and strings iterators. Backport of 599f3e2cda50ab084915ffd08edb5ad6cad61415 from main
2023-05-12[4.2.x] Clarified database connections lifetime outside HTTP requests.Alberto Sottile
Backport of e901407e2369ddb16a5c866e1f2fbf8ea8acf549 from main
2023-05-07[4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt.Pan Dango
Backport of 12ec80726f33e8dbd80de3cecf48d76ac4c0aa89 from main
2023-05-04[4.2.x] Corrected code-block directives in docs.Jannis Vajen
Backport of 024954aad4c422a091b7afab42fff1a9d7478fce from main
2023-04-27[4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature ↵Andrei Shabanski
in docs. Backport of 5c456a879300e5f51010d3f6aa7449302413efed from main
2023-04-27[4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes
Backport of 23d24f82a7450ef5d369845e18cc0130be5bac6c from main
2023-04-21[4.2.x] Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
Backport of c487634c106888effbba680e02269e489ab911a6 from main
2023-04-20[4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to ↵David Sanders
chaining. Backport of 0494efddc422716431b92896899284b6afebb23a from main
2023-04-19[4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah
Backport of 01ae9d4ca9afdaf30a247e10e8333261a7d8224c from main
2023-04-17[4.2.x] Added Snowflake to list of third-party DB backends.Tim Graham
Backport of 57f2b935b34d148c3c0d906fc8256765004b7b77 from main
2023-04-17[4.2.x] Used extlinks for PyPI links.Tim Graham
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 2c4dc6476083c853b654e462c7ff65dbe0334c9e from main
2023-04-15[4.2.x] Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang
Backport of 255f5345904854128647705adcb8d21138e87c63 from main
2023-04-06[4.2.x] Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside ↵Sarah Boyce
of the request-response cycle. Backport of bdf59bff657975e577b86b194b39ec2f77983d2b from main
2023-04-03[4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats ↵Edison Wang
docs. Backport of cbcc1240e912cfc47cb6ea0c4fe6b4a48f36f7e2 from main
2023-03-24[4.2.x] Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak
Backport of 659f6b5bc5d68661a071f0cd13b8dab678067023 from main
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ↵Mariusz Felisiak
optional. Co-authored-by: Author: Claude Paroz <claude@2xlibre.net> Backport of e10c1688f96e3b2d202fe401472b7b25f6105969 from main
2023-03-16[4.2.x] Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
Backport of fc266b694b9129e44b597d8a56927ee13fdac358 from main
2023-03-12[4.2.x] Corrected example in CreateCollation() docs.Adam Johnson
Backport of 4db33e96d1b5b4ba1a739e15b28835495f78eee4 from main
2023-03-09[4.2.x] Doc'd that action descriptions are %-formatted.Mariusz Felisiak
Co-authored-by: JD Bothma <jbothma@gmail.com> Backport of cc67344db9de0248ba1064f7e986c6b29276a7b1 from main
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
Backport of 18473004afd82a616ba6c9ac22f476347fde4846 from main
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report. Backport of 2396933ca99c6bfb53bda9e53968760316646e01 from main
2023-03-07[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
Backport of 279e611c017b5fcc055263e760de1495a9098ede from main
2023-03-01[4.2.x] Doc'd that django.setup() is called under ASGI.Adam Johnson
Backport of ef00d6ef8846c6b17d41ce46fa3798313e0c5b66 from main
2023-03-01[4.2.x] Fixed #34367 -- Updated instructions for installing GeoDjango on ↵Heath Henley
Windows. Thanks David Smith for the review. Backport of 54aecf95a2efb989263e3a888b54fb52cbc15787 from main
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting ↵Joseph Victor Zammit
issues in docs. Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
2023-02-24[4.2.x] Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
Backport of f9fe062de5fc0896d6bbbf3f260b5c44473b3c77 from main
2023-02-16[4.2.x] Refs #21080, Refs #34322 -- Added warning to ↵Mariusz Felisiak
ManifestStaticFilesStorage docs about paths in comments. Backport of bae053d497ba8a8de7e4f725973924bfb1885fd2 from main.
2023-02-14[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
Thanks to Jakob Ackermann for the report.
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
2023-02-10[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang
This is consistent with the terminology used for the percent_rank() function in SQLite docs and PostgreSQL docs. Backport of 7bb741d787ba360a9f0d490db92e22e0d28204ed from main
2023-02-08[4.2.x] Added missing vars to AdminSite.each_context() docs.Carlton Gibson
Backport of 1964e4367f293336b47e30af6e10a5eca5fdfb35 from main
2023-01-20[4.2.x] Fixed #34242 -- Doc'd that primary key is set to None when deleting ↵noFFENSE
objects. Backport of 5cd1385356d4b275133ddb0f8c78b2f37c5901eb from main
2023-01-17Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding ↵Mariusz Felisiak
with psycopg version 3. Thanks Guillaume Andreu Sabater for the report. Co-authored-by: Florian Apolloner <apollo13@users.noreply.github.com>
2023-01-17Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak
2023-01-16Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce
Co-authored-by: Christian Bundy <me@christianbundy.com>
2023-01-16Fixed "nulls characters" typo in docs.Steven
2023-01-13Fixed #34234 -- Dropped support for PROJ 4.Leo
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda