summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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薛丞宏
2021-10-08[4.0.x] Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
2021-10-07[4.0.x] Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
2021-10-05[4.0.x] Fixed #22224 -- Added note about supplying missing values for non-nul...Jacob Walls
2021-10-04[4.0.x] Fixed #32888 -- Doc'd that select_for_update() only locks tables with...Hannes Ljungberg
2021-10-04[4.0.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField key...Sarah Abderemane
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock
2021-09-28[4.0.x] Corrected field and model check messages in docs.Mariusz Felisiak
2021-09-24[4.0.x] Removed obsolete GEOS 3.5 requirement note.Claude Paroz
2021-09-21[4.0.x] Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant