Changes between Initial Version and Version 1 of Ticket #14518, comment 12
- Timestamp:
- Jun 24, 2014, 11:00:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14518, comment 12
initial v1 20 20 21 21 Also if we remove `__metaclass__ = models.SubfieldBase` from our custom field then `to_python` does gets called but something strange happens as it appears it does not serves the purpose as always `u'anubhav'` is returned by `m1.field` or `m2.foo_id`. 22 There might be problem in that metaclass implementation, but thats just a wild guess.22 Didn't know if this metaclass is helpful or not, I just preferred to tell here.