| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-26 | Merge pull request #261 from j4mie/improved-view-decorators | Tom Christie | |
| First stab at new function-based view decorators | |||
| 2012-09-26 | No need to use setattr | Jamie Matthews | |
| 2012-09-26 | Fix broken import | Tom Christie | |
| 2012-09-26 | Update to new rest_framework package name, simplify implementation | Jamie Matthews | |
| 2012-09-26 | Merge branch 'restframework2' of ↵ | Jamie Matthews | |
| git://github.com/tomchristie/django-rest-framework into improved-view-decorators * 'restframework2' of git://github.com/tomchristie/django-rest-framework: Add missing comma | |||
| 2012-09-26 | Add missing comma | Tom Christie | |
| 2012-09-26 | Merge branch 'restframework2' of ↵ | Jamie Matthews | |
| git://github.com/tomchristie/django-rest-framework into improved-view-decorators * 'restframework2' of git://github.com/tomchristie/django-rest-framework: (56 commits) Bits of cleanup Add request.QUERY_PARAMS Add readonly 'id' field Tweak browseable API Don't display readonly fields Fix some bits of serialization Add csrf note Fix incorrect bit of tutorial Added tox.ini Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Clean up bits of templates etc Hack out bunch of unneccesary private methods on View class Clean up template tags Remove dumbass __all__ variables Remove old 'djangorestframework directories Change package name: djangorestframework -> rest_framework Dont strip final '/' Use get_script_prefix to play nicely if not installed at the root. ... Conflicts: rest_framework/decorators.py | |||
| 2012-09-26 | Bits of cleanup | Tom Christie | |
| 2012-09-26 | Add request.QUERY_PARAMS | Tom Christie | |
| 2012-09-25 | Add readonly 'id' field | Tom Christie | |
| 2012-09-25 | Tweak browseable API | Tom Christie | |
| 2012-09-25 | Don't display readonly fields | Tom Christie | |
| 2012-09-25 | Fix some bits of serialization | Tom Christie | |
| 2012-09-25 | Add csrf note | Tom Christie | |
| 2012-09-25 | Fix incorrect bit of tutorial | Tom Christie | |
| 2012-09-25 | Added tox.ini | Tom Christie | |
| 2012-09-21 | Tweak media_type -> accepted_media_type. Need to document, but marginally ↵ | Tom Christie | |
| less confusing | |||
| 2012-09-21 | Tweak media_type -> accepted_media_type. Need to document, but marginally ↵ | Tom Christie | |
| less confusing | |||
| 2012-09-21 | Tweak media_type -> accepted_media_type. Need to document, but marginally ↵ | Tom Christie | |
| less confusing | |||
| 2012-09-20 | Clean up bits of templates etc | Tom Christie | |
| 2012-09-20 | Hack out bunch of unneccesary private methods on View class | Tom Christie | |
| 2012-09-20 | Clean up template tags | Tom Christie | |
| 2012-09-20 | Remove dumbass __all__ variables | Tom Christie | |
| 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 | 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 | 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 | |
