Changes between Initial Version and Version 1 of Ticket #34590, comment 6
- Timestamp:
- May 22, 2023, 10:57:35 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34590, comment 6
initial v1 1 Yup raising EmptyResultSet would break doing `DecimalModel.objects.filter(dec_field__lte=Decimal('12345'))` which seems valid if there are values <= 12,345 🤔 1 Yup raising EmptyResultSet would break doing `DecimalModel.objects.filter(dec_field__lte=Decimal('12345'))` which seems valid if there are values <= 12,345 🤔 (which is currently crashing as per above)