Class SwappableTuple

Subclass of tuple so Django can tell this was originally a swappable dependency when it reads the migration file.

Declaration

class SwappableTuple(tuple)
source link

Documentation

Methods

Reexports