| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-11 | Typo on api-guide/fields.md and serializers.py | Doğan Çeçen | |
| 2013-11-08 | Merge pull request #1217 from benpbenp/master | Tom Christie | |
| Fix object creation with reverse M2M when related_name unspecified | |||
| 2013-11-08 | Fix object creation with reverse M2M when related_name unspecified | Ben Pietravalle | |
| It seems that field.related_query_name() does not return the related_name for reverse M2M relations when related_name is not explicitly set in the M2M field definition. So, change to use obj.get_accessor_name(), where obj is an instance of RelatedObject, as are returned by a model's _meta.get_all_related_many_to_many_objects(), or as in the tuples returned by _meta.get_all_m2m_objects_with_model(). | |||
| 2013-11-08 | Fixed a regression with ValidationError under Django 1.6 | Xavier Ordoquy | |
| 2013-11-05 | Improve handling of 'empty' values for ChoiceField | Mathieu Pillard | |
| The empty value defaults back to '' (for backwards-compatibility) but is changed automatically to None for ModelSerializers if the `null` property is set on the db field. | |||
| 2013-10-17 | Merge pull request #1170 from craigds/write-into-foreignkey-with-source | Tom Christie | |
| fix writing into foreign key with non-null source | |||
| 2013-10-17 | Merge pull request #1112 from tamakisquare/issue-1111 | Tom Christie | |
| Test case and fix for issue 1111 | |||
| 2013-10-17 | Fix a docstring to reflect what the method does | Bruno Renié | |
| 2013-10-15 | [Fix]: Error with partial=True and validate_<name> | Colin Huang | |
| The error occurs when serializer is set with partial=True and a field-level validation is defined on a field, for which there's no corresponding update value in .data | |||
| 2013-10-11 | fix writing into foreign key with non-null source | Craig de Stigter | |
| 2013-10-10 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-10 | Ensure read-only fields don't break with current HTML renderer behavior | Tom Christie | |
| 2013-10-09 | Merge pull request #1071 from craigds/field-transform-methods | Carlton Gibson | |
| Feature: add transform_<fieldname> methods to serializers | |||
| 2013-10-02 | Fix rendering of forms and add error rendering on HTML form | Tom Christie | |
| 2013-10-02 | Serializers can now be rendered directly to HTML | Tom Christie | |
| 2013-09-20 | Clear cached serializer data on `save()` + test. Fixes #1116. | Carlton Gibson | |
| 2013-08-30 | Drop broken placeholder serializations. | Tom Christie | |
| 2013-08-29 | add transform_<fieldname> methods to serializers, which basically do the ↵ | Craig de Stigter | |
| opposite of validate_<fieldname> on a per-field basis. | |||
| 2013-08-28 | Simplifying raw data renderering support | Tom Christie | |
| 2013-08-27 | First hacky pass at displaying raw data | Tom Christie | |
| 2013-08-25 | Merge pull request #1058 from ericbuehl/master | Tom Christie | |
| parameterize identity field serializer class to allow for easier subclassing | |||
| 2013-08-23 | parameterize identity field class to allow for easier subclassing | Eric Buehl | |
| 2013-08-23 | Cleanup and dealing with empty form data. | Tom Christie | |
| 2013-08-23 | Merge branch 'display-nested-data' into html-form-renderer | Tom Christie | |
| 2013-08-23 | Tweaks to display nested data in empty serializers | Tom Christie | |
| 2013-08-12 | If null or blank - don't save the nested object | Yuri Prezument | |
| 2013-08-12 | Merge pull request #1030 from etos/patch-2 | Tom Christie | |
| Spelling correction on read_only_fields err msg | |||
| 2013-08-10 | Spelling correction on read_only_fields err msg | Dan Stephenson | |
| just spotted extras | |||
| 2013-08-10 | Spelling correction on read_only_fields err msg | Dan Stephenson | |
| 2013-07-26 | Fixed reversed arguments in assertion | Kevin Brown | |
| 2013-06-28 | Merge branch 'master' into writable-nested-modelserializer | Tom Christie | |
| 2013-06-26 | Use timezone aware datetimes with oauth2 provider, when supported. Closes #947. | Tom Christie | |
| 2013-06-17 | HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936 | Tom Christie | |
| 2013-06-05 | Merge master | Tom Christie | |
| 2013-06-03 | Merge pull request #900 from copitux/fix-validation-layer | Tom Christie | |
| Bugfix: Fix run validation layer with invalid data | |||
| 2013-06-02 | view_name argument to HyperlinkedModelSerializer is now properly enforced. ↵ | Tom Christie | |
| Closes #471 | |||
| 2013-05-31 | HyperlinkedModelSerializer lookup_field option should apply to ↵ | Tom Christie | |
| HyperlinkedIdentityField | |||
| 2013-05-29 | Bugfix: Fix run validation layer with invalid data | David Medina | |
| 2013-05-28 | Fixed typos | Pascal Borreli | |
| 2013-05-24 | Clean up OPTIONS implementation | Tom Christie | |
| 2013-05-24 | Merge branch 'issue-192-expose-fields-for-options' of ↵ | Tom Christie | |
| https://github.com/grimborg/django-rest-framework into improved-options-support | |||
| 2013-05-23 | simplified, moved field humanizing to Field. broken tests | Oscar Vilaplana | |
| 2013-05-21 | Merge and styling fixes | Tom Christie | |
| 2013-05-18 | Fix order for applying min_value to fields | Stephan Groß | |
| 2013-05-18 | Merge branch 'master' into mjtorn-master | Markus Törnqvist | |
| Conflicts: rest_framework/serializers.py rest_framework/tests/serializer.py Fixed conflicts | |||
| 2013-05-18 | Add min_value=0 to autogenerated Pos..IntFields | Stephan Groß | |
| 2013-05-18 | Rename has_user_through_model -> has_through_model | Tom Christie | |
| 2013-05-18 | Merge pull request #854 from ryankask/issue-775 | Tom Christie | |
| All relations pointing to ManyToManyFields should default to read-only | |||
| 2013-05-18 | Merge pull request #858 from minddust/fix_710 | Tom Christie | |
| Fix for #710 | |||
| 2013-05-18 | Update getattr | Stephan Groß | |
