mirror of
https://github.com/django/django.git
synced 2025-01-19 06:43:15 +00:00
1b7623fdfd
This prevented the default behavior of BaseExpression._resolve_output_field from error'ing out when such functions accepted both expressions from mixed types (e.g. BoundingCircle(Polygon, num_seg=12)).