| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-12 | fix test case to work with Python 3 and make it more explicit | Marlon Bailey | |
| 2013-05-11 | added support for multiple @action and @link decorators on a viewset, along ↵ | Marlon Bailey | |
| with a router testcase illustrating the failure against the master code base | |||
| 2013-05-10 | Unicode string fix | Tom Christie | |
| 2013-05-10 | SearchFilter and tests | Tom Christie | |
| 2013-05-10 | Move models into test modules, out of models module | Tom Christie | |
| 2013-05-08 | Fix deprecation warnings in relations_nested tests | Mark Aaron Shirley | |
| 2013-05-08 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Aaron Shirley | |
| writable-nested-modelserializer Conflicts: rest_framework/tests/relations_nested.py | |||
| 2013-05-08 | Test and fix for #814. | Tom Christie | |
| 2013-05-07 | Merge pull request #806 from wronglink/master | Tom Christie | |
| Added FileUploadParser | |||
| 2013-05-05 | Merge master | Tom Christie | |
| 2013-05-04 | Codebase improvements on FileUploadParser | Michael Elovskikh | |
| * Added docstrings. * Added `FileUploadParser.get_filename` to make it easier to override. * Added url kwargs filename detection step. * Updated tests corresponding to these changes. | |||
| 2013-05-03 | Tests for FileUploadParser | Michael Elovskikh | |
| 2013-05-01 | Example and spelling fixes. Change "browseable" to "browsable" for consistency. | Victor Shih | |
| 2013-04-30 | Merge master | Tom Christie | |
| 2013-04-30 | Drop out attribute | Tom Christie | |
| 2013-04-29 | Tweaks for preferring .queryset over .model | Tom Christie | |
| 2013-04-29 | fields shortcut on views | Tom Christie | |
| 2013-04-29 | 2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's ↵ | Tom Christie | |
| PendingDeprecationWarnings added. | |||
| 2013-04-27 | Changed DepthTest to have depth=2 | JC | |
| 2013-04-26 | DecimalField | Tom Christie | |
| 2013-04-23 | Merge remove-django-generics | Tom Christie | |
| 2013-04-23 | Ensure implementation of reverse relations in 'fields' is backwards compatible | Tom Christie | |
| 2013-04-18 | Fix model serializer nestesd delete behavior | Mark Aaron Shirley | |
| 2013-04-17 | Merge branch 'include_reverse_relations' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into include_reverse_relations | |||
| 2013-04-17 | Remove unneccessary tests from #789, and bit of cleanup. | Tom Christie | |
| 2013-04-16 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Aaron Shirley | |
| writable-nested-modelserializer Conflicts: docs/api-guide/serializers.md | |||
| 2013-04-15 | Return Decimal instance instead of string | Stephan Groß | |
| 2013-04-15 | Fix unicodes | Stephan Groß | |
| 2013-04-15 | Add DecimalField support | Stephan Groß | |
| 2013-04-14 | adding test case for generic view with overriden get_object() | Johannes Spielmann | |
| 2013-04-10 | First pass on automatically including reverse relationship | Tom Christie | |
| 2013-04-09 | Add lookup_kwarg | Tom Christie | |
| 2013-04-06 | one-many writable nested modelserializer support | Mark Aaron Shirley | |
| 2013-04-04 | Fix up view name/description tests | Tom Christie | |
| 2013-03-29 | Merge pull request #767 from tomchristie/fix-oauth2-token-only | Tom Christie | |
| Fix OAuth 2 token only | |||
| 2013-03-28 | Removed pagination regression special case for Django<1.4. Having ↵ | Kevin Stone | |
| DjangoFilterBackend return an actual query set fixes this issue. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-03-27 | Added unit test for failing DjangoFilterBackend on SingleObjectMixin that ↵ | Kevin Stone | |
| was resolved in b10663e02408404844aca4b362aa24df816aca98 Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-03-28 | Remove client credentials from all OAuth 2 tests | Pierre Dulac | |
| 2013-03-27 | Complete remove of client checks from oauth2 | Fernando Rocha | |
| Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-03-27 | client credentials should be optional (fix #759) | Fernando Rocha | |
| client credentials should only be required on token request Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-03-25 | Bulk update, allow_add_remove flag | Tom Christie | |
| 2013-03-25 | Cleanup one-one nested tests and implementation | Tom Christie | |
| 2013-03-23 | Added tests for issue 747 in serializer.py | Matteo Suppo | |
| 2013-03-22 | one-one writable nested modelserializers | Tom Christie | |
| 2013-03-22 | Defer the writable nested modelserializers work | Tom Christie | |
| 2013-03-22 | Merge master | Tom Christie | |
| 2013-03-22 | Merge pull request #744 from tomchristie/basic-bulk-edit | Tom Christie | |
| Basic bulk create and bulk update | |||
| 2013-03-22 | Bit of extra tidying and plenty of docs | Tom Christie | |
| 2013-03-22 | Test moved out of serializer.py into serializer_bulk_update | Tom Christie | |
| 2013-03-22 | Add extra tests for errors from incorrect data with multiple create/update | Tom Christie | |
