Hi,

I am using django 1.0.2, and I was wondering if it is possible to
change the order of the fields (it seems you can do this in the dev
version)?

I have added an extra field in my form (that doesn't actually
correspond with a field in the model). It is being listed after the
model fields, and I would like it to go before.

I tried adding a fields attribute to the Meta class (which I think is
what you would do in the dev version), but that didn't work.

Is the only way to do this to just create a normal form and do the
model instance interface manually? I am using an extJS frontend and
JSON to pass the values across (using the ExtJsonEncoder from django
snippets).

I think I am having a slow brain day so please excuse me if I am being
really dumb!

Em
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to