class documentation

class SwappableTuple(tuple):

View In Hierarchy

Subclass of tuple so Django can tell this was originally a swappable dependency when it reads the migration file.
Method __new__ Undocumented
Instance Variable setting Undocumented
def __new__(cls, value, setting):

Undocumented

setting =

Undocumented