Month: June 2010
Ordering related objects in Django
Django models have a meta option order_with_respect_to that allows you to order objects within the scope of a related ForeignKey object.
life notes and experience
Django models have a meta option order_with_respect_to that allows you to order objects within the scope of a related ForeignKey object.