beatonma / django-wm

Automatic Webmention functionality for Django models
https://beatonma.org/webmentions_tester/
GNU General Public License v3.0
12 stars 2 forks source link

Adding initial migration to mentions app #20

Closed GriceTurrble closed 2 years ago

GriceTurrble commented 2 years ago

Also adding a doc with an upgrade guide for users that may be on 1.3 with existing migrations, which this update will replace.

Fixes #19 .

GriceTurrble commented 2 years ago

Ran out for a bit, but have some other changes I want to add to the upgrade doc.

Probably could do with a new v1.3.1 as well that adds warnings for the incoming change here.

beatonma commented 2 years ago

I have just published v1.3.1 with a warning as you suggested. My plan now is to merge this into v2.0.0.

Thank you so much for this - it really helped me get my own head around the process needed to fix this mess and I'm sure it will be valuable for any existing users too.

GriceTurrble commented 2 years ago

My pleasure. :)

I'll get back to this shortly and adjust it to the 2.0 release you're planning.

Thank you.