summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2023-02-07[4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2022-07-26[4.0.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ...Mariusz Felisiak
2022-06-27[4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-05-25[4.0.x] Unified AdminSite imports in docs.Hasan Ramezani
2022-05-20[4.0.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er
2022-05-16[4.0.x] Refs #33685 -- Doc'd that using PostgreSQL's service names for testin...Mariusz Felisiak
2022-05-06[4.0.x] Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi
2022-05-03[4.0.x] Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay
2022-04-29[4.0.x] Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini
2022-04-28[4.0.x] Added backticks to code literals in various docs.David
2022-04-20[4.0.x] Added TiDB to list of third-party DB backends.Xiang Zhang
2022-04-19[4.0.x] Updated note about ListView pagination example in CBV docs.Theofilos Alexiou
2022-03-29[4.0.x] Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-03-29[4.0.x] Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-28[4.0.x] Corrected models.FileField signature in docs.Sih Sîng-hông薛丞宏
2022-03-17[4.0.x] Added missing backticks to function names.Mariusz Felisiak
2022-03-17[4.0.x] Corrected CSRF reference in middleware docs.tommcn
2022-03-14[4.0.x] Corrected AppConfig.get_models() signature in docs.David Sanders
2022-02-21[4.0.x] Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto
2022-02-01[4.0.x] Refs #33476 -- Used vertical hanging indentation for format lists wit...Mariusz Felisiak
2022-02-01[4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-01-28[4.0.x] Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
2022-01-12[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley
2022-01-11[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta
2022-01-10[4.0.x] Corrected signatures of some functions in docs.Mariusz Felisiak
2022-01-10[4.0.x] Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak
2022-01-04[4.0.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner
2021-12-31[4.0.x] Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak
2021-12-30[4.0.x] Improved @display(empty_value) example in ModelAdmin.empty_value_disp...mangelozzi
2021-12-22[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-12-22[4.0.x] Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith
2021-12-22[4.0.x] Added TemplatesSetting to list of built-in renderers in FORM_RENDERER...Adam Johnson
2021-12-21[4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation f...Brenton Partridge
2021-12-15[4.0.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django...Mariusz Felisiak
2021-12-13[4.0.x] Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-12-13[4.0.x] Corrected example in models.DecimalField docs.Beomsoo Kim
2021-12-13[4.0.x] Updated link to Microsoft SQL Server backend.Wayne Lambert
2021-12-08[4.0.x] Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
2021-12-06[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...Hannes Ljungberg
2021-12-02[4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
2021-11-23[4.0.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ...Mariusz Felisiak
2021-11-01[4.0.x] Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
2021-10-27[4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct t...Carlton Gibson
2021-10-21[4.0.x] Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski
2021-10-21[4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2021-10-20[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18[4.0.x] Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
2021-10-13[4.0.x] Doc'd a precise exception type in Paginator.page() docs.Sih Sîng-hông薛丞宏