Changes between Initial Version and Version 1 of Ticket #22436, comment 4


Ignore:
Timestamp:
Apr 14, 2014, 5:05:08 PM (10 years ago)
Author:
chris cauley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22436, comment 4

    initial v1  
    1 The migration sterilizer previously was using the `__name__` of the function and the module, which is not the full import path if the function is a method of a class.
     1The migration serializer previously was using the `__name__` of the function and the module, which is not the full import path if the function is a method of a class.
    22
    33{{{
Back to Top