| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-02 | Support for running the test suite with py.test | Andreas Pelme | |
| * Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test | |||
| 2014-02-28 | Merge pull request #1444 from DanSears/master | Tom Christie | |
| clarified which urls.py to edit | |||
| 2014-02-28 | clarified which urls.py to edit | DanSears | |
| 2014-02-28 | Merge pull request #1437 from Keats/master | Tom Christie | |
| Display the media type of the API response on the browsable API | |||
| 2014-02-28 | Merge pull request #1443 from silent1mezzo/patch-1 | Tom Christie | |
| Update Travis to test Django 1.6.2 | |||
| 2014-02-28 | Merge pull request #1441 from dustinfarris/null-serialization | Tom Christie | |
| TestCases and POST/PUT'ing serialized data that contains `None` | |||
| 2014-02-28 | Merge pull request #1440 from un33k/master | Tom Christie | |
| handle zero and negative available_requests | |||
| 2014-02-27 | handle negative time value and prevent a divide by zero | Val Neekman | |
| 2014-02-27 | Allow 'None' to pass as a null value in RelatedFields | Dustin Farris | |
| 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-26 | Display the media type of the API response on the browsable API | Keats | |
| 2014-02-26 | Demonstrate problem post/put'ing serialized data that contains 'None' | Dustin Farris | |
| 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. | |||
