| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Forms in Broseable API support dynamic serializers based on request method | Tom Christie | |
| 2013-05-17 | Fix PendingDeprecation warnings in tests | Tom Christie | |
| 2013-05-01 | Example and spelling fixes. Change "browseable" to "browsable" for consistency. | Victor Shih | |
| 2013-04-17 | Remove unneccessary tests from #789, and bit of cleanup. | Tom Christie | |
| 2013-04-14 | adding test case for generic view with overriden get_object() | Johannes Spielmann | |
| 2013-03-13 | force_insert, force_update arguments. Closes #484. | Tom Christie | |
| Confirmed by `assertNumQueries(…)` in tests. | |||
| 2013-03-08 | Add some simple numQueries tests. | Marc Tamlyn | |
| 2013-03-08 | Correcy typo. | Marc Tamlyn | |
| 2013-03-08 | GenericAPIView now applies filter_backend for list and retrieve api views | toran billups | |
| Before this commit only the MultipleObjectAPIView would apply a filter_backend, leaving the SingleObjectAPIView to return objects you might otherwise expect to have been filtered out. It's worth mentioning that when a SingleObjectAPIView makes a request for an object that should be excluded, a 404 is the expected result. | |||
| 2013-02-27 | `assertEquals` -> `assertEqual` | Tom Christie | |
| 2013-02-25 | Fixed misspelled remark in comments. | Omer Katz | |
| 2013-02-25 | Fixed misspelled remark in comments. | Omer Katz | |
| 2013-02-22 | Fix and test case for #653 | Tom Christie | |
| Closes #653 | |||
| 2013-02-22 | Tests and fix for #666. | Tom Christie | |
| Closes #666. | |||
| 2013-02-07 | Use new many=True relations style. | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-05 | deprecate simplejson | Juan Riaza | |
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-30 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework ↵ | Andrew Hankinson | |
| into patch-support | |||
| 2012-12-30 | Renaming DRFRequestFactory to RequestFactory | Andrew Hankinson | |
| Updated tests to reflect the new name. | |||
| 2012-12-20 | Adjust PATCH test cases to use the new DRFRequestFactory | Andrew Hankinson | |
| 2012-12-18 | Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks ↵ | Tom Christie | |
| to @n8agrin for the bug report. | |||
| 2012-12-17 | Fix bug with M2M in browseable API | Tom Christie | |
| 2012-12-16 | Adding PATCH support to Django REST Framework | Andrew Hankinson | |
| 2012-11-24 | Every (base) test should now pass with python3. | Xavier Ordoquy | |
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-10-31 | PUT as create should return 201. Fixes #340. | Tom Christie | |
| 2012-10-29 | Fix slug based put as create test | Tom Christie | |
| 2012-10-29 | PUT as create should return 200 | Tom Christie | |
| 2012-10-28 | Get the correct instance | Marko Tibold | |
| 2012-10-28 | test_put_as_create_on_id_based_url should check for a created-response. | Marko Tibold | |
| 2012-10-28 | Added wo tests. One for PUTing on a non-existing id-based url. And another ↵ | Marko Tibold | |
| for PUTing on a non-existing slug-based url. Fix doctoring for 'test_put_cannot_set_id'. | |||
| 2012-10-08 | Fix #285 | Tom Christie | |
| 2012-10-05 | Support PUT for create | Tom Christie | |
| 2012-10-04 | HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵ | Tom Christie | |
| hyperlinked relations | |||
| 2012-10-03 | Rename generic views | Tom Christie | |
| 2012-10-02 | Added model form field -> serializer form field mapping | Tom Christie | |
| 2012-10-02 | Add test to ensure that pk is readonly in PUT requests | Tom Christie | |
| 2012-10-02 | Fix bug where pk could be set in post data | Tom Christie | |
| 2012-10-01 | Expand pagination support, add docs | Tom Christie | |
| 2012-09-28 | Add more tests for generic views | Tom Christie | |
| 2012-09-28 | Add more tests for generic views | Tom Christie | |
| 2012-09-28 | Fix broken bits of generic views | Tom Christie | |
| 2012-09-28 | Get test-only models properly working | Tom Christie | |
