On Mon, 2006-04-24 at 12:48 +0200, Christian Schneider wrote:
> Hi all,
>
> got it:
>
> destination = models.ManyToManyField(Destination,
> related_name="Destinations",
> limit_choices_to={'metadata_destination':True})
> destination_metadata = models.ManyToManyField(Destination,
> related_name="MetadataDestinations",
> limit_choices_to={'metadata_destination':False})
>
> Sorry for any trouble,
Wow. I'm stupid. I completely forgot about that option. :-(
Ignore my previous mail and all the judgement values it contains. Glad
you solved your problem.
Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users
-~----------~----~----~----~------~----~------~--~---