summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2022-06-27[4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main.
2022-05-25[4.0.x] Unified AdminSite imports in docs.Hasan Ramezani
Backport of ce69e34bd646558bb44ea92cecfd98b345a0b3e0 from main
2022-05-20[4.0.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er
Backport of 1be9585d73c50df733eb4d1484651bb8548a1205 from main
2022-05-16[4.0.x] Refs #33685 -- Doc'd that using PostgreSQL's service names for ↵Mariusz Felisiak
testing purposes is not supported. Backport of 647480166bfe7532e8c471fef0146e3a17e6c0c9 from main
2022-05-06[4.0.x] Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi
Backport of faab9e6769b01c18d9e3a31504601452eede6150 from main
2022-05-03[4.0.x] Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay
Thanks Mariusz Felisiak for reviewing. Backport of df22566748faa7bd16a9616617875e8370cbe4ee from main
2022-04-29[4.0.x] Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini
Backport of 562e3bc09aa094a2ebbd3890fa233d04daafa8c9 from main
2022-04-28[4.0.x] Added backticks to code literals in various docs.David
Backport of 51874dd1605d0106c68e854572950d2b6f768fc1 from main.
2022-04-20[4.0.x] Added TiDB to list of third-party DB backends.Xiang Zhang
Backport of c8c6a51a3877c0afde4a85edd36ad308dc8909de from main
2022-04-19[4.0.x] Updated note about ListView pagination example in CBV docs.Theofilos Alexiou
Follow up to 0f0abc20be55d796ecfc3e7698e7ecfd9e9cdf88. Backport of 470708f50d8c13a50770893b8d7181f5218bf3ac from main
2022-03-29[4.0.x] Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
Backport of 83c803f161044fbfbfcd9a0c94ca93dc131be662 from main
2022-03-29[4.0.x] Updated various links to HTTPS and new locations.Mariusz Felisiak
Backport of 010a9d8a4f45252b908337988690c3fad138e334 from main
2022-03-28[4.0.x] Corrected models.FileField signature in docs.Sih Sîng-hông薛丞宏
Backport of d4bf3b4c75c0e1229062ad4c937725931f699fb7 from main
2022-03-17[4.0.x] Added missing backticks to function names.Mariusz Felisiak
Backport of 39ae8d740e30c18e46873cf82aff76588f1974c7 from main
2022-03-17[4.0.x] Corrected CSRF reference in middleware docs.tommcn
Backport of 8e633906403853868bcd7df62ba30a86151a944d from main
2022-03-14[4.0.x] Corrected AppConfig.get_models() signature in docs.David Sanders
Backport of 7c56fc8e91ef34d81cba16eaaa610575667dd2a7 from main
2022-02-21[4.0.x] Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto
Backport of f70a875cc05c46b3bfcc1637356081f0c5782bea from main
2022-02-01[4.0.x] Refs #33476 -- Used vertical hanging indentation for format lists ↵Mariusz Felisiak
with inline comments. Lists with multiple values and comments per-line are reformatted by Black to multiple lines with a single comment. For example: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] is reformatted to the: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] This reformats affected entries to multiple lines with corresponding comments. Backport of ca88caa1031c0de545d82de8d90dcae0e03651fb from main
2022-02-01[4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
Thanks Keryn Knight for the report. Backport of 394517f07886495efcf79f95c7ee402a9437bd68 from main. Co-authored-by: Adam Johnson <me@adamj.eu>
2022-01-28[4.0.x] Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
Backport of 3a9b8b25d48c5768633e73edc5ddca20c3fd716c from main
2022-01-12[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley
Backport of 367d6920ece44639e54650d9a98f8c24e10f7229 from main
2022-01-11[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta
Backport of f1905db6c0004a2b6c8b69c55a1f5f9da58ce2eb from main
2022-01-10[4.0.x] Corrected signatures of some functions in docs.Mariusz Felisiak
Backport of 178109c1734ccc16386c3e3cbae1465c7a1b8ed8 from main
2022-01-10[4.0.x] Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak
Backport of b0ccf74549fe138c040798e0e99fc0291a7e03ed from main
2022-01-04[4.0.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in ↵Florian Apolloner
dictsort template filter. Thanks to Dennis Brinkrolf for the report. Co-authored-by: Adam Johnson <me@adamj.eu>
2021-12-31[4.0.x] Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak
Backport of 4400d8568ad5695c46e8de45635a82a27a26b871 from main
2021-12-30[4.0.x] Improved @display(empty_value) example in ↵mangelozzi
ModelAdmin.empty_value_display docs. Backport of eb901681ab58c008f7bbbe555e5f43f8e0893bd3 from main
2021-12-22[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
psycopg2 2.8.4 is the first release to support Python 3.8. Backport of ca04659b4b3f042c1bc7e557c25ed91e3c56c745 from main
2021-12-22[4.0.x] Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith
Backport of 78f062f63e7dea09c219fd1310d43950817f4c78 from main
2021-12-22[4.0.x] Added TemplatesSetting to list of built-in renderers in ↵Adam Johnson
FORM_RENDERER docs. Backport of fde425051c31b240e8eca48a8eb54daa6d372c9f from main
2021-12-21[4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation ↵Brenton Partridge
fault on macOS ARM64. Backport of 19fb838803f63eef0726a370050443b693f109be from main
2021-12-15[4.0.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in ↵Mariusz Felisiak
Django 2.2.25, 3.1.14, and 3.2.10. Follow up to d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6. Backport of 5de12a369a7b2231e668e0460c551c504718dbf6 from main
2021-12-13[4.0.x] Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
Backport of 669dcefc04837c35fc2ec5ce906d84397005965d from main
2021-12-13[4.0.x] Corrected example in models.DecimalField docs.Beomsoo Kim
Backport of 7e4a9a9f696574a18f5c98f34d5a88e254b2d394 from main
2021-12-13[4.0.x] Updated link to Microsoft SQL Server backend.Wayne Lambert
Backport of 8a8c8797e81b338f3c93a5a4e2483916e68e4a54 from main
2021-12-08[4.0.x] Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
Backport of f04b44bad40369ec2df74b16adb4d3f09350e4b2 from main
2021-12-06[4.0.x] Fixed #33335 -- Made model validation ignore functional unique ↵Hannes Ljungberg
constraints. Regression in 3aa545281e0c0f9fac93753e3769df9e0334dbaa. Thanks Hervé Le Roy for the report. Backport of 1eaf38fa87384fe26d1abf6e389d6df1600d4d8c from main
2021-12-02[4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
Backport of d75c387f46c55459a2daf071e5463bad0ad7dcbd from main
2021-11-23[4.0.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
Backport of a17becf4c7f4e4057e8c94990e4b4999be0aea95 from main
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ↵Mariusz Felisiak
ManifestStaticFilesStorage." This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb. `export` and `import` directives have several syntax variants and not all of them were properly covered. Thanks Hervé Le Roy for the report. Backport of ba9ced3e9a643a05bc521f0a2e6d02e3569de374 from main
2021-11-01[4.0.x] Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
Backport of 125f9afc2c42449ee79283fefa778651acfd4aed from main
2021-10-27[4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct ↵Carlton Gibson
template block. Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main
2021-10-21[4.0.x] Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski
Backport of 1405dc78872f9d18180feebb4f2c57dbe1259acb from main
2021-10-21[4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
Backport of 9231526af4b9825583b0d3cb943f88109fd30551 from main
2021-10-20[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
Backport of 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 from main
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
Backport of 69b0736fad1d1f0197409ca025b7bcdf5666ae62 from main
2021-10-18[4.0.x] Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
Backport of 0d4e575c96d408e0efb4dfd0cbfc864219776950 from main
2021-10-13[4.0.x] Doc'd a precise exception type in Paginator.page() docs.Sih Sîng-hông薛丞宏
Backport of 30d8932753cd0e414469f8da7ebe21e963737273 from main
2021-10-08[4.0.x] Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
Backport of bf4be3711acfbfc765fb17dc238b1b9bbad5b7be from main
2021-10-07[4.0.x] Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
Backport of 9be36f8044c3bdfe5d1819d4b3b62bee64a039e3 from main