| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-02 | Don't have the ModelSerializer trust deserialized objects to not have ↵ | J. Paul Reed | |
| redefine bool()ean-ness. If the model we're using the ModelSerializer for has redefined methods that act as a boolean (__bool__ or __len__), it may not return the object even though it is_valid(), and should. | |||
| 2013-03-25 | Bulk update, allow_add_remove flag | Tom Christie | |
| 2013-03-22 | Defer the writable nested modelserializers work | Tom Christie | |
| 2013-03-22 | Merge master | Tom Christie | |
| 2013-03-22 | Bit of extra tidying and plenty of docs | Tom Christie | |
| 2013-03-22 | Add extra tests for errors from incorrect data with multiple create/update | Tom Christie | |
| 2013-03-19 | Basic bulk create and bulk update | Tom Christie | |
| 2013-03-18 | use writablefield style for serializer handling of self.default | Craig de Stigter | |
| 2013-03-18 | allow default values in writable serializer fields | Craig de Stigter | |
| 2013-03-18 | accept all WritableField kwargs for writable serializers (eg required=True) | Craig de Stigter | |
| 2013-03-16 | Fixes to save_object | Tom Christie | |
| 2013-03-16 | Fixes to save_object | Tom Christie | |
| 2013-03-16 | Clean up and comment `restore_object` | Tom Christie | |
| 2013-03-15 | Remove unneeded arguments to save_object | Tom Christie | |
| 2013-03-15 | Remove erronous _delete attribute | Tom Christie | |
| 2013-03-15 | Clean out ModelSerializer special casing from Serializer.field_from_native | Tom Christie | |
| 2013-03-15 | one 2 one nested relationships | Tom Christie | |
| 2013-03-14 | One-to-one writable, nested serializer support | Mark Aaron Shirley | |
| 2013-03-13 | force_insert, force_update arguments. Closes #484. | Tom Christie | |
| Confirmed by `assertNumQueries(…)` in tests. | |||
| 2013-03-12 | Descriptive text for NestedValidationError | Tom Christie | |
| 2013-03-12 | Initial support for writable nested serialization (Not ModelSerializer) | Tom Christie | |
| 2013-03-11 | Simplify inherited child check to not use isinstance | Mjumbe Wawatu Ukweli | |
| 2013-03-11 | Use parent's primary key when model is derived via multitable inheritance | Mjumbe Wawatu Ukweli | |
| 2013-03-09 | Serializers support bulk create. | 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-02-28 | Move ModelSerializer field_mapping into an attribute for easier overriding. | 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 | Fix and test case for #653 | Tom Christie | |
| Closes #653 | |||
| 2013-02-22 | Tests and fix for #666. | Tom Christie | |
| Closes #666. | |||
| 2013-02-14 | Added a serializer TimeField | Andreas Pelme | |
| 2013-02-14 | Drop accidental (uneeded) validation logic. | Tom Christie | |
| 2013-02-12 | Remove deprecated APIs from tests | Tom Christie | |
| 2013-02-12 | Raise warnings on implicit many serialization | 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-06 | Don't deprecate 'exclude' | Tom Christie | |
| Need to track outcome of Django's #19733, and decide on approach accordingly. | |||
| 2013-02-04 | Fix 2.6 compat | 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-31 | Serializers take `many=<bool>` argument. | Tom Christie | |
