aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2013-01-03Drop unused private save_m2m flagTom Christie
2012-12-31Don't persist relation changes in ModelSerializer#restore_object()Mark Aaron Shirley
2012-12-31Relation fields move into relations.pyTom Christie
2012-12-29Support reverse FK creationTom Christie
2012-12-29Merge pull request #515 from yprez/blank_fields_issueTom Christie
2012-12-29Nested serializers now support nullable relationships, plus test. Fixes #384Tom Christie
2012-12-18Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...Tom Christie
2012-12-17Fix bug with M2M in browseable APITom Christie
2012-12-17blank=True fields are not required - fixes #514Yuri Prezument
2012-12-15ManyPrimaryKeyRelatedField now supports create for one-to-many reltoran billups
2012-12-15Fix model validation exclusions. Fixes #500. Fixes #506.Tom Christie
2012-12-14Ensure context is passed to dynamically added fields. Fixes #476.Tom Christie
2012-12-12Clean up field initialization. Fixes #497Tom Christie
2012-12-11Drop left over codeTom Christie
2012-12-11Fix broken nested fieldsTom Christie
2012-12-10get_excluded_fieldnames() should respect Meta options' ability to be either a...Marko Tibold
2012-12-08Add null related field optionTom Christie
2012-12-07Support nullable FKs, with blank=TrueTom Christie
2012-12-07Merge pull request #451 from markotibold/#431Tom Christie
2012-12-07Fix AttributeError caused by accessing a non-existing default_keys attribute.Marko Tibold
2012-12-06Merge pull request #477 from roberts81/masterTom Christie
2012-12-06Merge branch 'master' of https://github.com/tomchristie/django-rest-framework...Marko Tibold
2012-12-06cleaned up white space & docstring stylingBen Roberts
2012-12-05added tests and fix for unpickleable metadata in SortedDictWithMetadataBen Roberts
2012-11-30add traverse_related feature + tests (fixes issue#461)Pavel Savchenko
2012-11-27Added a get_excluded_fieldnames() method.Marko Tibold
2012-11-27Moved model validation from .perform_validation() to .validate()Marko Tibold
2012-11-22Merge pull request #439 from irrelative/masterTom Christie
2012-11-22Cleanup.Marko Tibold
2012-11-22Added _post_clean() behaviour by adding a .perform_model_validation() method.Marko Tibold
2012-11-22Remove unneeded and incorrect self referencejedavis83@gmail.com
2012-11-22More consistent iteration over default_fields, per feedback.jedavis83@gmail.com
2012-11-22Keep Serializer.fields API consistent while caching values.jedavis83@gmail.com
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
2012-11-20Cache all fields on serializer init, not just default fields.jedavis83@gmail.com
2012-11-20Merge pull request #433 from irrelative/masterTom Christie
2012-11-20Add support for partial serializer updatesMark Aaron Shirley
2012-11-20Fix related serializers with source argument that resolves to a callableJamie Matthews
2012-11-19Cache default fields per serializer instance for improved performancejedavis83@gmail.com
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
2012-11-16Added URLField and SlugField.Marko Tibold
2012-11-16Whoops … Drop pdbMarko Tibold
2012-11-16Fixes #421Marko Tibold
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...Marko Tibold
2012-11-14Processed review comments.Marko Tibold
2012-11-14fixed some typosStephan Groß
2012-11-13Added a FileField and an ImageField (copied from django.forms.fields).Marko Tibold
2012-11-13Fix broken depth argumentTom Christie
2012-11-09Support for `read_only_fields` on `ModelSerializer` classesTom Christie