| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-24 | Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559 | Carlton Gibson | |
| Conflicts: docs/topics/release-notes.md | |||
| 2014-06-24 | Added (first pass) notes to docs & release notes. Backed out ↵ | Carlton Gibson | |
| `SOUTH_MIGRATION_MODULES` setting from `rest_framework.settings` | |||
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini | |||
| 2014-06-12 | Fix accidental docs change | Tom Christie | |
| 2014-06-12 | Version 2.3.14 | Tom Christie | |
| 2014-06-10 | Fix #1614 - Corrected reference to serializers.CharField | Greg Barker | |
| 2014-06-02 | Fix typo in docs | Rodolfo Carvalho | |
| 2014-05-29 | Note on configuring TokenAuthentication | Tom Christie | |
| 2014-05-26 | Add the allow_add_remove parameter to the get_serializer method | khamaileon | |
| 2014-05-20 | Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value | Tom Christie | |
| Allow customising ChoiceField blank display value | |||
| 2014-05-20 | Document ChoiceField blank_display_value parameter | Ian Foote | |
| 2014-05-15 | Typo fix. | Giorgos Logiotatidis | |
| 2014-05-06 | Replaced singular "is" by plural "are" | Sylvain Bellemare | |
| 2014-05-06 | Removed unnecessary "that" | Sylvain Bellemare | |
| 2014-05-06 | Added missing "the" word | Sylvain Bellemare | |
| 2014-05-05 | Removed superfluous "./"s | Sylvain Bellemare | |
| 2014-05-05 | Added missing "the" word | Sylvain Bellemare | |
| 2014-05-05 | Added missing "to" word | Sylvain Bellemare | |
| 2014-05-01 | Updated the release-notes. | Xavier Ordoquy | |
| 2014-05-01 | Merge remote-tracking branch 'reference/2.4.0' into feature/pytest | Xavier Ordoquy | |
| Conflicts: rest_framework/runtests/urls.py tests/test_response.py tox.ini | |||
| 2014-04-30 | Merge remote-tracking branch 'reference/master' into feature/pytest | Xavier Ordoquy | |
| Conflicts: tests/test_serializer.py | |||
| 2014-04-30 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/serializers.py rest_framework/tests/test_authentication.py | |||
| 2014-04-30 | Merge pull request #1391 from kaygorodov/master | Xavier Ordoquy | |
| Turning off pagination | |||
| 2014-04-28 | typo | Laurent Bristiel | |
| 2014-04-28 | very minor typo in code example | dpetzel | |
| 2014-04-24 | Updated the release notes. | Xavier Ordoquy | |
| 2014-04-17 | Merge remote-tracking branch 'pelme/pytest' into feature/pytest | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/runtests/runtests.py tests/test_filters.py tests/test_pagination.py tox.ini | |||
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini | |||
| 2014-04-10 | Document new UnicodeYAMLRenderer | Miro Hrončok | |
| 2014-04-08 | Fix python syntax in filtering docs | Craig | |
| 2014-04-07 | replace page with page_size to avoide confusion | Dmitry Mukhin | |
| 2014-03-17 | Minor docs tweak | Tom Christie | |
| 2014-03-17 | Tweak DRF compound fields docs | Tom Christie | |
| 2014-03-16 | Serializer fields section for 3rd-party packages | Steven Cummings | |
| * Add new section to serializer fields page where we can list and link 3rd-party packages that provide more field types * Add an entry for drf-compound-fields | |||
| 2014-03-06 | Add SEARCH_PARAM and ORDERING_PARAM to settings | Peter Inglesby | |
| Fixes #1434 | |||
| 2014-03-06 | Version 2.3.132.3.13 | Tom Christie | |
| 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 | Adds HawkREST to 3rd party auth docs | Kumar McMillan | |
| 2014-02-28 | Fix trailing whitespace | Kumar McMillan | |
| Sorry, my editor does this automatically | |||
| 2014-02-28 | Fix link to tox | Kumar McMillan | |
| 2014-02-28 | strip trailing whitespace | Kumar McMillan | |
| my editor does this by default | |||
| 2014-02-28 | clarified which urls.py to edit | DanSears | |
| 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 | include djangorestframework-httpsignature in the docs | Elvio Toccalino | |
| 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-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 | 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 | |||
