Changes between Version 1 and Version 3 of Ticket #28393
- Timestamp:
- Aug 2, 2019, 3:58:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28393
- Property Easy pickings unset
- Property Triage Stage Unreviewed → Accepted
- Property Summary Make debugging of invalid values assignments to model fields easier → Add a helpful exception for invalid values passed to AutoField/FloatField/IntegerField.
- Property Type Uncategorized → Cleanup/optimization
- Property Owner changed from to
- Property Status new → assigned
- Property Version 1.11 → master
-
Ticket #28393 – Description
v1 v3 7 7 "TypeError: int() argument must be a string, a bytes-like object or a number, not 'tuple'" 8 8 9 This change (PR included) displays the field name which makes spotting errors a lot easier. 10 11 Pull request: https://github.com/django/django/pull/8760 9 This change displays the field name which makes spotting errors a lot easier.