Changes between Initial Version and Version 1 of Ticket #28198, comment 1


Ignore:
Timestamp:
May 12, 2017, 1:42:28 PM (7 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28198, comment 1

    initial v1  
    33If I look at this piece of code:
    44
     5{{{
    56class A(models.Model):
    67
     
    1314
    1415    foo = models.FooField()
     16}}}
    1517
    1618and guess what B().foo(bar) does, I'm not guessing "FooError", I'm saying "TypeError: ... is not callable".
Back to Top