Pickled model instance's Django version 3.0.3 does not match the current version 3.0.7

Viewed 991

When upgrading Django version from Django 3.0.3 to 3.0.7. I get this error.

RuntimeWarning: Pickled model instance's Django version 3.0.3 does not match the current version 3.0.7.
value = pickle.loads(value)

Is there any way to solve this issue to continue deployment without downtime

0 Answers
Related