Changes between Initial Version and Version 1 of Ticket #28198, comment 1
- Timestamp:
- May 12, 2017, 1:42:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28198, comment 1
initial v1 3 3 If I look at this piece of code: 4 4 5 {{{ 5 6 class A(models.Model): 6 7 … … 13 14 14 15 foo = models.FooField() 16 }}} 15 17 16 18 and guess what B().foo(bar) does, I'm not guessing "FooError", I'm saying "TypeError: ... is not callable".