Re: django 1.4 orm standalone - GenericForeignKey

2012-01-27 Thread Vaal
think I found a solution, but need to check[code]settings.configure(    DATABASES={        'default': {            'ENGINE': 'django.db.backends.sqlite3',            'NAME': 'db.sqlite',        }    },    INSTALLED_APPS=(    'django.contrib.contenttypes',))[/ code] -- You received this message b

django 1.4 orm standalone - GenericForeignKey

2012-01-27 Thread Vaal
Hi! In version 1.3 I have no problem using GenericForeignKey in standalone scripts with Django ORm and GenericForeignKey. And in 1.4 there is a problem. http://dpaste.com/694017/ (virtualenv) C:\Users\user\Desktop\django-test>python django14.py Traceback (most recent call last): File "django14.