I found someone with the same problem, but the solation for him doesn\'t work with me: see Django-Tastypie: How Do You Access (Http)request object in the Bundle?
I Am tr
You're probably running Tastypie 9.10 if you installed from pypi. The Bundle object in the pypi version does indeed not have a request object.
If you upgrade to the git version of django-tastypie master and use that instead the problem should be resolved.
pip uninstall django-tastypie
pip install -e git+https://github.com/toastdriven/django-tastypie.git#egg=django-tastypie