aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
First pass at resources
2012-09-20Merge pull request #269 from tomchristie/fix_breadcrumbsTom Christie
Use get_script_prefix to play nicely if not installed at the root.
2012-09-19Stop serialization from going back to base objectMichael Barrett
Without this patch the base object will be recursed back into with each related object at least once.
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-19Added @phobologic. Thanks\!Tom Christie
2012-09-19Merge pull request #268 from phobologic/masterTom Christie
Stop backwards recursion with reverse relationships
2012-09-19Fixing Issue #265.Michael Barrett
https://github.com/tomchristie/django-rest-framework/issues/265
2012-09-19Use named links in tutorial docsTom Christie
2012-09-18Initial resources codeTom Christie
2012-09-17Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-09-17Tweak docs, fix .error_data -> .errorsTom Christie
2012-09-17Merge pull request #264 from droptype/restframework2Tom Christie
Prevent the touchstart event propagation on the dropdown menus in the navbar
2012-09-17Prevent the touchstart event propagation on the dropdown menus in the navbar.Alec Perkins
This allows the dropdowns to be used on a touch device.
2012-09-16Merge pull request #263 from tomchristie/decouple-connegTom Christie
Content negotiation logic out of response and into View
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 ↵Tom Christie
https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap
2012-09-14Flesh out resources/routers part of tutorialTom Christie
2012-09-14Tweak throttles and improve docsTom Christie
2012-09-13Drop GitHub button from docs on small screensTom Christie
2012-09-13Tweak copyTom 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-12GitHub link in toolbarTom Christie
2012-09-12Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-09-12Updating docsTom Christie
2012-09-11Merge pull request #259 from j4mie/rename-propertiesTom Christie
Better naming for properties on views, requests and responses
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
renderers is now renderer_classes parsers is now parser_classes authentication is now authentication_classes
2012-09-09Whoops, forgot to explain these.Alec Perkins
2012-09-09Reference-style links. Much cleaner.Alec Perkins
2012-09-09Browsable API doc topicAlec Perkins
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