Changes between Initial Version and Version 1 of Ticket #21430, comment 7


Ignore:
Timestamp:
May 30, 2014, 11:28:44 AM (10 years ago)
Author:
ANUBHAV JOSHI

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21430, comment 7

    initial v1  
    22> By the way, I don't think we should leave this to just QuerySet. I know that at least Model unpickling can have this same issue. But for model unpickling we might be able to actually do cross-version conversions in `__getstate__()` and `__setstate__()`. Again, first try lets just throw an error.
    33
    4 Can you please comment out your thoughts regarding cross-version conversion. I mean if you have thought of any way to pickle `Models` than the normal way or some other startegy.
     4Can you please comment out your thoughts regarding cross-version conversion. I mean if you have thought of any way to pickle `Models` than the normal way or some other strategy.
Back to Top