You can use:
class Meta:
fields = [ ..., 'date', 'time', ... ]
See the docs: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#changing-the-order-of-fields
You can use:
class Meta:
fields = [ ..., 'date', 'time', ... ]
See the docs: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#changing-the-order-of-fields