Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Tastypie
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Tastypie
Contact owners and managers
1–30 of 586
Mark all as read
Report group
0 selected
Stodge
12/21/17
All resource URIs are empty with or without namespaces
I have followed the instructions on this page to use namespaces, but all of my resource URIs are
unread,
All resource URIs are empty with or without namespaces
I have followed the instructions on this page to use namespaces, but all of my resource URIs are
12/21/17
Ash
, …
srikant...@gmail.com
6
11/25/17
TastyPie batch request mode?
Dear Sir, I have written a WEB API using Tastypie. But want example how to use PATCH for bulk
unread,
TastyPie batch request mode?
Dear Sir, I have written a WEB API using Tastypie. But want example how to use PATCH for bulk
11/25/17
David Tsai
,
Joe Sateriani
2
5/30/17
Better control of memory cache in tastypie
Hello @David I am now running on the same issue, and got a bit surprised that Tastypie didn't
unread,
Better control of memory cache in tastypie
Hello @David I am now running on the same issue, and got a bit surprised that Tastypie didn't
5/30/17
Stodge
4/20/17
TastyPie & projecting of spatial data
One of my Django models includes a lat/long coordinate using PostGIS. It's data that I receive as
unread,
TastyPie & projecting of spatial data
One of my Django models includes a lat/long coordinate using PostGIS. It's data that I receive as
4/20/17
Сергей Озеранский
, …
Rene Zelaya
3
3/16/17
ImportError: No module named 'sitngo.app_site' (api class)
Usually, if your app folders are in the root directory, (and in the case, where the name of your app
unread,
ImportError: No module named 'sitngo.app_site' (api class)
Usually, if your app folders are in the root directory, (and in the case, where the name of your app
3/16/17
Stodge
,
Rene Zelaya
2
3/16/17
Get original object in obj_update?
Hi, What happens if you try to access it with original = bundle.obj ? Also, you mean that the
unread,
Get original object in obj_update?
Hi, What happens if you try to access it with original = bundle.obj ? Also, you mean that the
3/16/17
Fathima
9/28/16
Authentication
Hi, Help me to find some examples for basic authentication and token based authentication .
unread,
Authentication
Hi, Help me to find some examples for basic authentication and token based authentication .
9/28/16
Allan Oware
,
Seán Hayes
2
7/26/16
Decimal and datetime filters not working
This group is not maintained, please ask on StackOverflow. Seán Hayes https://github.com/greyside
unread,
Decimal and datetime filters not working
This group is not maintained, please ask on StackOverflow. Seán Hayes https://github.com/greyside
7/26/16
Алексей Трифонов
7/21/16
ForeignKey field is "" (empty)
I have Profile and standart User models: from django.contrib.auth.models import User class Profile(
unread,
ForeignKey field is "" (empty)
I have Profile and standart User models: from django.contrib.auth.models import User class Profile(
7/21/16
phpMagpie
,
Seán Hayes
4
7/18/16
PHP Wrapper/Library
Wow, that sucks. If you need any more help, Stack Overflow would be a better place to ask, this group
unread,
PHP Wrapper/Library
Wow, that sucks. If you need any more help, Stack Overflow would be a better place to ask, this group
7/18/16
zhong zhao
6/3/16
Is it possible to request other api which is on another server in a Tastypie resource class?
I'm using Django 1.9.6 + Tastypie to implement RESTFUL api, there is an api that need to fetch
unread,
Is it possible to request other api which is on another server in a Tastypie resource class?
I'm using Django 1.9.6 + Tastypie to implement RESTFUL api, there is an api that need to fetch
6/3/16
Seán Hayes
4/7/16
README: Google Group no longer maintained!!!
Please see https://github.com/django-tastypie/django-tastypie#getting-help for current instructions
unread,
README: Google Group no longer maintained!!!
Please see https://github.com/django-tastypie/django-tastypie#getting-help for current instructions
4/7/16
andre...@streamon.fm
,
Seán Hayes
2
4/7/16
Wildcard in urls
I'm not sure what `resource_uris` refers to. I'd need to see your resource names, and the
unread,
Wildcard in urls
I'm not sure what `resource_uris` refers to. I'd need to see your resource names, and the
4/7/16
Stodge
2
3/7/16
Generic relation and reverse resource URI?
Ok, I added the following to the EventResource: event = fields.ManyToManyField( '
unread,
Generic relation and reverse resource URI?
Ok, I added the following to the EventResource: event = fields.ManyToManyField( '
3/7/16
Johnny Wellington dos Santos
,
Seán Hayes
2
2/6/16
Use Tastypie with non integer pk
Where is that error being thrown. Traceback? Could you post your Resource and Model? Seán Hayes http:
unread,
Use Tastypie with non integer pk
Where is that error being thrown. Traceback? Could you post your Resource and Model? Seán Hayes http:
2/6/16
Dhanushka Amarakoon
,
Seán Hayes
2
1/15/16
Seperate POST acccess urls for same resource
I would create 2 separate resources, though I'm not sure what /authenticateUser is meant to do,
unread,
Seperate POST acccess urls for same resource
I would create 2 separate resources, though I'm not sure what /authenticateUser is meant to do,
1/15/16
Tom McKenzie
12/28/15
KeyError when trying PUT with self reference field
Hi We have a model called list that has reference to itself that looks like parent = models.
unread,
KeyError when trying PUT with self reference field
Hi We have a model called list that has reference to itself that looks like parent = models.
12/28/15
Rene Zelaya
8/17/15
Django-tastypie checking of csrf token in requests
Hi everyone, We have a REST API built using django-tastypie, which most of our users access through
unread,
Django-tastypie checking of csrf token in requests
Hi everyone, We have a REST API built using django-tastypie, which most of our users access through
8/17/15
Stodge
3
7/17/15
Bundled object in obj_delete is None?
Ok, thanks Thibault. On Fri, Jul 17, 2015 at 9:51 AM, Thibault Appourchaux <thibault.appourchaux@
unread,
Bundled object in obj_delete is None?
Ok, thanks Thibault. On Fri, Jul 17, 2015 at 9:51 AM, Thibault Appourchaux <thibault.appourchaux@
7/17/15
Дмитрий Ковнер
6/25/15
tastypie obj_create and authorization
I use tastypie 0.12.2-dev to create API for my django site. I wrote a class authorization (
unread,
tastypie obj_create and authorization
I use tastypie 0.12.2-dev to create API for my django site. I wrote a class authorization (
6/25/15
Simone Dalmasso
6/20/15
Release new version of tastypie for Ubuntu 14.04
Hi all, I'm part of the GeoNode developer community and we are using tastypie there with great
unread,
Release new version of tastypie for Ubuntu 14.04
Hi all, I'm part of the GeoNode developer community and we are using tastypie there with great
6/20/15
Peter Farmer
3/1/12
Testing PATCH requests with the django test client
Hi, Whilst trying to unit test my tastypie api I discovered the django test client doesn't have a
unread,
Testing PATCH requests with the django test client
Hi, Whilst trying to unit test my tastypie api I discovered the django test client doesn't have a
3/1/12
David Riddle
5/9/15
Tastypie Support for Django 1.8
We are running Tastypie on Django 1.6, and we are planning on upgrading our project to Django 1.8. My
unread,
Tastypie Support for Django 1.8
We are running Tastypie on Django 1.6, and we are planning on upgrading our project to Django 1.8. My
5/9/15
Emme Gi
4/27/15
build web service from existing django project
Hi, I'm discovering tastypie just now to implement a web service from an existing django project.
unread,
build web service from existing django project
Hi, I'm discovering tastypie just now to implement a web service from an existing django project.
4/27/15
Jordi Llonch
4/23/15
Document
I've sent you a confidential Message View Your Message Here Regards
unread,
Document
I've sent you a confidential Message View Your Message Here Regards
4/23/15
Neetu Gupta
,
Pavel Kuchin
2
4/15/15
Save multiple objects in same model using tastypie
Hi Neetu, I believe it have to be something like this: curl -X POST -H "Content-Type:
unread,
Save multiple objects in same model using tastypie
Hi Neetu, I believe it have to be something like this: curl -X POST -H "Content-Type:
4/15/15
Rajeev Nair
,
vedavidh budimuri
2
4/2/15
Tastypie 'NoneType' object has no attribute '_clone' error
I have seen your comments in stackoverflow and i have tried to do the same. But i didn't got the
unread,
Tastypie 'NoneType' object has no attribute '_clone' error
I have seen your comments in stackoverflow and i have tried to do the same. But i didn't got the
4/2/15
Ramesh Ravi
2/21/15
Django tastpie, how do i add/save-to two models with just once create post call
Any help on this question: http://stackoverflow.com/questions/28630302/django-tastpie-how-do-i-add-
unread,
Django tastpie, how do i add/save-to two models with just once create post call
Any help on this question: http://stackoverflow.com/questions/28630302/django-tastpie-how-do-i-add-
2/21/15
Ghada Ben Tekfa
2/10/15
OK : South installed... OK : Django installed... OK : celery installed... Error : django-tastypie not installed...
while I was installing cdr-stats on asterisk I got this error /usr/share/virtualenvs/cdr-stats/bin/
unread,
OK : South installed... OK : Django installed... OK : celery installed... Error : django-tastypie not installed...
while I was installing cdr-stats on asterisk I got this error /usr/share/virtualenvs/cdr-stats/bin/
2/10/15
Ashish Tiwari
2
2/9/15
ApiKey Authentication issue 'SimpleLazyObject' with GET while accessing request.user
Figured out the issue and solved it by doing following code changes. account = Account.objects.get(
unread,
ApiKey Authentication issue 'SimpleLazyObject' with GET while accessing request.user
Figured out the issue and solved it by doing following code changes. account = Account.objects.get(
2/9/15