I'm looking to integrate Django models into a SPA and would like to use a library like BreezeJS or JayData to manage my offline/online data on the client side. Both of those require OData. OData does not have much support on Python except for o-data py which really only supports GAE.
So, my question is... Is there some Javascript framework/library that generally works as good as BreezeJS to manage off-line data but that works well with Django/Python?