summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-01[3.0.x] Bumped version for 3.0.8 release.3.0.8Mariusz Felisiak
2020-07-01[3.0.x] Added release date for 2.2.14 and 3.0.8.Mariusz Felisiak
Backport of 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master
2020-06-30[3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.Mariusz Felisiak
Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
2020-06-29[3.0.x] Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() ↵Ad Timmering
when umask is 0o000. Fixed test that checks permissions on files extracted from archives with no permissions set, to not assume a default umask of 0o002. Test regression in c95d063e776e849cf1a0bf616c654165cb89c706. Backport of ec5aa2161d8015a3fe57dcbbfe14200cd18f0a16 from master
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-24[3.0.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK ↵Simon Charette
addition on PostgreSQL. The namespace of the constraint must be included when making the constraint immediate. Regression in 22ce5d0031bd795ade081394043833e82046016c. Thanks Rodrigo Estevao for the report. Backport of 2e8941b6f90e65ffad3f07083b8de59e8ed29767 from master
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-11[3.0.x] Refs #31660 -- Fixed annotations.tests crash on MySQL.Mariusz Felisiak
Follow up to be7a295141337189b9eceea506489bdfe07f199e.
2020-06-10[3.0.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.Mariusz Felisiak
Support for sqlparse < 0.2.2 was broken in 40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property was added in sqlparse 0.2.2. Backport of 4339f2aff272bceabd67e452c65bcfe0700b3f09 from master
2020-06-08[3.0.x] Fixed #31664 -- Reallowed using non-expressions having filterable ↵Nicolas Baccelli
attribute as rhs in queryset filters. Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4. Backport of b38d44229ff185ad156bcb443d6db0db7ae3eb98 from master
2020-06-08[3.0.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa. Thanks Tomasz Szymański for the report. Backport of 78ad4b4b0201003792bfdbf1a7781cbc9ee03539 from master
2020-06-05[3.0.x] Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak
Backport of 926148ef019abcac3a9988c78734d9336d69f24e 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-03[3.0.x] Updated How to install Django on Windows guide.David Smith
Backport of 25352dc019d175dfa6e62a50de76cb3614955077 from master
2020-06-03[3.0.x] Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak
Follow up to 2c82414914ae6476be5a166be9ff49c24d0d9069. Backport of 229c9c6653356a0bc23846d83b2d4b5d0438a145 from master
2020-06-03[3.0.x] Added CVE-2020-13254 and CVE-2020-13596 to security archive.Carlton Gibson
Backport of 54975780ee2e4017844ecad94835fdce43d97377 from master
2020-06-03[3.0.x] Made default_role_error use logger.Mariusz Felisiak
This prevents raising errors for translated docs, see https://github.com/django/djangoproject.com/issues/997 Follow up to 1cdfe8d91215eefaa18c398069dd9c6879a9511d. Backport of 36a2e9607e3069e875eedfd814d4473d9b6811cb from master
2020-06-03[3.0.x] Added stub release notes for 3.0.8.Carlton Gibson
Backport of 7ec2658e1e24149f0f3244c08c361348f6ebc0e4 from master
2020-06-03[3.0.x] Post-release version bump.Carlton Gibson
2020-06-03[3.0.x] Bumped version for 3.0.7 release.3.0.7Carlton Gibson
2020-06-03[3.0.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ↵Dan Palmer
backends.
2020-06-03[3.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ↵Jon Dufresne
ForeignKeyRawIdWidget.
2020-06-03[3.0.x] Added release date for 2.2.13 and 3.0.7.Carlton Gibson
Backport of 81dc710571b773557170cce9764fff83b6dfd8ae from master
2020-06-02[3.0.x] Updated link to Celery.David Smith
Backport of 06c8565a4650b359bdfa59f9707eaa0d1dfd7223 from master
2020-06-02[3.0.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.Carlton Gibson
2020-06-02[3.0.x] Adjusted URL example in tutorial.Carlton Gibson
No need for the example to be ASP specific. Co-authored-by: Noah Kantrowitz <noah@coderanger.net> Backport of 8c49c3f7257f14e071b619f90cd4d8cae6d04e74 from master
2020-06-02[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master
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] Fixed #31570 -- Corrected translation loading for apps providing ↵Carlton Gibson
territorial language variants with different plural equations. Regression in e3e48b00127c09eafe6439d980a82fc5c591b673. Thanks to Shai Berger for report, reproduce and suggested fix. Backport of dd1ca50b096bf0351819aabc862e91a9797ddaca 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-06-01[3.0.x] Removed redundant pyenchant dependency in spelling check docs.David Smith
Backport of 7514852767c4723322f5799a2bd25b7ca263e3b0 from master
2020-05-29[3.0.x] Corrected FAQ link in docs/faq/help.txt.Jon Dufresne
Without the leading slash, was pointing to Python's FAQ https://docs.python.org/3/faq/index.html. Backport of 8dabdd2cc559a66b519e2a88b64575d304b96ebe from master
2020-05-29[3.0.x] Changed some doc links to use intersphinx.Jon Dufresne
Backport of 494ba27b5fe14e42e815edde6bd4a1216b29c935 from master
2020-05-27[3.0.x] Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith
Backport of 922ff51f5ac34205f454d7b5786cef57f32b6ca3 from master
2020-05-27[3.0.x] Updated expected release dates for 3.0.7 and 2.2.13.Carlton Gibson
Backport of 9d55ae00d3dad9e93714add69ab7e48e7b0bcafa 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-25[3.0.x] Removed instructions for unsupported Apache versions.Claude Paroz
Backport of cfa0c0e252c680f574c8eea1118e6d11bf7e5fa5 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-21[3.0.x] Added notes related to security pre-notification list requests.Michael Manfre
Backport of 0e893248b28e30bf562d29e6d5745ffad4b1a1eb from master
2020-05-20[3.0.x] Refs #31607 -- Added release notes for ↵Mariusz Felisiak
a125da6a7c79b1d4c55677d0bed6f9b1d7d77353. Backport of 8328811f048fed0dd22573224def8c65410c9f2e from master
2020-05-19[3.0.x] Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak
Regression in 691def10a0197d83d2d108bd9043b0916d0f09b4. Backport of a125da6a7c79b1d4c55677d0bed6f9b1d7d77353 from master
2020-05-14[3.0.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() ↵Mariusz Felisiak
after Exists() annotation and aggregation on Oracle. Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in the GROUP BY clause. Regression in efa1908f662c19038a944129c81462485c4a9fe8. Backport of 3a941230c85b2702a5e1cd97e17251ce21057efa from master
2020-05-14[3.0.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ↵Simon Charette
subqueries. 691def10a0197d83d2d108bd9043b0916d0f09b4 made all Subquery() instances equal to each other which broke aggregation subquery pushdown which relied on object equality to determine which alias it should select. Subquery.__eq__() will be fixed in an another commit but Query.rewrite_cols() should haved used object identity from the start. Refs #30727, #30188. Thanks Makina Corpus for the report. Backport of adfbf653dc1c1d0e0dacc4ed46602d22ba28b004 from master
2020-05-14[3.0.x] Fixed #31566 -- Fixed aliases crash when chaining ↵Simon Charette
values()/values_list() after annotate() with aggregations and subqueries. Subquery annotation references must be resolved if they are excluded from the GROUP BY clause by a following .values() call. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Thanks Makina Corpus for the report. Backport of 42c08ee46539ef44f8658ebb1cbefb408e0d03fe from master
2020-05-14[3.0.x] Added stub release notes for 2.2.13.Mariusz Felisiak
Backport of 50798d43898c7d46926a4292f86fdf3859a433da from master