Commit graph

  • c96e0e3f35
    Merge 8fc1fab66f into 5c60763561 ClausSander 2025-11-16 20:48:25 +01:00
  • 9a9239ce64
    Merge b2567844a0 into 5c60763561 Sachi Jain 2025-11-17 00:59:12 +05:30
  • b2567844a0 Fixed #36280 -- Replaced exception checks with assertRaisesMessage() Skyiesac 2025-11-17 00:46:37 +05:30
  • 157951f9c6
    Merge 97198f2ede into 5c60763561 Ahmed Nassar 2025-11-16 18:47:19 +01:00
  • ca8d0258fb
    Merge 3f674121b1 into 5c60763561 Jophy Chon Hou Ye 2025-11-16 12:13:13 -05:00
  • 35ebe4b8e6
    Merge 1ccad66d63 into 5c60763561 Zubair Hassan 2025-11-16 14:43:02 +01:00
  • 1ccad66d63 [Docs] RFC refrence added Zubair Hassan 2025-11-16 18:42:35 +05:00
  • 3ca6c60636 [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 17:57:46 +05:00
  • ab5108f520
    Merge 5aa7cfe3c0 into 5c60763561 Pravin 2025-11-16 18:15:54 +05:30
  • b844e782b2 [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 16:48:25 +05:00
  • b5ad2e438f [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 16:38:43 +05:00
  • 02578a4bf3 [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 16:32:10 +05:00
  • 666100916b [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 16:20:39 +05:00
  • e7487f6eb4 [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 16:18:31 +05:00
  • 2acee1e68b [Docs] Clarify behavior of View.http_method_not_allowed default implementation Zubair Hassan 2025-11-16 15:49:00 +05:00
  • 9258da6835
    Merge 98df7caf96 into 5c60763561 André S. Hansen 2025-11-16 09:20:03 +00:00
  • 7908ea9e41
    Merge 06678c5b89 into 5c60763561 Stephen kihuni 2025-11-16 09:10:06 +01:00
  • 06678c5b89 Merge branch 'main' into ticket_36321 Stephen kihuni 2025-11-16 10:48:18 +03:00
  • b8e073d852 Fixed #36321 -- Updated test for suggest_on_error on Python 3.14. kihuni 2025-11-16 10:42:41 +03:00
  • 4095a91c56
    Merge f21882a68a into 5c60763561 Mariusz Felisiak 2025-11-16 07:25:17 +00:00
  • f21882a68a Fixed #24920 -- Added support for DecimalField with no precision. Mariusz Felisiak 2025-11-04 09:55:53 +01:00
  • 987d418ae2 Fixed #36321 -- Added argparse suggest_on_error support for Python 3.14. kihuni 2025-11-06 00:02:34 +03:00
  • b2ef68f708
    Merge 95ab880d27 into 5c60763561 SiHyunLee 2025-11-16 14:28:30 +09:00
  • 5fd7d7cc47
    Merge 25352e72ba into 5c60763561 Andreu Vallbona 2025-11-16 02:38:59 +02:00
  • 2e69dcb357
    Merge ea35f382f3 into 5c60763561 David Sanders 2025-11-16 02:29:40 +02:00
  • 2ec40b4c94
    Merge f01b82a687 into 5c60763561 David Sanders 2025-11-16 02:29:40 +02:00
  • c352d53280
    Merge 916002915a into 5c60763561 Klaas van Schelven 2025-11-16 02:24:25 +02:00
  • 442c0303e4
    Merge 64420ea54f into 5c60763561 사재혁 2025-11-16 02:23:39 +02:00
  • e38ee2f41e
    Merge fe717900a0 into 5c60763561 James Bligh 2025-11-16 02:20:56 +02:00
  • 2cf3336116 Fix URLValidator to reject invalid user/pass characters utkarsh.arya@zomato.com 2025-11-15 23:27:16 +00:00
  • 9ea5f6c1d4 Allow cleaned_data to override default model field values utkarsh.arya@zomato.com 2025-11-15 23:17:47 +00:00
  • e432ec4a3b Fix crash when Meta.ordering contains expressions in parent utkarsh.arya@zomato.com 2025-11-15 23:15:05 +00:00
  • 860e6d5f7b Fix OuterRef usage in exclude() and ~Q() subqueries utkarsh.arya@zomato.com 2025-11-15 23:12:32 +00:00
  • c06b63c8cb Add support for PostgreSQL client certificates in dbshell utkarsh.arya@zomato.com 2025-11-15 23:10:01 +00:00
  • df0a12a136 Combine fast delete queries by table to reduce roundtrips utkarsh.arya@zomato.com 2025-11-15 23:07:34 +00:00
  • c03f39bc80 Fix ForeignKey app label case sensitivity in migrations utkarsh.arya@zomato.com 2025-11-15 23:06:03 +00:00
  • bb17dc79f4 Add --skip-checks option to management commands utkarsh.arya@zomato.com 2025-11-15 23:04:58 +00:00
  • 9be35a85d0 Fix duration-only expressions for SQLite and MySQL utkarsh.arya@zomato.com 2025-11-15 23:04:27 +00:00
  • 29ea17262a Raise ValidationError for dict values in DecimalField utkarsh.arya@zomato.com 2025-11-15 23:03:34 +00:00
  • 9d40aad4f8 Fix db cache _cull crash when fetchone returns None utkarsh.arya@zomato.com 2025-11-15 23:03:05 +00:00
  • 82ffd26c9f Fix duplicate INSERT when saving model with explicit pk utkarsh.arya@zomato.com 2025-11-15 23:02:45 +00:00
  • 15e93dd660 Fix Enum field value type inconsistency for choices fields utkarsh.arya@zomato.com 2025-11-15 23:02:27 +00:00
  • d6384321e5 Fix checked state leak in MultiWidget and SplitArrayWidget utkarsh.arya@zomato.com 2025-11-15 23:01:47 +00:00
  • 1f310e75bb Fix admin.E108 for fields accessible only via instance utkarsh.arya@zomato.com 2025-11-15 23:01:39 +00:00
  • 745e0d9437 Fix migration enum serialization to use enum name, not value utkarsh.arya@zomato.com 2025-11-15 23:01:35 +00:00
  • 81fd9c0afb Fix resetting primary key for child model inheritance utkarsh.arya@zomato.com 2025-11-15 23:01:31 +00:00
  • e09564d902 Fix JSONField readonly admin display to use valid JSON utkarsh.arya@zomato.com 2025-11-15 23:01:27 +00:00
  • 02d1a8952e Add numeric conversion support to LazyObject utkarsh.arya@zomato.com 2025-11-15 23:01:25 +00:00
  • 794017b83a Fix incorrect SQL generation for CheckConstraint with OR utkarsh.arya@zomato.com 2025-11-15 23:01:03 +00:00
  • 745277205f Fix incorrect ordering with self-referencing foreign keys utkarsh.arya@zomato.com 2025-11-15 23:01:02 +00:00
  • b80dab3295 Allow overriding widget in formfield_for_manytomany() utkarsh.arya@zomato.com 2025-11-15 23:00:57 +00:00
  • a1eed87a13 Fix trailing named group replacement in simplify_regexp utkarsh.arya@zomato.com 2025-11-15 23:00:50 +00:00
  • 2fd840787e Fix call_command for required mutually exclusive group kwargs utkarsh.arya@zomato.com 2025-11-15 23:00:49 +00:00
  • 85857b6b59 Fix whitespace in CREATE INDEX SQL for index suffixes utkarsh.arya@zomato.com 2025-11-15 23:00:31 +00:00
  • 71e50fbe7d Fix email crash with non-ASCII hostnames by using punycode utkarsh.arya@zomato.com 2025-11-15 23:00:28 +00:00
  • 5aa4e2d428 Fix MTI parent link confusion with multiple OneToOneFields utkarsh.arya@zomato.com 2025-11-15 23:00:26 +00:00
  • b01a7e13fd Optimize get_resolver to prevent duplicate URLResolver instances utkarsh.arya@zomato.com 2025-11-15 23:00:20 +00:00
  • db739a9fc9 Enable Choices enums usage in templates utkarsh.arya@zomato.com 2025-11-15 23:00:18 +00:00
  • 271666ad4a Fix RadioSelect showing blank option for required foreign keys utkarsh.arya@zomato.com 2025-11-15 23:00:16 +00:00
  • 997a428b05 Enable DISTINCT for Avg, Sum, Min, and Max aggregates utkarsh.arya@zomato.com 2025-11-15 23:00:16 +00:00
  • 86454bb0cb Fix incorrect URL generation for missing optional groups utkarsh.arya@zomato.com 2025-11-15 22:59:59 +00:00
  • 4928994991 Restore maxlength attribute on AuthenticationForm username field utkarsh.arya@zomato.com 2025-11-15 22:59:52 +00:00
  • 57d58b4dc9 Fix GROUP BY to exclude constants in ExpressionWrapper utkarsh.arya@zomato.com 2025-11-15 22:59:52 +00:00
  • 7fab1946c5 Fix ordering check for related model pk in Meta.ordering utkarsh.arya@zomato.com 2025-11-15 22:59:38 +00:00
  • 972bc7a7bf Fix TemplateSyntaxError for keyword-only args with defaults utkarsh.arya@zomato.com 2025-11-15 22:59:37 +00:00
  • c6e56b764c
    Merge 633572ea6b into 5c60763561 H. White 2025-11-15 23:59:32 +01:00
  • fdb4410ce7 Fix migration order for fields moved from parent to child utkarsh.arya@zomato.com 2025-11-15 22:59:14 +00:00
  • ad96210192 Fix makemigrations path for inner/nested classes utkarsh.arya@zomato.com 2025-11-15 22:59:12 +00:00
  • 818d8fc8cd Fix admin filters to respect related model Meta.ordering utkarsh.arya@zomato.com 2025-11-15 22:59:07 +00:00
  • 633572ea6b Fixed #36590 - use specicialized sync method for async. eevelweezel 2025-11-15 16:59:07 -06:00
  • 2f38240802 Fix field deepcopy to copy error_messages dict utkarsh.arya@zomato.com 2025-11-15 22:59:04 +00:00
  • 368e074192 Fix performance regression in Model.objects.all().delete() utkarsh.arya@zomato.com 2025-11-15 22:58:55 +00:00
  • feaa06d96d Fix composed queries keeping columns after multiple values()/values_list() calls utkarsh.arya@zomato.com 2025-11-15 22:58:53 +00:00
  • 49cc8c0620 Fix NotSupportedError for model instances with filterable attr utkarsh.arya@zomato.com 2025-11-15 22:58:48 +00:00
  • 7b23ec30d2 Use base manager in ForeignKey validation utkarsh.arya@zomato.com 2025-11-15 22:58:46 +00:00
  • 1efb80ab0f Allow in_bulk() for fields with UniqueConstraint utkarsh.arya@zomato.com 2025-11-15 22:58:45 +00:00
  • 2c46a06e17 Fix crash when removing index_together with unique_together utkarsh.arya@zomato.com 2025-11-15 22:58:37 +00:00
  • 32994bd371 Fix migration dependencies when altering field to ForeignKey utkarsh.arya@zomato.com 2025-11-15 22:58:34 +00:00
  • e10a37076b Preserve input iterable type in resolve_lookup_value utkarsh.arya@zomato.com 2025-11-15 22:58:23 +00:00
  • 17345274fe Set 'same-origin' as default SECURE_REFERRER_POLICY utkarsh.arya@zomato.com 2025-11-15 22:58:16 +00:00
  • 72025c95cf Fix models.E015 for orderings with lookups on related fields utkarsh.arya@zomato.com 2025-11-15 22:58:12 +00:00
  • 7a833f2b29 Fix data loss in admin when formset prefix has regex chars utkarsh.arya@zomato.com 2025-11-15 22:58:06 +00:00
  • 907a493cfd Fix docstring trimming for non-empty first lines utkarsh.arya@zomato.com 2025-11-15 22:58:00 +00:00
  • 90086e1e49 Short-circuit ModelBackend.authenticate() on None credentials utkarsh.arya@zomato.com 2025-11-15 22:57:59 +00:00
  • 205e129faf Fix exclude on annotated FilteredRelation causing FieldError utkarsh.arya@zomato.com 2025-11-15 22:57:45 +00:00
  • 45bacc2722 Fix timezone conversion in DB lookups to respect database TIME_ZONE utkarsh.arya@zomato.com 2025-11-15 22:57:40 +00:00
  • 2f4def432d Move required attribute logic to FileInput for initial data utkarsh.arya@zomato.com 2025-11-15 22:57:35 +00:00
  • f23bce7ebf Fix inability to override get_FIELD_display methods utkarsh.arya@zomato.com 2025-11-15 22:57:29 +00:00
  • d855f17cd0 Fix bulk_create to respect backend max batch size utkarsh.arya@zomato.com 2025-11-15 22:57:29 +00:00
  • a6a0e29ab4 Fix two-digit year handling in parse_http_date per RFC 7231 utkarsh.arya@zomato.com 2025-11-15 22:57:17 +00:00
  • cf278a6cef Add ModelAdmin.get_inlines() hook for dynamic inlines utkarsh.arya@zomato.com 2025-11-15 22:57:05 +00:00
  • 7fcafcc265 Use stdlib html.escape() in django.utils.html.escape() utkarsh.arya@zomato.com 2025-11-15 22:56:59 +00:00
  • a608c06cdb Optimize Collector to fetch only required fields for delete utkarsh.arya@zomato.com 2025-11-15 22:56:58 +00:00
  • 532207f5e0 Restrict M2M admin inlines to users with change permission utkarsh.arya@zomato.com 2025-11-15 22:56:44 +00:00
  • 350e447cb7 Simplify execute_sql_flush() signature to drop 'using' utkarsh.arya@zomato.com 2025-11-15 22:56:40 +00:00
  • 5c470b1a98 Fix union queryset ordering bug with derived querysets utkarsh.arya@zomato.com 2025-11-15 22:56:25 +00:00
  • 2dd64937f2 Fix prefetch_related for GFKs to UUID primary keys utkarsh.arya@zomato.com 2025-11-15 22:55:43 +00:00
  • 4d62bc9763 Fix missing space in COUNT(DISTINCT ...) SQL generation utkarsh.arya@zomato.com 2025-11-15 22:55:00 +00:00
  • 2ad994f9a0 Allow migrations in namespace packages without __init__.py utkarsh.arya@zomato.com 2025-11-15 22:54:56 +00:00
  • 53cb338afb Fix PK not cleared after fast delete on models with no dependencies utkarsh.arya@zomato.com 2025-11-15 22:54:31 +00:00