Hi.
Which version of tastypie are you using? Looks like tastypie.utils.timezone got added 6 months ago
The online docs are for the latest version available via github. If you installed tastypie via pip, you probably got v0.9.11, which was committed last December, before tastypie.utils.timezone was added. Note that the sample project for v0.9.11 (
http://django-tastypie.readthedocs.org/en/v0.9.11/tutorial.html) doesn't try to import timezone.
'Least that's what it looks like to me.
- Bob Erb