Changes between Initial Version and Version 1 of Ticket #14518, comment 12


Ignore:
Timestamp:
Jun 24, 2014, 11:00:47 PM (10 years ago)
Author:
ANUBHAV JOSHI

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14518, comment 12

    initial v1  
    2020
    2121Also 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.
     22Didn't know if this metaclass is helpful or not, I just preferred to tell here.
Back to Top