ordered
True if the QuerySet is ordered — i.e. has an order_by() clause or a default ordering on the model. False otherwise.
ordered
True if the QuerySet is ordered — i.e. has an order_by() clause or a default ordering on the model. False otherwise.
Please login to continue.