Commit Graph

  • 6de259abcf Revert "Revert "Apply all patches up to CVE-2023-36053"" stable/1.9.x alan 2023-07-25 17:10:05 -07:00
  • 225f60a6a2 Revert "Apply all patches up to CVE-2023-36053" alan 2023-07-25 14:44:26 -07:00
  • 02766aa3ec Apply all patches up to CVE-2023-36053 alan 2023-07-24 16:14:42 -07:00
  • c9de5aa27b Apply all patches up to CVE-2023-36053 stable/1.10.x alan 2023-07-24 15:46:31 -07:00
  • 11bb365c7b Apply all patches up to CVE-2023-36053 stable/1.11.x alan 2023-07-13 14:15:15 -07:00
  • 02966a30dd Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozensets in migrations. main Yury V. Zaytsev 2023-07-06 18:09:21 +02:00
  • 4afaeb14c2
    Refs #30116 -- Simplified tests related with dictionary order. Mariusz Felisiak 2023-07-12 11:06:59 +02:00
  • 503ce7f1b7
    Fixed typo in docs/ref/checks.txt. Ryan Chausse 2023-07-12 01:39:24 -07:00
  • 3f73df44f2 Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria-describedby. Sage Abdullah 2023-07-11 13:50:56 +01:00
  • e5e9699e0f
    Refs #34691 -- Optimized system check for unmatched angle brackets in path(). Mariusz Felisiak 2023-07-11 22:45:31 +02:00
  • 7f2bc365b3 Removed redundant check from WKTWriter.__init__(). Olivier Tabone 2023-07-11 14:13:19 +02:00
  • d1855c4847 Fixed #34691 -- Added system check for unmatched angle brackets in path(). Amir Karimi 2023-07-04 17:09:09 +03:30
  • f474ba4cb5 [4.2.x] Fixed #34309 -- Doc'd how to fully delete an app. stable/4.2.x Marcelo Galigniana 2023-05-30 17:39:18 +02:00
  • 2ddfa3e2b6 Fixed #34309 -- Doc'd how to fully delete an app. Marcelo Galigniana 2023-05-30 17:39:18 +02:00
  • c7276a9cb9
    Refs #34695 -- Added tests for check for CSRF_FAILURE_VIEW signature with valid class-based view. Mariusz Felisiak 2023-07-11 10:46:34 +02:00
  • 5a2e11fd31
    Bumped versions in pre-commit and npm configurations. Mariusz Felisiak 2023-07-11 08:06:49 +02:00
  • 89c7454dbd Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updating conflicts. Thomas Chaumeny 2023-07-07 13:08:17 +02:00
  • b7a17b0ea0 Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions. Ben Lomax 2023-07-08 21:54:37 +01:00
  • fb1c763506
    Made @vary_on_cookie decorator reuse @vary_on_headers. Mariusz Felisiak 2023-07-10 11:21:59 +02:00
  • f7cfa48283 Fixed #34696 -- Updated selection counter in admin changelist on Chrome. Cauê Thenório 2023-07-07 10:58:07 -03:00
  • 99bd373367
    Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decorators in async topic. Mariusz Felisiak 2023-07-10 09:29:42 +02:00
  • 953f81e078 Refs #31949 -- Made @csrf_exempt decorator to work with async functions. Ben Lomax 2023-07-08 21:00:42 +01:00
  • 6d427288e4 Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google management command. Andrew Northall 2023-07-02 21:48:56 +01:00
  • 2584783f46
    Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.contrib.admin.exceptions. Mariusz Felisiak 2023-07-07 13:22:06 +02:00
  • eed096574f Fixed #32210 -- Fixed model inlines with to_field that has a default. Neeraj Kumar 2023-06-07 01:27:32 +05:30
  • b91d62cca0 Refs #24377 -- Added assertions for model inlines with primary key that has a default. Neeraj Kumar 2023-07-07 08:12:25 +02:00
  • f64fd47a76
    Fixed #9602 -- Added AdminSite.get_model_admin(). Mariusz Felisiak 2023-07-07 08:06:01 +02:00
  • d569c1dcfe Fixed #34639 -- Reverted "Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for preventing duplicates." Simon Charette 2023-07-04 17:45:54 -04:00
  • 28e2077148 Refs #32433 -- Reallowed calling QuerySet.delete() after distinct(). Simon Charette 2023-07-04 17:34:20 -04:00
  • 95cdf9dc66
    Used AdminSite.is_registered() where appropriate. Mariusz Felisiak 2023-07-06 11:29:16 +02:00
  • 966ecdd482 Fixed #32819 -- Established relationship between form fields and their help text. Gregor Jerše 2023-06-01 16:44:57 +02:00
  • 649262a406 Made some Selenium tests less flaky by adding explicit wait. sarahboyce 2023-07-04 11:10:37 +02:00
  • 42b4f81e6e Fixed isolation of SeleniumTests.test_search_input_filtered_page() test. Mariusz Felisiak 2023-07-04 12:29:18 +02:00
  • 968684aed4 Made SeleniumTests.test_updating_related_objects_updates_fk_selects_except_autocompletes() test less flaky by adding explicit Selenium wait. Sarah Boyce 2023-07-04 13:31:50 +02:00
  • e54f711d42 [4.2.x] Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe and unsafe usages. Jon Ribbens 2023-05-25 16:39:15 +01:00
  • adfb3dfa89 Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe and unsafe usages. Jon Ribbens 2023-05-25 16:39:15 +01:00
  • 075e9c0a4d Fixed typo in tests/admin_docs/models.py. davidolz 2023-06-30 20:23:10 +02:00
  • 047844270b [4.2.x] Added stub release notes for 4.2.4. Mariusz Felisiak 2023-07-03 10:33:50 +02:00
  • 393b8324b3 Added stub release notes for 4.2.4. Mariusz Felisiak 2023-07-03 10:33:50 +02:00
  • 848fe70f3e [3.2.x] Added CVE-2023-36053 to security archive. stable/3.2.x Mariusz Felisiak 2023-07-03 10:10:48 +02:00
  • 44f6bb5652 [4.1.x] Added CVE-2023-36053 to security archive. stable/4.1.x Mariusz Felisiak 2023-07-03 10:10:48 +02:00
  • 9549819d37 [4.2.x] Added CVE-2023-36053 to security archive. Mariusz Felisiak 2023-07-03 10:10:48 +02:00
  • 1d6fbf16f2 Added CVE-2023-36053 to security archive. Mariusz Felisiak 2023-07-03 10:10:48 +02:00
  • 4012a87a58 [3.2.x] Post-release version bump. Mariusz Felisiak 2023-07-03 08:36:12 +02:00
  • 19bc11f636 [3.2.x] Bumped version for 3.2.20 release. 3.2.20 Mariusz Felisiak 2023-07-03 08:33:38 +02:00
  • 454f2fb934 [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. Mariusz Felisiak 2023-06-14 12:23:06 +02:00
  • ba584f69fd [4.1.x] Post-release version bump. Mariusz Felisiak 2023-07-03 08:31:07 +02:00
  • f9a14b8f06 [4.1.x] Bumped version for 4.1.10 release. 4.1.10 Mariusz Felisiak 2023-07-03 08:28:10 +02:00
  • beb3f3d559 [4.1.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. Mariusz Felisiak 2023-06-14 12:23:06 +02:00
  • 82fbaa7954 [4.2.x] Post-release version bump. Mariusz Felisiak 2023-07-03 08:25:52 +02:00
  • 1651351386 [4.2.x] Bumped version for 4.2.3 release. 4.2.3 Mariusz Felisiak 2023-07-03 08:21:07 +02:00
  • b7c5feb35a [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. Mariusz Felisiak 2023-06-14 12:23:06 +02:00
  • ad0410ec4f Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. Mariusz Felisiak 2023-06-14 12:23:06 +02:00
  • 7eeadc82c2
    Fixed RelatedGeoModelTest.test_centroid_collect_filter(). Mariusz Felisiak 2023-06-30 10:18:04 +02:00
  • 5820fc4485 Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. sobolevn 2023-06-29 16:13:14 +03:00
  • 953f29f700
    Fixed #34572 -- Added support for GDAL 3.7. Mariusz Felisiak 2023-06-30 06:03:08 +02:00
  • a40b0103bc Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.save(). Akash Kumar Sen 2023-06-22 18:23:11 +05:30
  • 601ffb0da3
    Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7. Mariusz Felisiak 2023-06-29 21:45:36 +02:00
  • ce204bed7f Refs #30382 -- Added more tests for using force_insert with model inheritance. Akash Kumar Sen 2023-06-29 11:47:42 +02:00
  • 6a523500af
    Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3. Mariusz Felisiak 2023-06-29 09:11:30 +02:00
  • 7af455a402 Refs #34572 -- Added missing GDAL_PIXEL_TYPES from GDAL 3.5+. Claude Paroz 2023-06-28 08:47:42 +02:00
  • 21e6864715
    Fixed RecorderTests.test_has_table_cached() on databases that perform multiple queries when introspecting tables. Mariusz Felisiak 2023-06-28 12:11:25 +02:00
  • 1dbcf9a005 Fixed #34681 -- Optimized memcache_key_warnings(). Adam Johnson 2023-06-27 08:11:09 +01:00
  • 1ea11365f6 [4.2.x] Fixed typo in docs/intro/tutorial08.txt. Cerebro Cerberus 2023-06-28 05:08:51 +00:00
  • 6fbe5287ac
    Fixed typo in docs/intro/tutorial08.txt. Cerebro Cerberus 2023-06-28 05:08:51 +00:00
  • 7b45fe01ab [4.2.x] Added dedicated section for output_field in query expressions docs. nessita 2023-06-27 15:05:08 -03:00
  • 6799288342
    Added dedicated section for output_field in query expressions docs. nessita 2023-06-27 15:05:08 -03:00
  • a6d30f5012
    Fixed #34671 -- Fixed collation introspection for views and materialized views on Oracle. Mariusz Felisiak 2023-06-27 13:50:42 +02:00
  • 67fe092a85 [4.2.x] Fixed typo in docs/ref/models/querysets.txt. Mariusz Felisiak 2023-06-27 12:54:11 +02:00
  • c4a09499aa
    Fixed typo in docs/ref/models/querysets.txt. Mariusz Felisiak 2023-06-27 12:54:11 +02:00
  • 5e98959d92 Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. Jon Janzen 2023-02-10 20:43:26 -05:00
  • 07cc014cb3 [3.2.x] Added stub release notes for 3.2.20. Mariusz Felisiak 2023-06-21 08:59:10 +02:00
  • 3b48fe413f [4.1.x] Added stub release notes for 4.1.10 and 3.2.20. Mariusz Felisiak 2023-06-21 08:59:10 +02:00
  • 9ab56e64de [4.2.x] Added stub release notes and release date for 4.2.3, 4.1.10, and 3.2.20. Mariusz Felisiak 2023-06-21 08:59:10 +02:00
  • 2360ba2274 Added stub release notes and release date for 4.2.3, 4.1.10, and 3.2.20. Mariusz Felisiak 2023-06-21 08:59:10 +02:00
  • ecd5a0daaf
    Fixed #34675 -- Fixed creating remote webdriver for Selenium 4.10.0+. Jonathan Weth 2023-06-26 14:33:28 +02:00
  • 370a021780
    Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0. Mariusz Felisiak 2023-06-26 14:22:54 +02:00
  • 3152f9de47 Refs #31949 -- Made http decorators to work with async functions. th3nn3ss 2023-04-11 12:40:55 +01:00
  • cd4c4c1905 Added more tests for http decorators. th3nn3ss 2023-06-26 09:12:57 +02:00
  • 865a6650d0 Moved http decorator tests into decorators/test_http.py. Mariusz Felisiak 2023-06-26 08:57:46 +02:00
  • fcc5091b4a Fixed #34678 -- Added Django Forum and Discord server to README.rst. Andrew Northall 2023-06-25 04:38:52 +01:00
  • 38cde27a89 Fixed #34676 -- Normalized Distance()/Area() exceptions for nonexistent units. Andrew Northall 2023-06-24 11:36:38 +01:00
  • 650ce96782
    Refs #34391 -- Updated asgiref dependency for 5.0 release series. Mariusz Felisiak 2023-06-23 21:52:04 +02:00
  • 6523860ca8 Refs #31949 -- Simplified @sensitive_variables a bit. Jon Janzen 2023-06-23 07:15:57 -07:00
  • 38e391e95f Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators to work with async functions. Jon Janzen 2023-05-06 20:20:00 -07:00
  • f8092ee9ad Improved style of n-tuple wording in docs and comments. Nick Pope 2023-06-22 11:55:38 +01:00
  • 107865780a Fixed #34345 -- Added system check for ManyToManyFields with intermediate tables in ModelAdmin.filter_horizontal/vertical. Hrushikesh 2023-06-16 19:06:24 +05:30
  • a18e0f44d5 [4.2.x] Corrected admin.E013 check message in docs. Mariusz Felisiak 2023-06-20 12:59:32 +02:00
  • ddb6506618
    Corrected admin.E013 check message in docs. Mariusz Felisiak 2023-06-20 12:59:32 +02:00
  • 1754c2c802 Refs #34634 -- Fixed creating diamond-shaped MTI objects with ancestors inherited from different paths. Akash Kumar Sen 2023-06-15 18:08:30 +05:30
  • 82a588a6bc Fixed #34634 -- Adjusted system check for clashing fields to warn about links to common parent for MTI models. Akash Kumar Sen 2023-06-15 23:13:49 +05:30
  • d6e9ec4014
    Refs #27079 -- Used addClassCleanup() in SeleniumTestCase. Sarah Boyce 2023-06-19 20:15:37 +02:00
  • 3f1bc2222f Fixed #34656 -- Fixed unclosed div in admin password change template. Yaser Amiri 2023-06-16 14:08:34 +03:30
  • bcacc6321a Refs #34517 -- Restored skipping ImageFileField.update_dimension_fields without width/height fields. François Freitag 2023-06-17 18:00:43 +02:00
  • 0c5146523b Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthValidator. şuayip üzülmez 2023-06-17 00:34:47 +03:00
  • 17cdc7395e
    Improved names for Selenium daily builds. Mariusz Felisiak 2023-06-18 13:20:05 +02:00
  • 8b062eab8e Made SeleniumTests.test_inline_uuid_pk_add_with_popup less flaky by waiting until popup is closed. sarahboyce 2023-06-17 13:26:00 +02:00
  • c914f54237
    Added Selenium tests to daily builds. Sarah Boyce 2023-06-17 11:39:49 +02:00
  • fabd0510a0 [4.2.x] Fixed typo in docs/topics/db/fixtures.txt. Ashwin Dharne 2023-06-16 13:34:06 -04:00
  • 5762b839ff
    Fixed typo in docs/topics/db/fixtures.txt. Ashwin Dharne 2023-06-16 13:34:06 -04:00