Hit me (not too hard) if I'm wrong, but hiding fields is not
the prettiest way to change the behaviour of the manipulator,
because:
- it could bring security issues (someone hacking the HTML
form to include hidden fields in it, which will be taken into
account when the manipulator eats the POSTed data)
- on a general basis, the default manipulator may fetch
unnecessary fields (foreign keys, ManyToMany, etc) that may
run unnecessary queries on the DB.

I took the (good? bad?) habit to write my own custom
Manipulator for such cases.

Cet été, pensez aux cartes postales de laposte.net !



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

Reply via email to