summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2022-08-03[4.1.x] Updated release notes for Django 4.1 release.Carlton Gibson
2022-08-03[4.1.x] Added CVE-2022-36359 to security archive.Carlton Gibson
2022-08-03[4.1.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.Carlton Gibson
2022-08-03[4.1.x] Adjusted version 4.0.7 release notes.Carlton Gibson
2022-08-02[4.1.x] Doc'd TextField.db_collation as optional.Carlton Gibson
2022-07-29[4.1.x] Fixed typo in docs/topics/testing/tools.txt.rharri
2022-07-27[4.1.x] Adjusted release notes for 4.0.7 and 3.2.15.Carlton Gibson
2022-07-27[4.1.x] Added release date and stub release notes for 4.0.7 and 3.2.15 releases.Carlton Gibson
2022-07-26[4.1.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ...Mariusz Felisiak
2022-07-23[4.1.x] Refs #25756 -- Doc'd inability to use file fields with PostgreSQL Arr...Claude Paroz
2022-07-22[4.1.x] Fixed #33317 -- Added note about unconditional evaluation of {% block...Victor
2022-07-13[4.1.x] Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransf...Alokik Vijay
2022-07-09[4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() ...Mariusz Felisiak
2022-07-06[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...Simon Charette
2022-07-04[4.1.x] Added CVE-2022-34265 to security archive.Mariusz Felisiak
2022-07-04[4.1.x] Added stub release notes for 4.0.7.Mariusz Felisiak
2022-07-04[4.1.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...Mariusz Felisiak
2022-07-02[4.1.x] Fixed typo in docs/topics/signals.txt.Aristotelis Mikropoulos
2022-06-30[4.1.x] Corrected various typos in contributing docs.Arslan Noor
2022-06-28[4.1.x] Fixed #32749 -- Doc'd PyMemcacheCache defaults.Pablo Montepagano
2022-06-28[4.1.x] Refs #33779 -- Doc'd django.utils.html.json_script().Hrushikesh Vaidya
2022-06-27[4.1.x] Fixed #33422 -- Improved docs about isolating apps.Christopher Adams
2022-06-27[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-06-27[4.1.x] Added stub release notes and release date for 4.0.6 and 3.2.14.Mariusz Felisiak
2022-06-24[4.1.x] Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description...Ian Wootten
2022-06-21[4.1.x] Fixed #33789 -- Doc'd changes in quoting table/column names on Oracle...Mariusz Felisiak
2022-06-16[4.1.x] Updated asgiref dependency for 4.1 release series.Carlton Gibson
2022-06-16[4.1.x] Added YugabyteDB to list of third-party DB backends.Sfurti-yb
2022-06-16[4.1.x] Updated OWASP Top 10 link in security topic.Grammy Jiang
2022-06-03[4.1.x] Fixed documentation of Widget.id_for_label() empty return value.Swann
2022-06-02[4.1.x] Fixed #33757 -- Clarified Client.post() file upload example.Tim Graham
2022-06-01[4.1.x] Added stub release notes for 4.0.6.Carlton Gibson
2022-06-01[4.1.x] Updated release date for Django 4.0.5.Carlton Gibson
2022-06-01[4.1.x] Fixed #33753 -- Fixed docs build on Sphinx 5+.Mariusz Felisiak
2022-05-31[4.1.x] Bumped minimum Sphinx version to 4.5.0.Mariusz Felisiak
2022-05-25[4.1.x] Unified AdminSite imports in docs.Hasan Ramezani
2022-05-24[4.1.x] Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak
2022-05-21[4.1.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sideba...Sankalp
2022-05-20[4.1.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er
2022-05-19[4.1.x] Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow
2022-05-19[4.1.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock
2022-05-18[4.1.x] Refs #33646 -- Fixed link markup in queries topic doc.Simon Willison
2022-05-18[4.1.x] Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon
2022-05-17[4.1.x] Bumped django_next_version in docs config.Carlton Gibson
2022-05-17Updated man page for Django 4.1 alpha.Carlton Gibson
2022-05-17Removed empty sections from 4.1 release notes.Carlton Gibson
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-05-17Update docs/releases/4.1.txtAlokik Vijay
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-05-17Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson