Changes between Initial Version and Version 1 of Ticket #21430, comment 7
- Timestamp:
- May 30, 2014, 11:28:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21430, comment 7
initial v1 2 2 > 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. 3 3 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 st artegy.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 strategy.