- 09 Sep, 2012 6 commits
-
-
Alec Perkins committed
-
Alec Perkins committed
-
Alec Perkins committed
-
Alec Perkins committed
-
Alec Perkins committed
-
Tom Christie committed
-
- 08 Sep, 2012 18 commits
-
-
Tom Christie committed
-
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Tom Christie committed -
Tom Christie committed
-
Re-enable PUT/POST/DELETE in the browsable api
Tom Christie committed -
Tom Christie committed
-
Marko Tibold committed
-
Marko Tibold committed
-
Prefill form for instance view.
Marko Tibold committed -
Instead of overriding the theme in the `extra_style` block, it can be replaced directly. This avoids having to load unnecessary styles.
Alec Perkins committed -
Tom Christie committed
-
Alec Perkins committed
-
Marko Tibold committed
-
Alec Perkins committed
-
Alec Perkins committed
-
Tom Christie committed
-
Tom Christie committed
-
Fix Django 1.3 compatibility
Tom Christie committed -
Alec Perkins committed
-
- 07 Sep, 2012 16 commits
-
-
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.
Mjumbe Wawatu Poe committed -
Add link in footer for some visual balance. Tighten up styling.
Alec Perkins committed -
- Explicitly encode PUT data as multipart, as Django 1.5 no longer does so by default in the test client
Mjumbe Wawatu Poe committed -
Fixes for the documentation styles
Tom Christie committed -
Alec Perkins committed
-
Some minor docs fixes
Tom Christie committed -
Alec Perkins committed
-
Mjumbe Wawatu Poe committed
-
Fix some typos. Fix some indentation errors.
Marko Tibold committed -
Includes tooltips using the title attributes.
Alec Perkins committed -
Alec Perkins committed
-
Implement simple token authentication
Tom Christie committed -
Mjumbe Wawatu Poe committed
-
Mjumbe Wawatu Poe committed
-
Alec Perkins committed
-
No real markup changes yet, just swapping libraries in & out.
Alec Perkins committed
-