summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2018-07-02[2.0.x] Bumped version for 2.0.7 release.2.0.7Carlton Gibson
2018-06-28[2.0.x] Refs #28814 -- Fixed migrations crash with namespace packages on ↵Tim Graham
Python 3.7. Due to https://bugs.python.org/issue32303. Backport of 0f0a07ac278dc2be6da81e519188f77e2a2a00cf from master
2018-06-25[2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's ↵Tim Graham
Content-Type header." This reverts commit 8e082a6e0b63a1cfdb0bc7b2835c6447123aa239 as it doesn't qualify for a backport.
2018-06-22[2.0.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type ↵Tim Graham
header. Backport of 7cdeb23ae7ef2d125276840ff298dbb9683959f2 from master
2018-06-20[2.0.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
Backport of 42490768441701bc02255b22df8e6894cbe487c7 from master
2018-06-15[2.0.x] Refs #29428 -- Fixed admin check crash when using a query expression ↵Tim Graham
in ModelAdmin.ordering. Backport of ec2c9c353113bb1db6e32ed3f0b6c28bc06ca2eb from master
2018-06-15[2.0.x] Fixed #29428 -- Fixed admin changelist crash when using a query ↵Tim Graham
expression without asc()/desc() in the ordering. Backport of 0d8e3e608ee9aab5076d497664aa97e0a29e523e from master
2018-06-12[2.0.x] Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().Tim Graham
Backport of 7a266e25be1b641111ab5889f9808ff6d258d27f from master.
2018-06-06[2.0.x] Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.Tim Graham
Backport of e9bd1a3e12df132527a8d8bea95858e856ac7be4 from master
2018-06-01[2.0.x] Updated version after release.Carlton Gibson
2018-06-01[2.0.x] Bumped version for 2.0.6 release.2.0.6Carlton Gibson
2018-06-01[2.0.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36. Backport of b18650a2634890aa758abae2f33875daa13a9ba3 from master
2018-05-31[2.0.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
2018-05-27[2.0.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on ↵Mariusz Felisiak
MySQL when using a RawSQL annotation. Regression in 1d070d027c218285b66c0bde8079034b33a87f11. Backport of 4ab1f559e8d1264bcb20bb497988973194f5d8f2 from master
2018-05-26[2.0.x] Fixed #29415 -- Fixed detection of custom URL converters in included ↵Xaroth Brook
patterns. Backport of 39283c8edbc5991b589d48a8e17152042193f2df from master
2018-05-25[2.0.x] Fixed #29400 -- Fixed crash in custom template filters that use ↵Ryan Rubin
decorated functions. Regression in 620e9dd31a2146d70de740f96a8cb9a6db054fc7. Backport of a8d12bc28069d56e0306770ab9c73738293663f7 from master
2018-05-16[2.0.x] Added missing word to render_to_response deprecation warning.Richard Morrison
Backport of 35b6a348dea6b019679fe35fd443be875bdb028e from master
2018-05-01[2.0.x] Post-release version bump.Tim Graham
2018-05-01[2.0.x] Bumped version for 2.0.5 release.2.0.5Tim Graham
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
2018-04-13[2.0.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[2.0.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable ↵Paul Donohue
object. Backport of 33a0b7ac815588ed92dca215e153390af8bdbdda from master
2018-04-11[2.0.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[2.0.x] Fixed #29307 -- Fixed inspectdb import paths for ↵Alasdair Nicol
django.contrib.postgres fields. Thanks erindy for the report. Backport of 65c44a5c1d5412d402af19480e3c1c3e3e88893a from master
2018-04-02[2.0.x] Post-release version bump.Tim Graham
2018-04-02[2.0.x] Bumped version for 2.0.4 release.2.0.4Tim Graham
2018-04-02[2.0.x] Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the ↵Claude Paroz
widget map's SRID. Regression in 6ecccad711b52f9273b1acb07a57d3f806e93928. Backport of 2a2ed0e70a93bfd1a3d41af40870fe963dc2687d from master
2018-04-02[2.0.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-21Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()."Tim Graham
This reverts commit c2962d8147380b00bb965c0d42b7e05ca4596868. After discussion in refs #28718, the decision is to treat the reverted statements as bugs.
2018-03-19[2.0.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-15[2.0.x] Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL ↵Mattia Procopio
contains a non-UUID where one is expected. Backport of aeb8c381789ad93866223f8bd07d09ae5e2edd9e from master
2018-03-15[2.0.x] Fixed #29221 -- Corrected admin's autocomplete widget to add a space ↵Artem Tabolin
after custom classes. Backport of a2f7433adc610cb0a85b3e23a1fec2267591f866 from master
2018-03-13[2.0.x] Fixed #29213 -- Fixed autocomplete widget's translations for ↵dzhuang
zh-hans/zh-hant. Backport of e17088a108e604cad23b000a83189fdd02a8a2f9 from master
2018-03-08[2.0.x] Fixed #29195 -- Fixed Exists.output_field resolution on ↵Simon Charette
single-valued queries. The Subquery class which Exists inherits from defaulted to using single-valued querie's field if no output_field was explicitly specified on initialization which was bypassing the Exists.output_field defined at the class level. Moving Subquery's dynamic output_field resolution to _resolve_output_field should make sure the fallback logic is only performed if required. Regression in 08654a99bbdd09049d682ae57cc94241534b29f0. Thanks Oli Warner for the detailed report. Backport of 277ed072094ad87fc6b2c4669f21d43b1f39043c from master
2018-03-06[2.0.x] Post-release version bump.Tim Graham
2018-03-06[2.0.x] Bumped version for 2.0.3 release.2.0.3Tim Graham
2018-03-06[2.0.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in ↵Tim Graham
django.utils.text.Truncator. Thanks James Davis for suggesting the fix.
2018-03-06[2.0.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and ↵Tim Graham
urlizetrunc template filters. Thanks Florian Apolloner for assisting with the patch.
2018-03-02[2.0.x] Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if ↵Christophe Mehay
username isn't a string. Backport of 40bac28faabbacd0875e59455cd80fb1dbb16966 from master
2018-03-01[2.0.x] Fixed #29172 -- Fixed crash with Window expression in a subquery.Tomáš Ehrlich
Backport of fa352626c2a80bcdcd0fc6492b5fd5130490f05e from master
2018-02-28[2.0.x] Updated translations from TransifexClaude Paroz
2018-02-28[2.0.x] Fixed #29166 -- Fixed crash in When() expression with a list argument.Mariusz Felisiak
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for reviews. Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f. Backport of 54f80430be4a9adf1fc00b4ca17547415fafc69b from master
2018-02-20[2.0.x] Removed blank lines per isort 4.3.0.Tim Graham
2018-02-12[2.0.x] Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path ↵Tim Graham
and _connector='AND' since it's a default value. Backport of 9ba3df82402e7e23b353da20aea6894935241ef9 from master
2018-02-12[2.0.x] Fixed #29125 -- Made Q.deconstruct() deterministic with multiple ↵Tim Graham
keyword arguments. Backport of b95c49c954e3b75678bb258e9fb2ec30d0d960bb from master
2018-02-10[2.0.x] Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).Raphael Gaschignard
Backport of bf26f66029bca94b007a2452679ac004598364a6 from master
2018-02-10[2.0.x] Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.Manatsawin Hanmongkolchai
Backport of 1a1264f1494976c562c7cb832fe47f3e1e765b8f from master
2018-02-08[2.0.x] Fixed #29108 -- Fixed crash in aggregation of ↵Simon Charette
distinct+ordered+sliced querysets. Regression in 4acae21846f6212aa992763e587c7e201828d7b0. Thanks Stephen Brooks for the report. Backport of d61fe246015aa4fdc6dcb837ffb1442fa71ae586 from master
2018-02-01[2.0.x] Post-release version bump.Tim Graham
2018-02-01[2.0.x] Bumped version for 2.0.2 release.2.0.2Tim Graham