mirror of
https://github.com/django/django.git
synced 2025-03-17 21:00:44 +00:00
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)).