summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2020-06-26[3.0.x] Fixed #31743 -- Doc't that managed=False prevents Django from ↵Steven Pousty
managing tables modifications. Backport of d2c135da4c75079e45661ec609bd72f27dddf2a9 from master
2020-06-24[3.0.x] Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-06-17[3.0.x] Adjusted model definition in GeoDjango tutorial.David Smith
The example uses the world border data set, where one of the entries has a null field value. Backport of 6bc9283751d51cab474d1bf6883a3b40cce32d4b from master
2020-06-15[3.0.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ↵Tobias Krönke
ignore_conflicts on MariDB and MySQL. Backport of 69e0d9c553bb55dde8d7d1d479a78bfa7093f406 from master
2020-06-15[3.0.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-06-15[3.0.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
Backport of 3d664a158de18acf72fc8e0671f0f390cbca4b2e from master
2020-06-04[3.0.x] Fixed #31650 -- Added note uniqueness of constraints names in docs.Hasan Ramezani
Backport of 55556e51fb152c864ddc782d9b56e8b785ccf8bc from master
2020-06-02[3.0.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.Carlton Gibson
2020-06-01[3.0.x] Fixed typo in docs/ref/templates/language.txt.Chris May
Backport of ecaac9e42f497be04ddc72dfebb6e397ccca9517 from master
2020-06-01[3.0.x] Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.Fabio Sangiovanni
Backport of df188824738ff5e54baf2d61f6a7dff51a20f068 from master
2020-05-27[3.0.x] Fixed some formatting issues in docs.Mariusz Felisiak
Backport of 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d from master.
2020-05-25[3.0.x] Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.René Fleschenberg
Backport of f24b59267be2e5fc5bd1252efda3aed19f860813 from master
2020-05-21[3.0.x] Updated list of third-party DB backends.Carlton Gibson
* Alphabetized third-party DB backend list. * Added backticks around single-word link texts to ease visual/machine sorting. * Added CockroachDB to list of third-party DB backends. * Updated third-party DB backend URLs. Thanks to Nick Pope and Tim Graham for the review. Backport of 6dcfa70cac29c854fc5169bed1cf6479eabdb8c1 from master
2020-05-13[3.0.x] Fixed numbered list in admin overview docs.Jon Dufresne
Backport of 05ed7104c0bc069352b2cee85ab918e48ee73cbe from master
2020-05-06[3.0.x] Fixed a/an typos in "SQL" usage.Adam Johnson
Backport of 1c2c6f1b51a540bddc7ae95f4d1213688411ca44 from master
2020-05-04[3.0.x] Corrected models.FilePathField signature in docs.Adam Johnson
Backport of 787981f9d1d5abc489a0b069e3353b8ad7aa9778 from master
2020-05-01[3.0.x] Refs #27778 -- Removed reference to ASCII usernames in ↵David Smith
django.contrib.auth.models.User docs. Backport of 505b7b616320b8d5bbc83d0dbbb3aec3a58ba0c9 from master
2020-04-28[3.0.x] Fixed broken links in docs.Mariusz Felisiak
Backport of b28be08cac1f7cde332ca43db65bb733fa3f9bf5 from master
2020-04-25[3.0.x] Fixed #31514 -- Fixed default form widgets in model fields docs.Hasan Ramezani
Backport of d6db186427d33889e4d2f3b56e02807d51fc0376 from master
2020-04-24[3.0.x] Corrected outputting BooleanField as HTML in forms docs.Tim Schilling
Backport of 34a69c24584ec7d842dbf266659b25527cd73909 from master
2020-04-23[3.0.x] Fixed broken link to Watchmen configuration in ↵Jon Dufresne
docs/ref/django-admin.txt. Backport of faa08449dd1236c1b92883e86cf1895410c72f56 from master
2020-04-20[3.0.x] Updated iTunes podcast format link in syndication docs.David Smith
Backport of 201431915925f63da6303dd21ad11088bb004382 from master
2020-04-20[3.0.x] Refs #30165 -- Removed obsolete doc references to deprecated ↵Jon Dufresne
ugettext() & co. The u-prefixed variants were removed from the documentation in 6eb4996672ca5ccaba20e468d91a83d1cd019801. Backport of fb21625270ab169fd436c36dd51acb642a97ee50 from master
2020-04-16[3.0.x] Improved message example in admin actions documentation.Nick Pope
Avoid partial string construction and make use of ``ngettext`` to show example of how to handle plural variants with translations. Also make use of ``messages.SUCCESS`` to highlight customizing the style of the message - in this case it better fits what the message is conveying. Backport of 058b38b43ea4726be2914ecc967b8fb1da47d995 from master
2020-04-15[3.0.x] Used :rfc: role in various docs.Mariusz Felisiak
Backport of f1a808a5025b63715d1034af2b96a6a5241d29e9 from master.
2020-04-15[3.0.x] Fixed typo in docs/ref/templates/builtins.txt.Mariusz Felisiak
Backport of fc0b48d2e7aaaeb390936916f56dc0631717d022 from master
2020-04-14[3.0.x] Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
"term" role became case sensitive in Sphinx 3.0.1. Backport of cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 from master
2020-04-10[3.0.x] Refs #10427 -- Corrected BoundField.css_classes() signature in docs.David Smith
Backport of 734fde771433b9ea525a2b0f4d8ebb3ae426b2fa from master
2020-04-07[3.0.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
Backport of 678f958ef972bf9be402332537149ca0884035ba from master
2020-04-07[3.0.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master
2020-04-01[3.0.x] Corrected docs spelling of PgBouncer.Carlton Gibson
Backport of b1f88476dbd738bdcc20466efd5ffcb83ab25093 from master
2020-04-01[3.0.x] Prevented (and corrected) single backtick usage in docs.Adam Johnson
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-04-01[3.0.x] Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.Adam Johnson
Backport of e9b014fbc56b9baf91019a803ab2a45788c5c44a from master
2020-03-27[3.0.x] Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.Hasan Ramezani
Backport of bec4dea844332390aecd72f22afc6673a3f5f5fc from master
2020-03-26[3.0.x] Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.Carlton Gibson
Use re_path() pattern with the regex used before original regression in df41b5a05d4e00e80e73afe629072e37873e767a. Regression in a0916d7212aaae634f4388d47d8717abc2cd9036. Backport of 8f2a6c76d19e4010c4683b20ed7f1eb4b07c17eb from master
2020-03-25[3.0.x] Improved docs on migration reversibility.Adam Johnson
- Clarify reversibility for RunSQL and RunPython operations. - Add example for migrate with irreversible migration. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of b15b3706fec8ef59577ac47118ee0c62132a03a6 from master
2020-03-23[3.0.x] Removed obsolete references to South database migrations.Tim Graham
Backport of 291539a85c8461456ab728fe6820a86de54294b6 from master
2020-03-18[3.0.x] Fixed #31368 -- Doc'd 'expression' parameter of ↵Hasan Ramezani
Field.from_db_value()/Expression.convert_value(). Backport of 6929f13254ce42b0a4ee5d677591d47b61023ae7 from master
2020-03-14[3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from ↵David Smith
MultipleHiddenInput's docs. Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb. Backport of 7075d27b0c75f1431f29497f4353cd742906b357 from master
2020-03-14[3.0.x] Fixed #31330 -- Updated flatpages URLconf example to work with ↵Hasan Ramezani
APPEND_SLASH. Regression in df41b5a05d4e00e80e73afe629072e37873e767a. Backport of a0916d7212aaae634f4388d47d8717abc2cd9036 from master
2020-03-13[3.0.x] Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
Backport of 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c from master
2020-03-10[3.0.x] Clarified SeparateDatabaseAndState docs and added example of ↵Adam Johnson
changing ManyToManyField. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Carlton Gibson <carlton.gibson@noumenal.es> Co-Authored-By: René Fleschenberg <rene@fleschenberg.net> Backport of a9ee6872bd9e1bacc2da827dbd5b9093f724e4a5 from master
2020-03-10[3.0.x] Corrected learn_cache_key() signature in docs.Mariusz Felisiak
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991. Backport of 5e17301f38d0a4f372d4d36762a464f5f4714ebd from master
2020-03-10[3.0.x] Corrected get_cache_key() signature in docs.Борис Верховский
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991 and cb17f7ca2252265ab4a844e7924cb8ebab4a1a76 Backport of d82d2d49d629f010da2c0d81b5927946d971ae72 from master
2020-03-06[3.0.x] Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
Backport of 8c1b073b596af23c02020879219b4e85f15a836d from master
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
2020-03-03[3.0.x] Documented default value of InlineModelAdmin.extra.Adam Johnson
Backport of 3bd29a8a973e2bb11b00666458344aeab5684a39 from master
2020-02-29[3.0.x] Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak
Supported since a906c9898284a9aecb5f48bdc534e9c1273864a6. Backport of a49c2b6bf098eb48c07641f60dba9be78c6cc92f from master
2020-02-27[3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko
Backport of f1016814d84b1423cfe0df85644c9870a6bc6b41 from master
2020-02-26[3.0.x] Removed hint from fields.E310 message in system check docs.Mariusz Felisiak
This is the only documented hint. Backport of 667f784baab31f11d2469e5d22bbdc2390dbc030 from master