i dont know what mean this error, the erro comming when im try to enter to the admin
..webapps/django/lib/python2.5/django/db/backends/mysql/base.py:84: Warning: Truncated incorrect DOUBLE value: 'AnonymousUser'
and another error is :
"403 Forbidden Cross Site Request Forgery detected. Request aborted."
somebody know about it?
Thanks
I beleive its due to the increase security in Django 1.2.1. You need to lower the security of your application to make it work with the above version and go back to the old security quality. Have a look at the related doc on the main djangoproject.com side
In your INSTALLED_APPS section you add the following to do so: