Added SortableForeignKey field to replace sortable_by model property.

Refactored how the sortable_by properties get populated by looping over the model fields until we get to the SortableForeignKey, then grabbing properties from the field and its related data.
This commit is contained in:
Brandon Taylor
2012-02-24 22:35:30 -06:00
parent 63a80f5953
commit 37f91cce97
80 changed files with 135 additions and 239 deletions
View File