- 13 Feb, 2014 8 commits
-
-
Add myself into credits.md
Tom Christie committed -
Artem Mezhenin committed
-
Artem Mezhenin committed
-
Artem Mezhenin committed
-
update regex for matching URLs, fixes issue #1386
Tom Christie committed -
Artem Mezhenin committed
-
Artem Mezhenin committed
-
Artem Mezhenin committed
-
- 12 Feb, 2014 2 commits
-
-
Fixed Testing docs section
Tom Christie committed -
amatellanes committed
-
- 11 Feb, 2014 4 commits
-
-
Closes #1210.
Carlton Gibson committed -
Carlton Gibson committed
-
Test and quick fix for #1257
Carlton Gibson committed -
Carlton Gibson committed
-
- 10 Feb, 2014 2 commits
-
-
Update Exceptions Documentation
Tom Christie committed -
Hassan Shamim committed
-
- 08 Feb, 2014 2 commits
-
-
* regex for matching URLs was rewritten * added unittests
Artem Mezhenin committed -
Artem Mezhenin committed
-
- 05 Feb, 2014 2 commits
-
-
Generate random token directly
Tom Christie committed -
Matthew King committed
-
- 04 Feb, 2014 4 commits
-
-
Fixed a bug backticks
Tom Christie committed -
fix you may optionally exclude the ``self.check_object_permissions, and simply return the object from the `get_object_or_404` lookup. to you may optionally exclude the `self.check_object_permissions`, and simply return the object from the `get_object_or_404` lookup.
RicterZ committed -
Fixes typo (Implicit instead of Implict).
Tom Christie committed -
juroe committed
-
- 03 Feb, 2014 4 commits
-
-
Viewsets docs typo
Tom Christie committed -
The docstring in the example said "update" instead of "create".
Charlie Denton committed -
fixed typo (wrong "its")
Tom Christie committed -
Jeff Fein-Worton committed
-
- 01 Feb, 2014 2 commits
-
-
just little bit modify
Tom Christie committed -
meoooh committed
-
- 31 Jan, 2014 4 commits
-
-
Fix doc for custom exception sample
Tom Christie committed -
The way to provide a default detail for APIException is to define a `default_detail` attribute on the subclass. Defining a `detail` attribute without `default_detail` will not work, and will result in empty detail instead.
Paul Melnikow committed -
Import force_bytes on django >= 1.5
Tom Christie committed -
Django's encode_multipart was updated in django 1.5 to work internally with unicode and convert to bytes. In django >= 1.5 we therefore need to pass the BOUNDARY as unicode. In django < 1.5 we still need to pass it as bytes.
Ian Foote committed
-
- 30 Jan, 2014 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 28 Jan, 2014 2 commits
- 26 Jan, 2014 1 commit
-
-
Fix typo in docstring for post_delete hook.
Tom Christie committed
-
- 25 Jan, 2014 1 commit
-
-
Rodolfo Henrique Carvalho committed
-