Changes between Version 1 and Version 3 of Ticket #28393


Ignore:
Timestamp:
Aug 2, 2019, 3:58:37 PM (5 years ago)
Author:
Nick Pope
Comment:

New PR.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28393

    • Property Easy pickings unset
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Make debugging of invalid values assignments to model fields easierAdd a helpful exception for invalid values passed to AutoField/FloatField/IntegerField.
    • Property Type UncategorizedCleanup/optimization
    • Property Owner changed from nobody to Nick Pope
    • Property Status newassigned
    • Property Version 1.11master
  • Ticket #28393 – Description

    v1 v3  
    77    "TypeError: int() argument must be a string, a bytes-like object or a number, not 'tuple'"
    88
    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
     9This change displays the field name which makes spotting errors a lot easier.
Back to Top