aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2012-09-27Merge pull request #270 from phobologic/masterTom Christie
Prevent serialization from recursing to self
2012-09-27Remove erronous checkinsTom Christie
2012-09-27Breadcrumbs play nicely when app not installed at root URL. Fixes #211Tom Christie
2012-09-27Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-09-27head method on views for Django 1.3. Fixes #228Tom Christie
2012-09-27Added @cyberj. Thanks!Tom Christie
2012-09-27Rename category_dir to relative_dirTom Christie
2012-09-27Merge pull request #271 from cyberj/restframework2Tom Christie
Fix mkdocs bug with relative/abs path
2012-09-27Remove parse_qs from compat, now py2.5 support is droppedTom Christie
2012-09-27Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-27Add py27 to toxTom Christie
2012-09-27Add test for request.POSTTom Christie
2012-09-27Remove braindead testTom Christie
2012-09-27Added citation to contributing docsTom Christie
2012-09-27Improve changes with upstream's advicesCharpentier Johan