Changes between Initial Version and Version 8 of Ticket #22288


Ignore:
Timestamp:
Oct 22, 2015, 9:00:15 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22288

    • Property Triage Stage UnreviewedAccepted
    • Property Version 1.5master
    • Property Has patch set
    • Property Patch needs improvement set
    • Property Cc github@… added
  • Ticket #22288 – Description

    initial v8  
     1{{{
    12class TestModel(models.Model):
    23    a = models.SmallIntegerField()
     
    67
    78TypeError: int() argument must be a string or a number, not 'ExpressionNode'
     9}}}
Back to Top