Commit graph

  • b863c5ffde Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3.39. main David Sanders 2023-11-13 00:45:52 +1100
  • 1b56b24f81
    Fixed #34958 -- Fixed isolation of messages_tests.tests.TestLevelTags.test_lazy. nessita 2023-11-13 05:35:57 -0300
  • f7389c4b07 Fixed #34457 -- Restored output for makemigrations --check. Adam Johnson 2023-11-08 22:29:07 +0000
  • 427f0ed98d
    Fixed typos in docs/ref/models/fields.txt. Jacob Walls 2023-11-09 01:58:06 -0500
  • 8b1acc0440 Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField with string Value(). Simon Charette 2023-11-07 21:47:37 -0500
  • 5f2f12f61c Reverted "Fixed #34830 -- Added request to csrf_failure view's template context." Natalia 2023-11-08 08:50:55 -0300
  • 535f7b5c6c Fixed #34830 -- Added request to csrf_failure view's template context. Prakhar 2023-11-02 15:12:53 +0530
  • 8a28e983df
    Fixed #34946 -- Preserved db_default on combined default field addition. Simon Charette 2023-11-07 05:32:34 -0500
  • 656192c2c9
    Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields on Oracle. Mariusz Felisiak 2023-11-03 16:28:04 +0100
  • 7a09ba0962
    Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_decimal_database_default_not_null on Oracle. Mariusz Felisiak 2023-11-03 05:29:06 +0100
  • 797957fb48 Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQLite. David Sanders 2023-10-30 20:44:44 +1100
  • 1944f490f9 Refs #34936 -- Added test for altering DecimalField with db_default to non-nullable. David Sanders 2023-10-31 22:37:40 +1100
  • 208870b612 Refs #31300 -- Allowed testing GeneratedField without collation. Tim Graham 2023-11-01 20:43:16 -0400
  • 116e225266 Fixed #34813 -- Doc'd usage of integrity HTML attribute with ManifestStaticFilesStorage. Patrick Rauscher 2023-09-04 20:32:21 +0200
  • 65c283be16 Fixed #34927 -- Fixed admin system check for inlines with foreign keys to proxy models. Antoine Cheneau 2023-11-01 11:31:32 +0100
  • 36173cf29d Added stub release notes for 4.2.8. Mariusz Felisiak 2023-11-01 08:22:25 +0100
  • 7caf262183 Added CVE-2023-46695 to security archive. Mariusz Felisiak 2023-11-01 08:16:14 +0100
  • 05ba4130ee Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. Mariusz Felisiak 2023-10-17 11:48:32 +0200
  • 40b3975e7d Fixed #34462 -- Made admin log actions in bulk. Akash Kumar Sen 2023-06-12 08:50:55 +0530
  • 45e0c5892f Refs #34462 -- Moved ModelAdmin.log_deletion() test to a separate test case. Akash Kumar Sen 2023-10-31 10:36:23 +0100
  • 523fed1d2f Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects. Ben Cail 2023-10-27 09:23:07 -0400
  • 9b18af4f6f Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt. Natalia 2023-10-30 09:24:47 -0300
  • b412e5645a Refs #15578 -- Made cosmetic edits to fixtures docs. Natalia 2023-10-30 08:58:37 -0300
  • e4d012ca05 Refs #29850 -- Added exclusion support to window frames. Sarah Boyce 2023-10-25 17:30:32 +0200
  • 34b411762b Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation when deterministic collaction is set. Tom Carrick 2023-10-27 15:46:05 +0200
  • 46df3ab244
    Fixed typo in docs/topics/forms/index.txt. Mariusz Felisiak 2023-10-30 05:16:40 +0100
  • 6375cee490 Refs #29850 -- Added RowRange support for positive integer start and negative integer end. Sarah Boyce 2023-10-22 16:19:28 +0200
  • a6c7db1d1d
    Fixed #34943 -- Made EmailValidator.__eq__() ignore domain_allowlist ordering. ksg 2023-10-28 21:35:25 +0900
  • 8992a0489c
    Fixed typos in docs/ref/models/expressions.txt. Sarah Boyce 2023-10-28 14:21:15 +0200
  • aa80b357fb Fixed #30601 -- Doc'd the need to manually revert all app state on transaction rollbacks. lufafajoshua 2023-10-27 15:05:31 +0300
  • 8d9c0e4e24 Doc'd writing integration tests for the system check framework. Marc Gibbons 2023-10-19 16:49:16 -0400
  • cf57e220a9
    Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log(). Mariusz Felisiak 2023-10-27 09:05:09 +0200
  • c42250a703
    Fixed typo in docs/ref/contrib/gis/geos.txt. Izzy Hyman 2023-10-26 20:31:10 -0700
  • 334dc073b1 Fixed #15578 -- Stated the processing order of fixtures in the fixtures docs. Leo Suarez 2023-10-19 15:30:41 -0400
  • e67d3580ed Fixed #10941 -- Added {% query_string %} template tag. Tom Carrick 2023-10-15 22:01:35 +0200
  • 718b32c691
    Added missing pycon directives in various docs. Mariusz Felisiak 2023-10-25 12:27:27 +0200
  • ee104251c4 Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guarantee transactional consistency. Tim Bell 2023-10-20 14:37:19 -0400
  • 64060d1c17 Fixed #34904 -- Prevented mutating sent emails from outbox in locmem email backend. sindre 2023-10-18 16:03:39 +0200
  • fdd1323b9c Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23. Mariusz Felisiak 2023-10-25 05:37:57 +0200
  • 311718feb5 Fixed #34923 -- Avoided initializing LEVEL_TAGS when importing django.contrib.messages. Mariusz Felisiak 2023-10-24 10:00:02 +0200
  • d22ba07630 Fixed #34920 -- Made FileExtensionValidator.__eq__() ignore allowed_extensions ordering. ksg97031 2023-10-24 00:36:18 +0900
  • 171f91d9ef Fixed #34899 -- Added blank choice to forms' callable choices lazily. Nick Pope 2023-10-16 19:11:18 +0100
  • 74afcee234 Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function. Nick Pope 2023-10-16 19:07:49 +0100
  • 07fa79ef2b Refs #31262 -- Added __eq__() and __getitem__() to BaseChoiceIterator. Nick Pope 2023-10-16 19:25:17 +0100
  • e2922b0d5f Refs #34118 -- Avoided repeat coroutine checks in MiddlewareMixin. Adam Johnson 2023-10-22 23:17:33 +0100
  • 7fcf4f2f0f
    Bumped versions in pre-commit and npm configurations. Mariusz Felisiak 2023-10-23 08:58:30 +0200
  • 68d0159b6d
    Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of used connections. David Sanders 2023-10-23 14:41:34 +1100
  • b5311ee232 Fixed #34921 -- Fixed crash of warning for unbound naive datetimes. David Sanders 2023-10-22 18:41:30 +1100
  • 61cc0e6f2c
    Fixed typo in docs/releases/4.2.txt. Claire Pritchard 2023-10-22 05:02:12 -0400
  • eab67450b3
    Fixed #34913 -- Added borders on high contrast mode in the admin. Cheuk Ting Ho 2023-10-21 19:09:22 +0100
  • a680ac7d77 Restructured writing documentation contributing guide. Lance Goyke 2023-10-20 09:55:27 -0400
  • 1611577102 Corrected note about using accents in writing documentation contributing guide. David Smith 2023-10-21 08:27:59 +0200
  • be8b25def4 Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages. Chris Frisina 2023-10-19 16:02:34 -0400
  • 21382e2743 Fixed #34911 -- Corrected HTML heading levels on admindocs' main page. laserhyena 2023-10-19 15:48:12 -0400
  • 89d2ae257b
    Fixed #34905 -- Corrected admin's main content element rendered in <main> tag. ontowhee 2023-10-19 08:25:50 -0700
  • 71a813a72c
    Made SeleniumTests.test_select_multiple less flaky by improving Selenium waits. Sarah Boyce 2023-10-19 16:01:52 +0200
  • 86ae1a3b6c
    Fixed permissions for GitHub action with screenshots. Mariusz Felisiak 2023-10-19 13:37:05 +0200
  • 3b255d72cf
    Refs #34043 -- Tweaked wording in release note. Carlton Gibson 2023-10-18 21:40:50 +0200
  • 97b7970c64 Refs #34043 -- Added GitHub action to capture screenshots in Selenium tests. Sarah Boyce 2023-10-16 12:02:39 +0200
  • be56c982c0 Refs #34043 -- Added --screenshots option to runtests.py and selenium tests. Sarah Boyce 2023-10-16 12:01:58 +0200
  • 4a5048b036
    Removed unreachable code from ModelAdmin.response_change(). Mariana 2023-10-17 04:49:55 +0100
  • f6629ee2c9 Refs #34043 -- Added context managers to SeleniumTestCase for changing window size. Sarah Boyce 2023-10-13 10:21:34 +0200
  • 20b7aac7ca
    Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unless_db_feature() test on Python 3.12.1+. Mariusz Felisiak 2023-10-16 06:27:27 +0200
  • 3b4a571275 Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries. Simon Charette 2023-10-15 21:59:15 -0400
  • 73b2c63127
    Refs #34840 -- Improved release note describing index regression. Adam Johnson 2023-10-15 09:27:11 +0100
  • 9fd3a0ffc8
    Refs #34840 -- Fixed test_validate_nullable_textfield_with_isnull_true() on databases that don's support table check constraints. Mariusz Felisiak 2023-10-12 20:01:44 +0200
  • 8adc7c86ab Fixed #34808 -- Doc'd aggregate function's default argument. lufafajoshua 2023-09-25 13:25:33 +0300
  • fc62e17778 Fixed #12241 -- Preserved query strings when using "Save and continue/add another" in admin. Mariana 2022-10-26 16:01:33 -0700
  • 6e369f36f2
    Refs #34882 -- Fixed GISFunctionsTests.test_asgeojson_option_0() test on Oracle. Mariusz Felisiak 2023-10-11 10:58:10 +0200
  • d21ab70223 Reorganized tutorial's part 4 to better understand changes needed in URLConf. Natalia 2023-05-25 11:18:26 -0300
  • e083f3082c Refs #34043 -- Clarified how to test UI changes. sarahboyce 2023-06-27 09:00:35 +0200
  • 54b23b1835
    Added backticks to setuptools in docs. Mariusz Felisiak 2023-10-09 09:55:52 +0200
  • 958e4cfe42
    Added missing import in docs/ref/contrib/contenttypes.txt. sag᠎e 2023-10-07 05:53:53 +0100
  • 296b75a3c0
    Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_one_level(). Mariusz Felisiak 2023-10-06 20:18:41 +0200
  • 90c75dc4f3
    Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setting docs. ume 2023-10-06 16:52:45 +0900
  • 96e7a752b6
    Fixed #34882 -- Fixed no options in AsGeoJSON() for geometries in non-default CRS. Denis Rouzaud 2023-10-06 05:25:32 +0200
  • e47298aec4 Refs #31435 -- Doc'd potential infinite recursion when accessing model fields in __init__. David Sanders 2023-09-19 18:07:22 +1000
  • 91cb2d0b48
    Refs #22936 -- Doc'd Lookup.prepare_rhs. Mariusz Felisiak 2023-10-05 15:26:02 +0200
  • ea596a52d9
    Refs #33482 -- Fixed QuerySet selecting and filtering againts Exists() with empty queryset. Simon Charette 2023-10-04 15:30:50 -0400
  • 0989cf13e7 Fixed #34759 -- Confirmed support for SpatiaLite 5.1. pieterck 2023-10-03 15:47:00 +0700
  • f9cdecfb0d
    Corrected wrap_socket() reference in docs/ref/settings.txt. Mariusz Felisiak 2023-10-04 19:53:15 +0200
  • 4e790271e3 Added CVE-2023-43665 to security archive. Natalia 2023-10-04 13:05:00 -0300
  • 034457941a Added stub release notes for 4.2.7. Natalia 2023-10-04 12:33:08 -0300
  • 17b51094d7 Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncator when truncating HTML text. Natalia 2023-09-19 09:51:48 -0300
  • 1dae65dc63 Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages. Chinmoy Chakraborty 2023-10-02 23:16:21 +0530
  • 54d9d26ebf
    Used Node.js 20 for GitHub actions. Mariusz Felisiak 2023-10-03 10:25:31 +0200
  • 679212a47a
    Refs #34657 -- Made msg_prefix handling in assertURLEqual()/assertInHTML consistent with other assertions. Mariusz Felisiak 2023-10-03 09:25:48 +0200
  • 35bbb2c9c0 Fixed #34883 -- Allowed template tags to set extra data on templates. Carlton Gibson 2023-09-29 19:02:19 +0200
  • f4e72e6523 Fixed #32602 -- Clarified wording of TestCase class. faishalmanzar 2023-09-29 03:26:10 +0530
  • e99c7d8847 Refs #34657 -- Made assertInHTML() use unparsed needle in error messages. Chinmoy Chakraborty 2023-09-29 09:48:45 +0200
  • 6ad0dbc8d9
    Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed. Mariusz Felisiak 2023-09-29 08:54:13 +0200
  • fe835c2355 Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to TemplatesSetting. Dan Jacob 2023-09-28 22:49:39 +0300
  • e7e8eb44a3 Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output_field with params. Paolo Melchiorre 2023-09-27 22:24:04 +0200
  • 5e4b75b78a Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22. Natalia 2023-09-27 14:18:40 -0300
  • 571bab9887
    Added warning about flatpages and untrusted users. Mariusz Felisiak 2023-09-27 19:09:10 +0200
  • f9e9526800
    Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+. Mariusz Felisiak 2023-09-26 12:05:26 +0200
  • 357365a64e Fixed #34835 -- Made admin's changelist filters render in <nav> tag. lstaana 2023-09-24 21:16:56 -0400
  • 2128a73713 Refs #34825 -- Made SQLite backend open source database in readonly mode when using spawn. David Sanders 2023-09-22 19:27:58 +1000
  • a5905b164d Fixed #34825 -- Avoided setting unused connections when initializing parallel workers. David Sanders 2023-09-22 19:21:37 +1000
  • 4f2ae0644d Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when apps are reinitialized with test tools. David Sanders 2023-09-24 19:02:50 +1000