aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
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
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-28Fix failing testsTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-27head method on views for Django 1.3. Fixes #228Tom Christie
2012-09-27Remove parse_qs from compat, now py2.5 support is droppedTom Christie
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-27Add test for request.POSTTom Christie
2012-09-27Remove braindead testTom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-26Merge pull request #261 from j4mie/improved-view-decoratorsTom Christie
2012-09-26No need to use setattrJamie Matthews
2012-09-26Fix broken importTom Christie
2012-09-26Update to new rest_framework package name, simplify implementationJamie Matthews
2012-09-26Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-fra...Jamie Matthews
2012-09-26Add missing commaTom Christie
2012-09-26Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-fra...Jamie Matthews
2012-09-26Bits of cleanupTom Christie
2012-09-26Add request.QUERY_PARAMSTom Christie
2012-09-25Tweak browseable APITom Christie
2012-09-25Don't display readonly fieldsTom Christie
2012-09-25Fix some bits of serializationTom Christie
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally le...Tom Christie
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally le...Tom Christie
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally le...Tom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Hack out bunch of unneccesary private methods on View classTom Christie
2012-09-20Clean up template tagsTom Christie
2012-09-20Remove dumbass __all__ variablesTom Christie
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie