| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
| 2012-09-20 | Merge pull request #266 from tomchristie/resources | Tom Christie | |
| First pass at resources | |||
| 2012-09-20 | Merge pull request #269 from tomchristie/fix_breadcrumbs | Tom Christie | |
| Use get_script_prefix to play nicely if not installed at the root. | |||
| 2012-09-19 | Stop serialization from going back to base object | Michael Barrett | |
| Without this patch the base object will be recursed back into with each related object at least once. | |||
| 2012-09-19 | Dont strip final '/' | Tom Christie | |
| 2012-09-19 | Use get_script_prefix to play nicely if not installed at the root. | Tom Christie | |
| 2012-09-19 | Added @phobologic. Thanks\! | Tom Christie | |
| 2012-09-19 | Added @phobologic. Thanks\! | Tom Christie | |
| 2012-09-19 | Merge pull request #268 from phobologic/master | Tom Christie | |
| Stop backwards recursion with reverse relationships | |||
| 2012-09-19 | Fixing Issue #265. | Michael Barrett | |
| https://github.com/tomchristie/django-rest-framework/issues/265 | |||
| 2012-09-19 | Use named links in tutorial docs | Tom Christie | |
| 2012-09-18 | Initial resources code | Tom Christie | |
| 2012-09-17 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-09-17 | Tweak docs, fix .error_data -> .errors | Tom Christie | |
| 2012-09-17 | Merge pull request #264 from droptype/restframework2 | Tom Christie | |
| Prevent the touchstart event propagation on the dropdown menus in the navbar | |||
| 2012-09-17 | Prevent 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-16 | Merge pull request #263 from tomchristie/decouple-conneg | Tom Christie | |
| Content negotiation logic out of response and into View | |||
| 2012-09-16 | Drop cronky tests | Tom Christie | |
| 2012-09-16 | Simplify negotiation. Drop MSIE hacks. Etc. | Tom Christie | |
| 2012-09-14 | Cleaner content negotiation. Occurs after permissions. Optional 'force' flag. | Tom Christie | |
| 2012-09-14 | Simplify content_negotiation slightly | Tom Christie | |
| 2012-09-14 | Moved content negotiation out of response. Nicer exception handling now. | Tom Christie | |
| 2012-09-14 | Wrap more cleanly | Tom Christie | |
| 2012-09-14 | Move logic for attaching HTTP handlers into LazyViewCreator | Jamie Matthews | |
| 2012-09-14 | First stab at new view decorators | Jamie Matthews | |
| 2012-09-14 | Drop urlobject2 | Tom Christie | |
| 2012-09-14 | Merge stunning work from @alecperkins | Tom Christie | |
| 2012-09-14 | Merge branch 'browsable-bootstrap' of ↵ | Tom Christie | |
| https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap | |||
| 2012-09-14 | Flesh out resources/routers part of tutorial | Tom Christie | |
| 2012-09-14 | Tweak throttles and improve docs | Tom Christie | |
| 2012-09-13 | Drop GitHub button from docs on small screens | Tom Christie | |
| 2012-09-13 | Tweak copy | Tom Christie | |
| 2012-09-13 | Improve throttles and docs | Tom Christie | |
| 2012-09-13 | Tweak throttling/permissions/auth docs | Tom Christie | |
| 2012-09-12 | Tweaks to Token auth | Tom Christie | |
| 2012-09-12 | GitHub link in toolbar | Tom Christie | |
| 2012-09-12 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-09-12 | Updating docs | Tom Christie | |
| 2012-09-11 | Merge pull request #259 from j4mie/rename-properties | Tom Christie | |
| Better naming for properties on views, requests and responses | |||
| 2012-09-11 | Better naming for properties on views, requests and responses | Jamie Matthews | |
| renderers is now renderer_classes parsers is now parser_classes authentication is now authentication_classes | |||
| 2012-09-09 | Whoops, forgot to explain these. | Alec Perkins | |
| 2012-09-09 | Reference-style links. Much cleaner. | Alec Perkins | |
| 2012-09-09 | Browsable API doc topic | Alec Perkins | |
| 2012-09-09 | Tweak the spacing of the form actions. | Alec Perkins | |
| 2012-09-09 | Inverse, fixed navbar. Block for easily modifying navbar style. | Alec Perkins | |
| 2012-09-09 | Add horizontal scrolling to pre blocks. | Alec Perkins | |
| 2012-09-09 | Add prettify syntax highlighting to resource info. | Alec Perkins | |
| 2012-09-09 | Styling of POST, PUT forms. Add add_class filter. | Alec Perkins | |
| 2012-09-09 | Merge 'tomchristie/restframework2' into 'browsable-bootstrap' | Alec Perkins | |
