Re: Generic relation overflows the maximum recursion depth

2010-11-19 Thread Daniel Roseman
On Nov 19, 3:46 pm, Jonas Geiregat wrote: > I'm trying to save a model and then insert it into a generic relation. > Having this models.py file: > > from django.db import models > from datetime import datetime > from django.conf import settings > from django.contrib.contenttypes.models import Cont

Generic relation overflows the maximum recursion depth

2010-11-19 Thread Jonas Geiregat
I'm trying to save a model and then insert it into a generic relation. Having this models.py file: from django.db import models from datetime import datetime from django.conf import settings from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes import generic