| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Clean up test case. | Ryan Kaskel | |
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Merge pull request #831 from brianz/master | Tom Christie | |
| Allow nested fields to be missing | |||
| 2013-05-18 | Moved test model into closer to the testcase | Pablo Recio | |
| 2013-05-18 | Merge branch 'master' into 725-blank-choice-dash | Pablo Recio | |
| Conflicts: rest_framework/tests/fields.py | |||
| 2013-05-18 | Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required | Pablo Recio | |
| 2013-05-18 | Merge pull request #694 from craigds/master | Tom Christie | |
| fix function names and dotted lookups for use in PrimaryKeyRelatedField | |||
| 2013-05-18 | add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and ↵ | Craig de Stigter | |
| HyperlinkedRelatedField. #694 | |||
| 2013-05-18 | serializers.Field respects ordering on dicts if it exists. Closes #832 | Tom Christie | |
| 2013-05-18 | add tests for related field source for HyperlinkedRelatedField. #694 | Craig de Stigter | |
| 2013-05-18 | add tests for related field source for RelatedField and ↵ | Craig de Stigter | |
| PrimaryKeyRelatedField. #694 | |||
| 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-16 | HyperlinkedIdentityField uses `lookup_field` kwarg. | Andy Freeland | |
| According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer | |||
| 2013-05-15 | Test and fix which closes #652. | Tom Christie | |
| 2013-05-14 | Base automatic filterset model on the queryset model. Fixes #834. | Tom Christie | |
| 2013-05-14 | Fix filter test renaming | Tom Christie | |
| 2013-05-14 | Merge branch 'master' of https://github.com/avinash240/django-rest-framework | Tom Christie | |
| 2013-05-14 | Added OrderingFilter | Tom Christie | |
| 2013-05-14 | Added OrderingFilter | Tom Christie | |
| 2013-05-14 | Rename filter tests | Tom Christie | |
| 2013-05-13 | Allow for missing non-required nested objects. | Brian Zambrano | |
| Serializer fields which are themselves serializers should not be required. Specifically, if a nested object is set to "required=False", it should be possible to serialize the main object and have the sub-object set to None/null. | |||
| 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 | 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-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-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 | |
