summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-02[1.11.x] Bumped version for 1.11.12 release.1.11.12Tim Graham
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-03-06[1.11.x] Post-release version bump.Tim Graham
2018-03-06[1.11.x] Bumped version for 1.11.11 release.1.11.11Tim Graham
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-20[1.11.x] Switched test requirement to new psycopg2-binary package.Tim Graham
Backport of d4373b6da4b420fe9211438addeedb396a3821be from master
2018-02-20[1.11.x] Removed blank lines per isort 4.3.0.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] Post-release version bump.Tim Graham
2018-02-01[1.11.x] Bumped version for 1.11.10 release.1.11.10Tim Graham
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-10[1.11.x] Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
Backport of 66d74676e23c32bc676fb0706af8580b391953b6 from master
2018-01-08[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2018-01-01[1.11.x] Post-release version bump.Tim Graham
2018-01-01[1.11.x] Bumped version for 1.11.9 release.1.11.9Tim Graham
2018-01-01[1.11.x] Added release date for 1.11.9.Tim Graham
Backport of 3ae2bcc7689bb912399c08329d2baa4b5d8bd6b2 from master
2017-12-18[1.11.x] Fixed #25277 -- Restored test dependency to the original ↵Tim Graham
python-memcached. Backport of 770b9ea77fb5e39d616e62b54c06755e6d4f4d36 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] Post-release version bump.Tim Graham
2017-12-02[1.11.x] Bumped version for 1.11.8 release.1.11.8Tim Graham
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