Gábor Farkas wrote:
> is there a way to filter with the "follow"?
> for me it seems you can enable/disable certain fields...
> 
> and that does not help with the AddManipulator, because then those 
> fields are not even saved...

I mean when you're creating a manipulator you can list fields that you 
don't want it to touch:

     manipulator = Owner.AddManipulator(follow={'thing': False})

Then it will know that it doesn't need to construct a <select> for 
Things at all.

Then of course you won't be able to save this field with the 
manipulator. So if you need it then I think raw_id_admin is the way to go.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to