class AlterOrderWithRespectTo(name, order_with_respect_to)
[source]
Makes or deletes the _order
column needed for the order_with_respect_to
option on the Meta
subclass.
class AlterOrderWithRespectTo(name, order_with_respect_to)
[source]
Makes or deletes the _order
column needed for the order_with_respect_to
option on the Meta
subclass.
Please login to continue.