You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, let's see. The Link class is only used in the AutoFixtureBase class. So the functionality could be provided by methods of this class.
We would need to figure out which methods of Link are currently used in which places of AutoFixtureBase and replace those. These include things like if field.name in self.generate_fk (Line 269 in base.py, where self.generate_fk is an instance of Link
The
Link
class inbase.py
is an arcane relict from four years ago and hard to understand.We should try to remove the class in incorporate the logic into the
Autofixture
class.The text was updated successfully, but these errors were encountered: