aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2012-09-26Added @LaundroMat. Thanks!Tom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-26Merge pull request #261 from j4mie/improved-view-decoratorsTom Christie
First stab at new function-based view decorators
2012-09-26No need to use setattrJamie Matthews
2012-09-26Fix broken importTom Christie
2012-09-26Fix bug with relative/real pathCharpentier Johan
2012-09-26Update to new rest_framework package name, simplify implementationJamie Matthews
2012-09-26Merge branch 'restframework2' of ↵Jamie Matthews
git://github.com/tomchristie/django-rest-framework into improved-view-decorators * 'restframework2' of git://github.com/tomchristie/django-rest-framework: Add missing comma