Has anyone come across an ordering issue with the regroup tag whereby if the field that is being ordered is an integer you get the following problem:
say you have the grouped field "District" and the following groupings District 1 District 2 District 3 District 10 District 14 District 20 District 29 District 30 Their ordering will come out: District 1 District 10 District 14 District 2 District 20 District 29 District 3 District 30 I can see why this is happening, but how do I tell the regroup tag to sort as though 1 were 01, etc. Adding a 0 to the front isn't really an option as their are thousands of records that reach from 1 - 250 Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

