On Thu, 26 Jul 2007 00:11:59 +0200, Kai Kuehne wrote:

> Unfortunately I cannot keep the relation between Entry and Image because
> I get an weird error (see #4633) if the m2m field is None.
> 
> So.. is there another way to just show a list of models on an edit page
> of another model without having to do a relation between them?
> 
> Thanks in advance.
> Kai
> 
> 
Make the m2m relation optional using (null = True, blank = True) in your 
model


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