On Wed, Jan 15, 2014 at 8:44 PM, Jonathan Pentecost
<pentecostjonat...@gmail.com> wrote:
> Does it have anything to do with the related name of animal being `+`? I
> can't test this out just yet, but I don't THINK you can have a related_name
> as just `+`, I believe it needs to be a valid identifier.

'+' is perfectly valid for related_name, it means "do not create a
reverse relation".

https://docs.djangoproject.com/en/1.6/ref/models/fields/#django.db.models.ForeignKey.related_name

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1KcDB_59_02dYtPOSN41uYQNQ%2B8MfbNFZF4v8uUtkLK_A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to