django-podcasting icon indicating copy to clipboard operation
django-podcasting copied to clipboard

Migrate doesn't work on python 3.6

Open marhabaie opened this issue 5 years ago • 1 comments

I fixed it manually, but could you please push the latest version so others can get it using "pip install django-podcasting"? Even the final version still has problem. "initial migration with photologue" hasn't been solved yet.

raise ValueError('Related model %r cannot be resolved' % self.remote_field.model) ValueError: Related model 'photologue.Photo' cannot be resolved

these need to get under an "if"? https://github.com/rizumu/django-podcasting/blob/4f4ab9094d6b6b8010ac0b7d6c3158c2413f755a/podcasting/migrations/0005_auto_20190617_1316.py#L19-L23

https://github.com/rizumu/django-podcasting/blob/4f4ab9094d6b6b8010ac0b7d6c3158c2413f755a/podcasting/migrations/0005_auto_20190617_1316.py#L29-L33

Thanks,

marhabaie avatar Sep 19 '20 13:09 marhabaie

Proposed a potential fix for this in #31

SethAngell avatar Aug 20 '22 01:08 SethAngell