aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-20Merge pull request #266 from tomchristie/resourcesTom 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-18Initial resources codeTom Christie
2012-09-17Tweak docs, fix .error_data -> .errorsTom 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-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-14Tweak throttles and improve docsTom Christie
2012-09-13Improve throttles and docsTom Christie
2012-09-13Tweak throttling/permissions/auth docsTom Christie
2012-09-12Tweaks to Token authTom Christie
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
2012-09-09Tweak the spacing of the form actions.Alec Perkins
2012-09-09Inverse, fixed navbar. Block for easily modifying navbar style.Alec Perkins
2012-09-09Add horizontal scrolling to pre blocks.Alec Perkins
2012-09-09Add prettify syntax highlighting to resource info.Alec Perkins
2012-09-09Styling of POST, PUT forms. Add add_class filter.Alec Perkins
2012-09-09Merge 'tomchristie/restframework2' into 'browsable-bootstrap'Alec Perkins
2012-09-09Compacting, moving GET button up to OPTIONSAlec Perkins
2012-09-08Fix failing test.Marko Tibold
2012-09-08Don't fill in the form after a DELETE.Marko Tibold
2012-09-08`error_data` -> `errors`Marko Tibold
2012-09-08Add block around Bootstrap styles for easy theming.Alec Perkins
2012-09-08Whoops, forgot the extrabody block.Alec Perkins
2012-09-08Fields are showing up again. Still WIP.Marko Tibold
2012-09-08Disable non-functional methodsAlec Perkins
2012-09-08Minor style adjustmentAlec Perkins
2012-09-07Merge pull request #251 from mjumbewu/1.3-supportTom Christie
2012-09-08Disable OPTIONS if method isn't allowedAlec Perkins
2012-09-07Fix the tests on 1.3 and HEADMjumbe Wawatu Poe
2012-09-07Add information about the request.Alec Perkins
2012-09-07Fix Django master support.Mjumbe Wawatu Poe
2012-09-07Missing status code in .txt version of APIAlec Perkins
2012-09-07Add tooltips to other methodsAlec Perkins
2012-09-07Fix Django 1.3 compatibilityMjumbe Wawatu Poe
2012-09-07Apply Bootstrap to in-page request forms.Alec Perkins
2012-09-07Applying Bootstrap to breadcrumbs, page headerAlec Perkins
2012-09-07Get rid of the BaseToken abstract modelMjumbe Wawatu Poe
2012-09-07Move TokenAuthentication class into djangorestframework.authenticationMjumbe Wawatu Poe
2012-09-07Rework nav to use Bootstrap's Navbar.Alec Perkins
2012-09-07Add in Bootstrap to browsable API base template. Strip out admin-clone styles.Alec Perkins
2012-09-07Fix renderer tests.Mjumbe Wawatu Poe