I've got a bunch of fields in a bunch of forms. Some of those fields
repeat themselves. So rather than copy and paste them around, I
defined the fields in a module and then imported them. Then pulled
them into my forms. All well and good.

The problem is that the fields are coming out in the wrong order, (I
think) because of the creation_counter which tracks the order of the
fields. The field is created in the library and not in the form and
thats when it gets the counter value.

Before I dig deeper on this tomorrow, has anyone had a try at this?

--~--~---------~--~----~------------~-------~--~----~
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