Can somebody provide some guidance for how to use limit_choices in a
Model. I am trying to
only display the records in the related field that contain 4.
I've tried a number of ways but keep getting a syntax error.
MerMer
promotion=models.OneToOneField(Promotion limit_choices_to={
'promo_type':4})
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---