summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
2021-01-07Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
Defined all colors used in the admin CSS as variables. Implemented the following standardizations and accessibility improvements while at it: - Improved the contrast of text to not use ratios of less than 3:1 anymore. - Most hover states already used desaturated and darkened colors. Changed object tools to follow the same rule instead of showing the primary color on hover. Various places used similar colors; those have been merged with the goal of reducing the count of CSS variables. Contrasts have been improved in a few places. - Many borders used slightly different colors (e.g. #eaeaea vs. #eee) - Help texts used #999, this has been changed to --body-quiet-color (#666) which has a better contrast. Introduced fast color transitions on links and buttons.
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah
2021-01-04Fixed #32310 -- Fixed note about reverse accessors for intermediate table ↵Fabio Sangiovanni
for self-referential ManyToManyField.
2021-01-04Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.Tim Graham
Similar considerations as refs #32065, again adding some nuance to afd375fc343baa46e61036087bc43b3d096bb0ca.
2021-01-04Fixed typo in docs/ref/templates/builtins.txt.Roland Geider
2020-12-30Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak
2020-12-29Added app labels to related fields checks messages E302-E305.Mariusz Felisiak
2020-12-29Corrected related fields checks messages in docs.Mariusz Felisiak
2020-12-23Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ↵Jon Dufresne
docs.
2020-12-21Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne
2020-12-21Fixed typo in docs/ref/files/storage.txt.joshuapatel
2020-12-16Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani