summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-01[2.1.x] Bumped version for 2.1.8 release.2.1.8Carlton Gibson
2019-03-30[2.1.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's ↵Tim Graham
implicit through model from being editable if the user only has the view permission. Backport of 8335d59200e4c64dfe3348ea93989d95e0107439 from master.
2019-03-30[2.1.x] Added stub 2.1.8 release notes.Tim Graham
Backport of e245046bb6e8b32360aa48b8a41fb7050f0fc730 from master
2019-03-21[2.1.x] Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.
2019-03-20[2.1.x] Fixed serializers test crash if PyYAML isn't installed.Tim Graham
Follow up to a57c783dd4e6dc73847081221827a1902eede88b. Backport of 55490ac7469a3647ce163bee323f7fe4a06fcaa6 from master
2019-03-14[2.1.x] Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak
Backport of a57c783dd4e6dc73847081221827a1902eede88b from master
2019-03-03[2.1.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10. Backport of b435f82939edf70674856e0e1cd63973c2e0a1d1 from master
2019-02-28[2.1.x] Clarified permission-related docs.Tobias Bengfort
Backport of 632d4861ddb99a2c9d11642fcfa4ad542b427d6b from master
2019-02-25[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
2019-02-25[2.1.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
Backport of b0799f5d86b6c0ccb1dcba6e0d2eee336f7f5928 from master
2019-02-25[2.1.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master
2019-02-16[2.1.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master.
2019-02-11[2.1.x] Added CVE-2019-6975 to the security release archive.Tim Graham
Backport of d6e5aad5c7eba3d8061c09902de16cd2b22619af from master.
2019-02-11[2.1.x] Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
Backport of 1b8f552b08eb7642be598ba7512e7eaecefbdc6d from master.
2019-02-11[2.1.x] Post-release version bump.Tim Graham
2019-02-11[2.1.x] Bumped version for 2.1.7 release.2.1.7Carlton Gibson
2019-02-11[2.1.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 ↵Carlton Gibson
releases. Backport of b39bd0aa6d5667d6bbcf7d349a1035c676e3f972 from master
2019-02-11[2.1.x] Bumped version for 2.1.6 release.2.1.6Carlton Gibson
2019-02-11[2.1.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in ↵Carlton Gibson
utils.numberformat.format(). Thanks Sjoerd Job Postmus for the report and initial patch. Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review. Backport of 402c0caa851e265410fbcaa55318f22d2bf22ee2 from master
2019-02-08[2.1.x] Removed extra characters in docs header underlines.Mariusz Felisiak
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
2019-02-07[2.1.x] Added stub release notes for security releases.Carlton Gibson
Backport of 5cc6f02f91e8860c867cc68cf42e66b5bb54c63d from master
2019-02-04[2.1.x] Fixed duplicate word in docs/releases/2.0.txt.Daniel Hahler
Backport of fdc4518fe296c169cf54f23fdad2e0fc8785c059 from master.
2019-02-01[2.1.x] Used extlinks for GitHub commits.Tim Graham
Backport of c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 from master.
2019-01-31[2.1.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev
Backport of ba7a420012799b26ec9e969d0276d2ccee93c1f5 from master.
2019-01-30[2.1.x] Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
Backport of 5a5c77d55dc85c7e6cf910243257e408887f412a from master
2019-01-19[2.1.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for ↵Mariusz Felisiak
mysqlclient 1.4.0+. Backport of f05c02c4b8d4e423e57d453c4bd699dc5ff7eaa7 from master
2019-01-17[2.1.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() ↵Tim Graham
deprecation comments. Backport of ee9bd8c31024ec424157798b2a60a7f52f9353ee from stable/2.2.x.
2019-01-14[2.1.x] Refs #29004 -- Prevented inspectdb tests from flushing all tables data.Simon Charette
This is a costly operation on most database backends. Backport of 64f9776bc4a27a665032ac15f5176ced66e996e3 from master
2019-01-14[2.1.x] Relaxed assertions to fix GIS test failures on Oracle 18c.Mariusz Felisiak
Backport of 1508e71c5b056ba099097a849b13187dcbfa26a1 from master
2019-01-11[2.1.x] Fixed #30097 -- Made 'obj' arg of ↵MaximZemskov
InlineModelAdmin.has_add_permission() optional. Restored backwards compatibility after refs #27991. Regression in be6ca89396c031619947921c81b8795d816e3285. Backport of 3c01fe30f3dd4dc1c8bb4fec816bd277d1ae5fa6 from master.
2019-01-08[2.1.x] Added stub 2.1.6 release notes.Tim Graham
Backport of 36fceeec883c5082168714a0eb14a2fe40f9d79b from master.
2019-01-04[2.1.x] Added CVE-2019-3498 to the security release archive.Tim Graham
Backport of 162ae9c9143aa85eb27ea69b446a28973eea4854 from master.
2019-01-04[2.1.x] Post-release version bump.Tim Graham
2019-01-04[2.1.x] Bumped version for 2.1.5 release.2.1.5Tim Graham
2019-01-03[2.1.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in ↵Tom Hacohen
the default 404 page. Co-Authored-By: Tim Graham <timograham@gmail.com> Backport of 1ecc0a395be721e987e8e9fdfadde952b6dee1c7 from master.
2019-01-02[2.1.x] Added __init__.py for db_utils tests.Tim Graham
Backport of b5fe97a34ea527d4254b58c2e828450e7c32157f from master.
2019-01-02[2.1.x] Fixed typo in docs/ref/migration-operations.txt.Jozef
Backport of 5bbf31634faad13658dc7bcaeb8139d8625e4349 from master.
2019-01-02[2.1.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham
There's a bug that causes a test failure in forms_tests: https://github.com/python-pillow/Pillow/pull/3501/files#r244651761. Backport of e4a714b259125423059b9f65f5e0ab70d78521ba from master.
2019-01-01[2.1.x] Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() ↵Tim Graham
called with non-None obj during add. Thanks andreage for the report and suggested fix. Backport of 02c07be95c47efaab9da7422c33ee76142f11336 from master.
2018-12-29[2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
Backport of b71e3d635a5731ec02469822694d06d964007f9b from master.
2018-12-27[2.1.x] Updated OWASP Top 10 link to the latest version.Vedran Karačić
Backport of 293db9eb36e42e8ba976c2639800020d04b95deb from master.
2018-12-27[2.1.x] Fixed broken links to PyYAML page.CHI Cheng
Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
2018-12-24[2.1.x] Added import locations to contrib.postgres aggregates and validators ↵Marten Kenbeek
docs. Backport of 7a6dbbb655850bff56cd717a3bfa0975e200d15f from master.
2018-12-20[2.1.x] Fixed #30015 -- Ensured request body is properly consumed for ↵Konstantin Alekseev
keep-alive connections. Backport of b514dc14f4e1c364341f5931b354e83ef15ee12d and bbe28fa07658f00786dc1d91ee281b4daac22d07 from master.
2018-12-20[2.1.x] Removed unused imports in tests/test_runner/tests.py.Tim Graham
2018-12-17[2.1.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign ↵Simon Charette
key checks are enabled. Prior to this change foreign key constraint references could be left pointing at tables dropped during operations simulating unsupported table alterations because of an unexpected failure to disable foreign key constraint checks. SQLite3 does not allow disabling such checks while in a transaction so they must be disabled beforehand. Thanks ezaquarii for the report and Carlton and Tim for the review. Backport of 315357ad25a6590e7f4564ec2e56a22132b09001 from master.
2018-12-12[2.1.x] Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
Backport of a394289b58b1773c4959ed768fdb325c91b2b589 from master
2018-12-07[2.1.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette
SQLite 3.26 repoints foreign key constraints on table renames even when foreign_keys pragma is off which breaks every operation that requires a table rebuild to simulate unsupported ALTER TABLE statements. The newly introduced legacy_alter_table pragma disables this behavior and restores the previous schema editor assumptions. Thanks Florian Apolloner, Christoph Trassl, Chris Lamb for the report and troubleshooting assistance. Backport of c8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f from master.
2018-12-06[2.1.x] Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work ↵Rodrigo
for atomic migrations. Backport of ad191d9e011f37d79a7f2df3da881b06539aaaea from master.
2018-12-05[2.1.x] Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient ↵Tim Graham
1.3.14+. Backport of 734ce71824180740f2318750ae2436f4b60c30b1 from master.