summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect class-based model index name ↵Mariusz Felisiak
generation for models with quoted db_table. Thanks Simon Charette and Tim Graham for the review and Carlos E. C. Leite for the report. Backport of f79d9a322c6008e5fada1453aebfb56afc316cc8 from master
2017-12-05[1.11.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. Backport of e014f91a70aa3ccdddb363a733c76e35597424fa from master
2017-12-05[1.11.x] Added stub release notes for 1.11.9.Tim Graham
Backport of dfeb19121b40cadd22b81c4b9d0373d617a695ed from master
2017-12-04[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.Sergey Fedoseev
Backport of 3922f02dc6b10a3268a710a2837027d3999957a3 from master
2017-12-02[1.11.x] Added release date for 1.11.8.Tim Graham
Backport of 335aad5d9170b3e3807ebd35a7dd74800df03588 from master
2017-12-01[1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign ↵Tim Graham
key constraint" crash on MySQL with a sequence of AlterField or RenameField operations. Regression in 45ded053b1f4320284aa5dac63052f6d1baefea9. Backport of c3e0adcad8d8ba94b33cabd137056166ed36dae0 from master
2017-11-30[1.11.x] Fixed #28856 -- Fixed a regression in caching of a ↵Simon Charette
GenericForeignKey pointing to a MTI model. Regression in b9f8635f58ad743995cad2081b3dc395e55761e5. Backport of d31424fec1a3de9d281535c0503644a9d7b93c63 from stable/2.0.x
2017-11-29[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
Backport of f0a68c25118786d47041d0a435b2afa953be3c86 from master
2017-11-27[1.11.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a ↵Raphael Michel
filtered subquery that uses nulls_first/nulls_last. Backport of 616f468760e4984915bb2ccca6b9eb3d80ddadb0 from master
2017-11-23[1.11.x] Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
Backport of e283c1a from master
2017-11-22[1.11.x] Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
Backport of 3f237c1a5b936a9b85304cffbf3343f491e395d6 from master
2017-11-21[1.11.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors ↵Dražen Odobašić
after values() and values_list(). Backport of d97f026a7ab5212192426e45121f7a52751a2044 from master
2017-11-16[1.11.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
Backport of d392fc293c9439c19451e152f9560f24d1659563 from master
2017-11-14[1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
Refs #27458, #27843. Thanks Tim and Mariusz for the review. Backport of ee85ef8315db839e5723dea19d8b971420a2ebb4 from master
2017-11-14[1.11.x] Fixed #28786 -- Doc'd middleware ordering considerations due to ↵Tim Graham
CommonMiddleware setting Content-Length. Backport of bc95314ca6af0b5e993ae07fdc7d8e6166d3b8ca from master
2017-11-12[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for ↵Mariusz Felisiak
union(), difference(), and intersection(). Thanks Tim Graham for the review. Backport of 2d3cc94284674638c334670903d49565039d77ae from master
2017-11-08[1.11.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive ↵shanghui
user error when using ModelBackend. Regression in e0a3d937309a82b8beea8f41b17d8b6298da2a86. Thanks Guilherme Junqueira for the report and Tim Graham for the review. Backport of 359370a8b8ca0efe99b1d4630b291ec060b69225 from master
2017-11-07[1.11.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
Backport of 00b93c2b1ecdda978f067309c6feafda633a7264 from master
2017-11-01[1.11.x] Added stub release notes for 1.11.8.Tim Graham
Backport of ef718a72b3db81d35a6c1273b1565b48dd867e90 from master
2017-11-01[1.11.x] Added release date for 1.11.7.Tim Graham
Backport of 5f5425f74e57aa3caff056082a8899c0fdedb07e from master
2017-10-25[1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when ↵Mariusz Felisiak
using OuterRef. Regression in f48bc7c3dbd204eefb3c19016b1e4906ac26bee3. Backport of 81e357a7e19f35235cc998459a10213532727d4e from master
2017-10-21[1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
Backport of 21a3a29dc9d138c248fd7922923b3ec710735c6c from master
2017-10-20[1.11.x] Fixed #28729 -- Replaced a numbered list with unordered list in ↵Tim Graham
TemplatesSetting docs. Backport of eb9b56c5b60215a683c80e68f08ae6fca0ec24ef from master
2017-10-17[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
Backport of 3bd69b126115102a4630354c876e6c7cc2d68f8f from master