Hey everyone,

My model looks like the following:

http://dpaste.com/97293/

An album has a release date for every format, and one format can only
have one release date per album. Hopefully you get what I'm trying to
achieve here ;)

The thing is though, that in my Album model I specify a ManyToMany
relationship with the Format in order to specify what Formats an Album
would be released in.

Now when I create this model, it will allow me to set a release date
for any Format - I would like to allow it to only specify a release
date for the formats that are specified in the Album ManyToMany
column.

How would be the easiest way to do this?

Thanks,
Alex
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to