| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | add tests for related field source for RelatedField and ↵ | Craig de Stigter | |
| PrimaryKeyRelatedField. #694 | |||
| 2013-05-15 | Test and fix which closes #652. | 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-04-30 | Merge master | 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-10 | First pass on automatically including reverse relationship | 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 | Test moved out of serializer.py into serializer_bulk_update | Tom Christie | |
| 2013-03-21 | Default date/time fields now return python date/time objects again by default | Tom Christie | |
| 2013-03-19 | Basic bulk create and bulk update | Tom Christie | |
| 2013-03-08 | Py3k fixes. | Tom Christie | |
| 2013-03-08 | Tweak implementation, and use FormSet style errors | Tom Christie | |
| 2013-03-08 | Errors during deserializing lists now return a list of tuples with | Ian Dash | |
| index of bad item in data plus usual errors dict | |||
| 2013-03-01 | Add drf settings + output format + testcases | Stephan Groß | |
| 2013-02-27 | `assertEquals` -> `assertEqual` | Tom Christie | |
| 2013-02-26 | Changed AttributeError to AssertionError | Danilo Bargen | |
| 2013-02-25 | Show class name in exception message | Danilo Bargen | |
| 2013-02-25 | Improved exception message for missing serializer model meta option | Danilo Bargen | |
| 2013-02-22 | Fix and test for #645 | Tom Christie | |
| Yuck, pickle is weird. Closes #645. | |||
| 2013-02-22 | Formatting | Tom Christie | |
| 2013-02-21 | Add assertion in test | Yuri Prezument | |
| 2013-02-21 | Failing test case for #669 | Yuri Prezument | |
| 2013-02-12 | Test for None in 'dotted.source' component. | Tom Christie | |
| Closes #643. | |||
| 2013-02-12 | Unicode literal fix | Tom Christie | |
| 2013-02-12 | Test for #637. | Tom Christie | |
| 2013-02-12 | Remove deprecated APIs from tests | Tom Christie | |
| 2013-02-11 | Merge pull request #651 from fernandogrd/master | Tom Christie | |
| DictWithMetadata.__getstate__ was never called (Fix for 645) | |||
| 2013-02-11 | Make use o issubclass instead of isinstance (fix issue #645) | Fernando Rocha | |
| Because __mro__ is a list of classes and not instances. DictWithMetadata.__getstate__ was never called Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-02-07 | Allow serializers to handle dicts as well as objects. Fixes #447. | Tom Christie | |
| 2013-02-07 | Use new style of `required=<bool>` not `blank` or `null` | Tom Christie | |
| 2013-02-07 | Use new many=True relations style. | Tom Christie | |
| 2013-02-04 | Merge branch 'master' into 2.2 | Tom Christie | |
| 2013-02-04 | Fix incorrect test name. Fixes #635 | Tom Christie | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-04 | Merge branch 'py3k' into 2.2 | Tom Christie | |
| Conflicts: rest_framework/relations.py rest_framework/serializers.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_slug.py | |||
| 2013-02-01 | 3.2, 3.3 compat | 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-30 | Merge branch 'master' into many-fields | Tom Christie | |
| Conflicts: rest_framework/relations.py | |||
| 2013-01-28 | Ensure model field validation is performed for ModelSerializers with a ↵ | Tom Christie | |
| custom restore_object method. Fixes #623. | |||
| 2013-01-26 | Merge branch 'master' into many-fields | Tom Christie | |
| 2013-01-23 | Add separate test for failed custom validation | Stephan Groß | |
| 2013-01-21 | Add failed testcase for fieldvalidation | Stephan Groß | |
| 2013-01-18 | Starting migration from ManyField to Field(many=True) | Tom Christie | |
| 2013-01-04 | Validation errors instead of exceptions when serializers receive incorrect ↵ | Tom Christie | |
| types. Fixes #402. | |||
| 2013-01-03 | Merge pull request #541 from yprez/default_and_partial_serializers2 | Tom Christie | |
| Fix "default" values and partial serializers. Fixes #532. | |||
