Changes between Initial Version and Version 1 of Ticket #24308, comment 2
- Timestamp:
- Feb 9, 2015, 12:47:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24308, comment 2
initial v1 1 As pointed out in the stacktraceyou should refer to the [https://docs.djangoproject.com/en/dev/topics/migrations/#migration-serializing documentation].1 As pointed out in the traceback you should refer to the [https://docs.djangoproject.com/en/dev/topics/migrations/#migration-serializing documentation]. 2 2 3 3 > 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: