| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The JSON encoder now uses tuples instead of lists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework into version-3.0
|
|
|
|
Minor: fix spelling and grammar, mostly in 3.0 announcement
|
|
|
|
|
|
|
|
|
|
Tuples take a little less memory which is significant when serializing a lot of objects.
|
|
|
|
|
|
|
|
|
|
Fixed documentation typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|