wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
50 stars 15 forks source link

Save fails when using update_or_create #15

Open bmoe872 opened 4 years ago

bmoe872 commented 4 years ago

if you use update_or_create to, update or create, a model the model saves to airtable, but does not save to the Django instance.

bmoe872 commented 1 year ago

This might also be a repeat of #2