Changes between Version 1 and Version 2 of Ticket #34858
- Timestamp:
- Sep 20, 2023, 3:28:08 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34858 – Description
v1 v2 39 39 Note that this used to work prior to 4.2 (we upgraded from 3.x, where this used to work), although again I believe it was incorrect behavior and an `output_field` *should* be specified. 40 40 41 42 On the other hand, it's a little strange that adding two `PositiveIntegerField()` results in an output type of `IntegerField()`, so perhaps that's a bug as well...