summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2021-05-20[3.2.x] Changed IRC references to Libera.Chat.Mariusz Felisiak
Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main.
2021-05-19[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.David D Lowe
Backport of fa4e963ee7e6876581b5432363603571839ba00c from main
2021-05-19[3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.David Sanders
Backport of dacc307d9396516e7d3609b7b91e2ec545c84ebc from main
2021-05-18[3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.Girish Sontakke
Backport of 27d4573d35935bff83c28bfd68a2ce5a7a6c600a from main
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵Nick Pope
use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main
2021-05-17[3.2.x] Refs #32720 -- Fixed some broken links in docs.Nick Pope
Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main
2021-05-12[3.2.x] Fixed a typo in docs/ref/models/fields.txt.Nick Pope
datetime.date.utcnow() doesn't exist, should be .today(). Backport of 88b3982af396a7c2eca0db9c52dfa9830045cc19 from main
2021-04-29[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be ↵Carlton Gibson
automatically migrated. Backport of 907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 from main
2021-04-28[3.2.x] Corrected introduction to range field lookups docs.Adam Johnson
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. Backport of 68e876c0953f882e54dddd49ef727f9e38e2d0d1 from main
2021-04-27[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred. Backport of cd74aad90e09865ae6cd8ca0377ef0a5008d14e9 from main
2021-04-16[3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs.Adam Johnson
Backport of 725ca1fb60da2ef1bb6db146cd2d735591e75fbd from main
2021-04-14[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ↵Mariusz Felisiak
fields on MySQL/MariaDB. Thanks Matt Westcott for the report. Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2. Backport of ca9872905559026af82000e46cde6f7dedc897b6 from main
2021-04-07[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
Backport of e3cfba0029516aafe40f963378e234df2c0d33bb from main.
2021-04-06[3.2.x] Refs #30156 -- Corrected version in SpatiaLite install instructions.Mariusz Felisiak
Backport of da542ccab6d61e1467199b52f77f64a2d72f5faf from main
2021-03-26[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise ↵sreehari1997
DisallowedHost. Backport of 0860db225a4a7059c0884c87c0a7aa0035fd0d36 from main
2021-03-25[3.2.x] Refs #31003 -- Moved note about return value of ↵Claude Paroz
QuerySet.bulk_create() to the first paragraph. Backport of cac9ec73db35a6d38d33f271f4724da486c60e9f from main.
2021-03-25[3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison
Backport of e53159747c53ca8db6c338998493fd8697d38fac from main
2021-03-24[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen
Backport of 4894a97578dbb816f142535586b0d6154d94ac8e from main
2021-03-22[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to ↵tim-mccurrach
the --exclude option. Backport of cf2f6fc558166656f29609e3864df9af81067d0c from main
2021-03-19[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ↵kshitijraghav
example. Backport of d40402cfb023801f0d83f19747e30b13096e3636 from main
2021-03-16[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak
Backport of 065832eaec167a45008aa125887ce1215a1f257d from main
2021-03-16[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() ↵Hasan Ramezani
methods in CBV docs. Backport of bc04941bf811d1ea2c79fb7fc20457ed2c7e3410 from main
2021-03-15[3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani
Backport of 50ef9dfac21499ff6c46c2f6a33103e40b60cd4e from main
2021-03-15[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak
Backport of 4d912e6697784325bc43a6d852fe5a26e6fa235a from main
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
2021-03-04[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to ↵Mariusz Felisiak
booleans with QuerySet.values()/values_list() on SQLite. Backport of c6b07627fcb5d1c8d2082714ef5adb63bee6cf4c from master
2021-03-04[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
Backport of 05bbff82638731a6abfed2fe0ae06a4d429cb32f from master
2021-03-04[3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani
Backport of d1f89c9b9a9b44c4dbfd24fcb5f76f16e973c0a2 from master
2021-03-02[3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
Co-Authored-By: Carles Pina i Estany <carles@pina.cat> Backport of 5fd4f22d196fbe9913884259ddedad10e6156a44 from master
2021-02-26[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach
Backport of 7587139d35b630a19fdc55a5f3789475e5ed26c8 from master
2021-02-11[3.2.x] Documented an example custom context processor.Adam Johnson
Backport of 0963f184abd96800b76b19a6a181e1b544c7fafe from master
2021-02-11[3.2.x] Improved pagination documentationAdam Johnson
* Link to the topic guide * Document that page() can raise PageNotAnInteger. Backport of a57e91adeeef4fe97db3e589b20bf2a30c907e21 from master
2021-02-08[3.2.x] Fixed #32430 -- Doc'd base class-based views.Anil Khatri
Backport of 6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06 from master
2021-02-08[3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
Backport of de4492fbb1e48f8b258baa182220d4247f345177 from master
2021-02-01[3.2.x] Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon
Backport of f9cfd346f0222d86bfbac26ef5455806965bae6b from master
2021-01-28[3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about ↵Timothy McCurrach
duplicates for multiple batches. Backport of 241da3f06ee0c6f436341cda5890b221ac453e3b from master
2021-01-25[3.2.x] Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg
Backport of 90ddf46ef7b3d775b124d81e1846bec7961c7f1f from master
2021-01-22[3.2.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc. Backport of 2b4b6c8af0aae8785bc1347cf1be2e8e70fd5ff3 from master
2021-01-22[3.2.x] Fixed #32372 -- Made examples in related objects reference docs ↵Jack Aitken
consistent. Backport of 725c549ae7a34d83447201da7190f8d71c7fc2fc from master
2021-01-20[3.2.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz
Backport of 7b3ec6bcc8309d5b2003d355fe6f78af89cfeb52 from master
2021-01-19[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
Refs #25134, #32099.
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews. Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
2021-01-12Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2021-01-11Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio