Changes between Initial Version and Version 1 of Ticket #24308, comment 2


Ignore:
Timestamp:
Feb 9, 2015, 12:47:07 PM (9 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24308, comment 2

    initial v1  
    1 As pointed out in the stacktrace you should refer to the [https://docs.djangoproject.com/en/dev/topics/migrations/#migration-serializing documentation].
     1As pointed out in the traceback you should refer to the [https://docs.djangoproject.com/en/dev/topics/migrations/#migration-serializing documentation].
    22
    33> Due to the fact !__qualname!__ was only introduced in Python 3, Django can only serialize the following pattern (an unbound method used within the class body) on Python 3, and will fail to serialize a reference to it on Python 2:
Back to Top