On Fri, Nov 14, 2008 at 11:28 AM, J. Cliff Dyer <[EMAIL PROTECTED]>wrote:

>
> Using Django 1.0, devel server, on RHEL5, with python 2.4.
>
> I have two apps, venues and content.  A venues.Venue is linked to
> content.Source via a ManyToManyField defined through VenueSource.  When
> I try to include VenueSource in the Admin form, the admin page for a
> given Venue shows up fine, but when I save it, I get an error saying
> "Please correct the errors below," but no errors show up below.
>
> venues/models.py: http://dpaste.com/90775/
> venues/admin.py <http://dpaste.com/90775/venues/admin.py>:
> http://dpaste.com/90785/
>
> (please ignore the list_filter by ['city'].  It's an artifact from
> stripping down the
> Any thoughts?
>

Your first dpaste link doesn't work for me....

Possibly this was fixed by the fix for #9076, which went in earlier this
morning.  Could you try with a current checkout of either the 1.0.X branch
or trunk?

Karen

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