mirror of
https://github.com/django/django.git
synced 2025-02-09 08:55:32 +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)).