Jason

Results 5 issues of Jason

I am using amazon s3 as a file storage backend. It requires me to generate a migration file in the systems' python library directory. This is not elegant. ``` from...

**Feature Request** https://github.com/twitter/twitter-kit-android/blob/38aeae6c046fe2ba1074a1f0cbfaf7746a8c76ce/tweet-ui/src/main/java/com/twitter/sdk/android/tweetui/TimelineCursor.java#L46 I want to write a HomeTimeline just like UserTimeline but use the home_timeline.json endpoint. However, if I want to reuse the TimelineAdapter, I have to new TimelineCursor...

1. If I changed an object, the whole cached objects related to the same table will be invalidated. 2. when we invalidate table, we just change the namespace, we will...

/usr/local/lib/python2.7/dist-packages/devserver/modules/sql.py:15: RemovedInDjango19Warning: The django.db.backends.util module has been renamed. Use django.db.backends.utils instead. from django.db.backends import util