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

Rename self.client to something more explicit to express what the client is for. #27

Closed KalobTaulien closed 3 years ago

KalobTaulien commented 3 years ago

We have self.client in this package, but if we have another package on a Wagtail Page or Snippet that also uses self.client, we are going to run into a conflict.

I suggest finding and replacing self.client with self.airtable_client across all files.