wagtail-nest / wagtail-airtable

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

Fix #27: Replace every self.client occurences with self.airtable_client to avoid conflicts #28

Closed fabienheureux closed 3 years ago

fabienheureux commented 3 years ago

Fixes https://github.com/wagtail/wagtail-airtable/issues/27

KalobTaulien commented 3 years ago

Amazing, thank you so much for doing this @fabienheureux!

KalobTaulien commented 3 years ago

There were some test things that didn't need to be changed. That was my mistake when filing the issue. I'll merge this in and touch this up.

fabienheureux commented 3 years ago

Ah right, I mainly submitted this PR to get familiar with potential contribution guidelines in the repo / linting etc before going further with the other one I submitted.

I did not put too much thinking into these changes unfortunately 😅