aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-03M2M fields supportedTom Christie
2012-10-03Improve commentsTom Christie
2012-10-03Fix for empty form fieldsTom Christie
2012-10-03Fix for empty form fieldsTom Christie
2012-10-03Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as ↵Tom Christie
appropriate (fixes test)
2012-10-03Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedFieldTom Christie
2012-10-03Added failing test for m2m dataTom Christie
2012-10-03Add m2m update testTom Christie
2012-10-03Add Serializer.save() to clean up differences between serializer.object ↵Tom Christie
being either a DeserializedObject or a model instance
2012-10-03Many2Many testTom Christie
2012-10-03Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-03Stopgap fix for model fields rendering in browseable APITom Christie
2012-10-03Merge pull request #276 from mattbo/restframework2Tom Christie
Fixed references to serializer.serialized and serializer.serialized_erro...
2012-10-03Rename generic viewsTom Christie
2012-10-02Fixed references to serializer.serialized and serializer.serialized_errorsMatt Bosworth
in part 3 of the tutorial. Altered part 1 to use blogs/urls.py since it was specified at the beginning. Also caught some spelling errors while I was at it.
2012-10-02Update view docs slightlyTom Christie
2012-10-02Remove duff checkinTom Christie
2012-10-02Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-02Cleaner travis image linkTom Christie
2012-10-02Added model form field -> serializer form field mappingTom Christie
2012-10-02Add test to ensure that pk is readonly in PUT requestsTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-10-02Clean up docs slightlyTom Christie
2012-10-02Placeholder for FBV docsTom Christie
2012-10-02Make example more realistic and less of a toyTom Christie
2012-10-02Make 'results_field' attribute of BasePaginationSerializer public.Tom Christie
2012-10-02Clean up reverse docs slightlyTom Christie
2012-10-02Renderer documentationTom Christie
2012-10-01Add example of using paginator in a viewTom Christie
2012-10-01Pagination docsTom Christie
2012-10-01Merge pull request #274 from tomchristie/paginationTom Christie
Expand pagination support, add docs
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Merge pull request #273 from tomchristie/paginationTom Christie
Pagination support
2012-09-30Pagination supportTom Christie
2012-09-30Docs tweakingTom Christie
2012-09-28Drop oauth tests for now - may pull same test module back in if end up using ↵Tom Christie
django-oauth-plus, but since we've not pulled it in right now...
2012-09-28Add more tests for generic viewsTom Christie
2012-09-28Add more tests for generic viewsTom Christie
2012-09-28Clean up reverse testsTom Christie
2012-09-28Fix coverage to not include migrationsTom Christie
2012-09-28Fix broken bits of generic viewsTom Christie
2012-09-28Fix serialization issue with Django 1.3Tom Christie
2012-09-28Remove unused test fileTom Christie
2012-09-28Get test-only models properly workingTom Christie
2012-09-28Remove support for doctestsTom Christie
2012-09-28Added @j4mie, and added projects to 'additional thanks' as appropriate.Tom Christie
2012-09-28More simple travis link styleTom Christie
2012-09-28Fix failing testsTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie