aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-25Add readonly 'id' fieldTom 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-25Add csrf noteTom Christie
2012-09-25Fix incorrect bit of tutorialTom Christie
2012-09-25Added tox.iniTom 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
2012-09-20Merge pull request #266 from tomchristie/resourcesTom Christie
2012-09-20Merge pull request #269 from tomchristie/fix_breadcrumbsTom Christie
2012-09-19Dont strip final '/'Tom Christie
2012-09-19Use get_script_prefix to play nicely if not installed at the root.Tom Christie
2012-09-19Added @phobologic. Thanks\!Tom Christie
2012-09-19Use named links in tutorial docsTom Christie
2012-09-18Initial resources codeTom Christie
2012-09-17Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-09-17Tweak docs, fix .error_data -> .errorsTom Christie
2012-09-17Merge pull request #264 from droptype/restframework2Tom Christie
2012-09-17Prevent the touchstart event propagation on the dropdown menus in the navbar.Alec Perkins
2012-09-16Merge pull request #263 from tomchristie/decouple-connegTom Christie
2012-09-16Drop cronky testsTom Christie
2012-09-16Simplify negotiation. Drop MSIE hacks. Etc.Tom Christie
2012-09-14Cleaner content negotiation. Occurs after permissions. Optional 'force' flag.Tom Christie
2012-09-14Simplify content_negotiation slightlyTom Christie
2012-09-14Moved content negotiation out of response. Nicer exception handling now.Tom Christie
2012-09-14Wrap more cleanlyTom Christie
2012-09-14Move logic for attaching HTTP handlers into LazyViewCreatorJamie Matthews
2012-09-14First stab at new view decoratorsJamie Matthews
2012-09-14Drop urlobject2Tom Christie
2012-09-14Merge stunning work from @alecperkinsTom Christie
2012-09-14Merge branch 'browsable-bootstrap' of https://github.com/droptype/django-rest...Tom Christie
2012-09-14Flesh out resources/routers part of tutorialTom Christie
2012-09-14Tweak throttles and improve docsTom Christie