I have a simple model like this: class Events( models.Model ):
fname = models.CharField( maxlength=100, verbose_name='Firstname' ) lname = models.CharField( maxlength=100, verbose_name='Lastname' ) I would like to add the functionality to be able to manually sort these objects in the Django-admin... I´ve tried doing this by just adding a integerfield... but it is not so user friendly... are there any built-in functions for this in Django ? Thanks in advance! /Nianbig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---