| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-27 | Update Travis to test Django 1.6.2 | Adam McKerlie | |
| We should be testing the latest version of Django 1.6 as we're doing in the other 1.x releases. | |||
| 2014-02-21 | Merge pull request #1436 from meshy/patch-1 | Tom Christie | |
| Minor docs example fix | |||
| 2014-02-21 | Minor docs example fix | Charlie Denton | |
| Dates are smaller when they happen before. | |||
| 2014-02-20 | Link to DRF-extensions. Refs #1430 | Tom Christie | |
| 2014-02-20 | Merge pull request #1433 from etoccalino/http-signature | Tom Christie | |
| include djangorestframework-httpsignature in the docs | |||
| 2014-02-20 | include djangorestframework-httpsignature in the docs | Elvio Toccalino | |
| 2014-02-18 | Merge pull request #1428 from theskumar/patch-1 | Tom Christie | |
| fix(docs): fix code indentation in serializers.md | |||
| 2014-02-18 | fix(docs): fix code indentation in serializers.md | Saurabh Kumar | |
| It fixes the indentation of `restore_object()` in the section "Specifying which fields should be write-only" serializers documentation. | |||
| 2014-02-18 | Tweak comment wrapping. | Tom Christie | |
| 2014-02-18 | Merge pull request #1427 from Ian-Foote/refactor_update | Tom Christie | |
| Refactor UpdateModelMixin.update | |||
| 2014-02-18 | Remove unnecessary else | Ian Foote | |
| 2014-02-18 | Refactor UpdateModelMixin.update | Ian Foote | |
| Reduce nesting, return early in error cases. | |||
| 2014-02-15 | Merge pull request #1420 from bo-peng/patch-1 | Tom Christie | |
| Update throttling.md | |||
| 2014-02-14 | Update throttling.md | Bo Peng | |
| Added comma to make DEFAULT_THROTTLE_CLASSES a tuple in example, for copy&paste to work nicely. | |||
| 2014-02-14 | Merge pull request #1418 from ze-phyr-us/docs-api-testing-typo-fix | Tom Christie | |
| Minor typos fixed in api-guide/testing.md (request -> response). | |||
| 2014-02-14 | Minor typos fixed in api-guide/testing.md (request -> response). | Vita Smid | |
| 2014-02-13 | Update credits | Tom Christie | |
| 2014-02-13 | Merge pull request #1417 from amezhenin/issue_1386 | Tom Christie | |
| Add myself into credits.md | |||
| 2014-02-13 | Merge remote-tracking branch 'origin/issue_1386' into issue_1386 | Artem Mezhenin | |
| 2014-02-13 | credit, issue #1386, PR #1397 | Artem Mezhenin | |
| 2014-02-13 | credit, issue #1386, PR #1897 | Artem Mezhenin | |
| 2014-02-13 | Merge pull request #1397 from amezhenin/issue_1386 | Tom Christie | |
| update regex for matching URLs, fixes issue #1386 | |||
| 2014-02-13 | wrapper for smart_urlquote, issue #1386 | Artem Mezhenin | |
| 2014-02-13 | (I hope) tests are fixed, issue #1386 | Artem Mezhenin | |
| 2014-02-13 | change regex back, issue #1386 | Artem Mezhenin | |
| 2014-02-12 | Merge pull request #1412 from amatellanes/master | Tom Christie | |
| Fixed Testing docs section | |||
| 2014-02-12 | Fixed Testing docs section | amatellanes | |
| 2014-02-11 | Merge pull request #1406 from carltongibson/#1210 | Carlton Gibson | |
| Closes #1210. | |||
| 2014-02-11 | Test and fix for #1210. World's lowest hanging fruit. | Carlton Gibson | |
| 2014-02-11 | Merge pull request #1405 from carltongibson/#1257 | Carlton Gibson | |
| Test and quick fix for #1257 | |||
| 2014-02-11 | Test and quick fix for #1257 | Carlton Gibson | |
| 2014-02-10 | Merge pull request #1404 from hassanshamim/update-exeptions-documentation | Tom Christie | |
| Update Exceptions Documentation | |||
| 2014-02-10 | Replace 'detail' with 'default_detail' in Exceptions guide and APIException ↵ | Hassan Shamim | |
| class docstring. | |||
| 2014-02-09 | issue #1386 | Artem Mezhenin | |
| * regex for matching URLs was rewritten * added unittests | |||
| 2014-02-09 | update regex for matching URLs, fixes issue #1386 | Artem Mezhenin | |
| 2014-02-05 | Merge pull request #1382 from mking/use-urandom-directly | Tom Christie | |
| Generate random token directly | |||
| 2014-02-04 | Generate random token directly | Matthew King | |
| 2014-02-04 | Merge pull request #1387 from RicterZ/patch-1 | Tom Christie | |
| Fixed a bug backticks | |||
| 2014-02-04 | Fixed a bug backticks | RicterZ | |
| 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. | |||
| 2014-02-04 | Merge pull request #1385 from juroe/master | Tom Christie | |
| Fixes typo (Implicit instead of Implict). | |||
| 2014-02-04 | Fixes typo (Implicit instead of Implict). | juroe | |
| 2014-02-03 | Merge pull request #1384 from meshy/patch-1 | Tom Christie | |
| Viewsets docs typo | |||
| 2014-02-03 | Viewsets docs typo | Charlie Denton | |
| The docstring in the example said "update" instead of "create". | |||
| 2014-02-03 | Merge pull request #1383 from jfw/patch-1 | Tom Christie | |
| fixed typo (wrong "its") | |||
| 2014-02-02 | fixed typo (wrong "its") | Jeff Fein-Worton | |
| 2014-02-01 | Merge pull request #1381 from meoooh/master | Tom Christie | |
| just little bit modify | |||
| 2014-02-01 | Update fields.md | meoooh | |
| 2014-01-31 | Merge pull request #1379 from bodylabs/exception_example | Tom Christie | |
| Fix doc for custom exception sample | |||
| 2014-01-31 | Fix doc for custom exception sample | Paul Melnikow | |
| 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. | |||
| 2014-01-31 | Merge pull request #1377 from Ian-Foote/force_bytes | Tom Christie | |
| Import force_bytes on django >= 1.5 | |||
