| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie | |
| 2012-09-20 | Merge pull request #266 from tomchristie/resources | Tom Christie | |
| First pass at resources | |||
| 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-18 | Initial resources code | Tom Christie | |
| 2012-09-17 | Tweak docs, fix .error_data -> .errors | Tom Christie | |
| 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 | 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 | Tweak throttles and improve docs | 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-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 | 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 | |
| 2012-09-09 | Compacting, moving GET button up to OPTIONS | Alec Perkins | |
| 2012-09-08 | Fix failing test. | Marko Tibold | |
| 2012-09-08 | Don't fill in the form after a DELETE. | Marko Tibold | |
| 2012-09-08 | `error_data` -> `errors` | Marko Tibold | |
| Prefill form for instance view. | |||
| 2012-09-08 | Add block around Bootstrap styles for easy theming. | Alec Perkins | |
| Instead of overriding the theme in the `extra_style` block, it can be replaced directly. This avoids having to load unnecessary styles. | |||
| 2012-09-08 | Whoops, forgot the extrabody block. | Alec Perkins | |
| 2012-09-08 | Fields are showing up again. Still WIP. | Marko Tibold | |
| 2012-09-08 | Disable non-functional methods | Alec Perkins | |
| 2012-09-08 | Minor style adjustment | Alec Perkins | |
| 2012-09-07 | Merge pull request #251 from mjumbewu/1.3-support | Tom Christie | |
| Fix Django 1.3 compatibility | |||
| 2012-09-08 | Disable OPTIONS if method isn't allowed | Alec Perkins | |
| 2012-09-07 | Fix the tests on 1.3 and HEAD | Mjumbe Wawatu Poe | |
| In the latest Django master code, RequestFactory.put behaves fundamentally differently than it did pre-1.5. By default, it expects an octet string as opposed to a dictionary that it will encode like a multipart form. So, for 1.5 and on, we have to be explicit about the multipart type and pre-encode the data. However, pre-1.5 Django expects a dictionary if the content type is multipart. So, the cleanest thing to do is explicitly handle the versions independently. | |||
| 2012-09-07 | Add information about the request. | Alec Perkins | |
| Add link in footer for some visual balance. Tighten up styling. | |||
| 2012-09-07 | Fix Django master support. | Mjumbe Wawatu Poe | |
| - Explicitly encode PUT data as multipart, as Django 1.5 no longer does so by default in the test client | |||
| 2012-09-07 | Missing status code in .txt version of API | Alec Perkins | |
| 2012-09-07 | Add tooltips to other methods | Alec Perkins | |
| 2012-09-07 | Fix Django 1.3 compatibility | Mjumbe Wawatu Poe | |
| 2012-09-07 | Apply Bootstrap to in-page request forms. | Alec Perkins | |
| Includes tooltips using the title attributes. | |||
| 2012-09-07 | Applying Bootstrap to breadcrumbs, page header | Alec Perkins | |
| 2012-09-07 | Get rid of the BaseToken abstract model | Mjumbe Wawatu Poe | |
| 2012-09-07 | Move TokenAuthentication class into djangorestframework.authentication | Mjumbe Wawatu Poe | |
| 2012-09-07 | Rework nav to use Bootstrap's Navbar. | Alec Perkins | |
| 2012-09-07 | Add in Bootstrap to browsable API base template. Strip out admin-clone styles. | Alec Perkins | |
| No real markup changes yet, just swapping libraries in & out. | |||
| 2012-09-07 | Fix renderer tests. | Mjumbe Wawatu Poe | |
| - All MockViews return Response objects - Only one urlpatterns attribute in the module - Renamed `RendererIntegrationTests` to `RendererEndToEndTests`, as the former wasn't being run locally (but it was on Travis...dunno). | |||
