summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-10-01[1.11.x] Added release date for 1.11.16.Carlton Gibson
Backport of d37ed40048b749c75f7f54ef8b96d8e738f10719 from master
2018-09-18[1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak
Backport of 7085247e2fd1ad8b08103173a23ca730784765a3 from stable/2.0.x
2018-08-04[1.11.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django ↵Tim Graham
1.11. Behavior changed in f734e2d4b2fc4391a4d097b80357724815c1d414 (refs #27334). Backport of 89d4d412404d31ef34ae3170c0c056eff55b2a17 from master
2018-08-02[1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
A race condition happened when the object didn't already exist and another process/thread created the object before update_or_create() did and then attempted to update the object, also before update_or_create() saved the object. The update by the other process/thread could be lost. Backport of 271542dad1686c438f658aa6220982495db09797 from master
2018-08-01[1.11.x] Added CVE-2018-14574 to the security release archive.Tim Graham
Backport of 0006538e53bf11d1de26801b13b78807354de2c8 from master
2018-07-25[1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in ↵Andreas Hug
CommonMiddleware.
2018-07-24[1.11.x] Added stub release notes for security release.Tim Graham
2018-07-02[1.11.x] Added release date for 1.11.14.Carlton Gibson
Backport of 65df375c40dfe591b258f36709123abc6957fbd7 from master
2018-06-28[1.11.x] Fixed location of a few doc labels.Tim Graham
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-07[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36. Backport of b18650a2634890aa758abae2f33875daa13a9ba3 from master
2018-05-31[1.11.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
2018-05-31[1.11.x] Added stub release notes for 1.11.14.Tim Graham
Backport of 8a6fcfdc77d84bd5cebf1e6a6dd65c64f9cb40b8 from master
2018-05-27[1.11.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
2018-05-27[1.11.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
2018-05-01[1.11.x] Added release date for 1.11.13.Tim Graham
2018-04-18Revert "[1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript ↵Carlton Gibson
template strings can't be translated." This reverts commit 8b4798c8d31b3cd9faab4caf11fca000b07f0181.
2018-04-18[1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript ↵Tim Graham
template strings can't be translated. Backport of c3437f734d03d93f798151f712064394652cabed from master
2018-04-13[1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() ↵Mariusz Felisiak
or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection(). Regression in a0c03c62a8ac586e5be5b21393c925afa581efaf. Thanks Tim Graham and Carlton Gibson for reviews. Backport of 0b66c3b442875627fa6daef4ac1e90900d74290b from master.
2018-04-12[1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a ↵Paul Donohue
callable object. Backport of 33a0b7ac815588ed92dca215e153390af8bdbdda from master
2018-04-11[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when ↵Jeremy Bowman
altering a unique field. Stopped dropping and recreating foreign key constraints on other fields in the same table as the one which is actually being altered in an AlterField operation. Regression in c3e0adcad8d8ba94b33cabd137056166ed36dae0. Backport of ee17bb8a67a9e7e688da6e6f4b3be1b3a69c09b0 from master
2018-04-10[1.11.x] Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards ↵Tim Graham
incompatible change. Backport of 2919a08c20d5ae48e381d6bd251d3b0d400d47d9 from master
2018-04-10[1.11.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
Backport of 9d7e2c7b447b2bbabe746770ebd26465cc564f05 from master
2018-04-04[1.11.x] Added stub release notes for 1.11.13.Tim Graham
Backport of b2678468aee3526ec2d092a2f20b1d12b15ba12f from master
2018-04-04[1.11.x] Fixed reference to nonexistent __between lookup.Daniel Roseman
Backport of e6c21217d3c79a507ebab290ba41116407dd7f2a from master
2018-04-02[1.11.x] Added release date for 1.11.12.Tim Graham
Backport of 597aba6d6762f1507aaad1a8caa59def0e1f1871 from master
2018-04-02[1.11.x] Fixed typo in docs/releases/1.11.12.txt.Tim Graham
Backport of 09c6d0146178d83b6bd6cc8bb4162a5ae7c1c5f5 from master
2018-04-02[1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in ↵Claude Paroz
multiple choice widgets. Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. Backport of f3b69f9757ec03057441ebbd52b7cdbfed31fb32 from master.
2018-03-30[1.11.x] Fixed links to Sphinx docs.Tim Graham
Backport of 73cb62a33197652a3c8261dbf052d7eb75e26139 from master
2018-03-19[1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two ↵Amr Anwar
annotated values_list() querysets with union(), difference(), or intersection(). Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e. Backport of a0c03c62a8ac586e5be5b21393c925afa581efaf from master
2018-03-19[1.11.x] Added stub release notes for 1.11.12.Tim Graham
Backport of 8d67c7cffdcd5fd0c5cb0b87cd699a05b461e58d from master
2018-03-13[1.11.x] Fixed #29192 -- Removed inaccurate statement regarding overriding ↵ovalseven8
fields from abstract base classes. Partial backport of 22bcd3a1d88add6e4cf2c4451ede8d1ae142dedd from master
2018-03-06[1.11.x] Added CVE-2018-7536,7 to the security release archive.Tim Graham
Backport of 5bbbdd26d1ea4f3bb164ad64b0d0d458d8bfdd02 from master
2018-02-27[1.11.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in ↵Tim Graham
django.utils.text.Truncator. Thanks James Davis for suggesting the fix.
2018-02-27[1.11.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize ↵Tim Graham
and urlizetrunc template filters. Thanks Florian Apolloner for assisting with the patch.
2018-02-24[1.11.x] Added stub release notes for security releases.Tim Graham
2018-02-19[1.11.x] Corrected doc'd type of some parameters from string to str.Tim Graham
Backport of d63c00a4283ce85622ec00c6f668630078c75817 from master
2018-02-01[1.11.x] Added CVE-2018-6188 to the security release archive.Tim Graham
Backport of 66119ed64233c3abe586606a9e81a75edc2a6a92 from master
2018-02-01[1.11.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645). This is a security fix.
2018-02-01[1.11.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ↵Tim Graham
ModelAdmin.raw_id_fields. Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89. Thanks Carel Burger for the report and fix. Backport of docs552abffab16cbdff571486b683e7e7ef12e46066 from master
2018-01-31[1.11.x] Fixed location of spatialite_source label.Rodrigo
Backport of 7c5cf331278407ab87737d10a1b2e722c0e666b0 from master
2018-01-31[1.11.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a ↵Tim Graham
backend doesn't accept a request but a later one does. Regression in a3ba2662cdaa36183fdfb8a26dfa157e26fca76a. Backport of 55e16f25e9d2050e95e448f9ab2e4b9fc845a9e5 from stable/2.0.x
2018-01-19[1.11.x] Fixed #29032 -- Fixed an example of using expressions in ↵Mariusz Felisiak
QuerySet.values(). Backport of 7fbb1bd00d8a3e9a834de83d36ebcbff15c18938 from master
2018-01-17[1.11.x] Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer
Backport of 196c257a230bba8f2f1b2021c383eb2744e8df41 from master
2018-01-13[1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on ↵Étienne Loks
related instance deletion. Backport of 9a621edf624a4eb1f1645fca628a9e432f0de776 from master
2018-01-13[1.11.x] Added stub release notes for 1.11.10.Tim Graham
Backport of cea5fe94c6bb1b61e791f1375c246566c950b3e3 from master
2018-01-12[1.11.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs ↵Tim Graham
#24073. Backport of b9cec9fa1fc50207ab68a59853c851a945c5db5e from master
2018-01-11[1.11.x] Fixed #29002 -- Corrected cached template loader docs about when ↵Tim Graham
it's automatically enabled. Thanks oTree-org for the suggestion. Backport of 7c00f9fb1cc47e1c993f7728e2b592a1be29dd40 from master
2018-01-01[1.11.x] Added release date for 1.11.9.Tim Graham
Backport of 3ae2bcc7689bb912399c08329d2baa4b5d8bd6b2 from master
2017-12-07[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a ↵Morgan Wahl
model that uses more than one level of MTI.
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for ↵Mariusz Felisiak
models with quoted db_table. Thanks Simon Charette and Tim Graham for the review and Carlos E. C. Leite for the report. Backport of fc48047586a8f92262f55d9d2bfb976325844b23 from master