aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/relations.py
AgeCommit message (Expand)Author
2014-11-13Refactor manyTom Christie
2014-11-13Use select inputs for relationships. Closes #2058.Tom Christie
2014-11-07Support dotted source on relational fieldsTom Christie
2014-11-05Pass through kwargs to both Serializer and ListSerializerTom Christie
2014-10-16Performance for PK fieldsTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-08Limit blank string -> None to just be on relational fieldsTom Christie
2014-10-08TweaksTom Christie
2014-10-08Tests for generic relationshipsTom Christie
2014-10-03Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-10-03Revert accidental stupidityTom Christie
2014-10-03Merge pull request #1921 from koordinates/fix-typosTom Christie
2014-10-03More spelling tweaksCraig de Stigter
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-10-02Browsable API tweaksTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-01More forms supportTom Christie
2014-10-01Use six.text_type instead of str everywhereTom Christie
2014-09-25Clean up bind - no longer needs to be called multiple times in nested fieldsTom Christie
2014-09-18ModelSerializer.create() to handle many to many by defaultTom Christie
2014-09-18First pass on ManyRelationTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-12Use Resolver404 instead of base ExceptionTom Christie
2014-09-12Tests for relational fields (not including many=True)Tom Christie
2014-09-12Clean up relational fields queryset usageTom Christie
2014-09-12to_internal_value() and to_representation()Tom Christie
2014-09-03More test passingTom Christie
2014-09-02Getting tests passingTom Christie
2014-09-02Add relations and get tests runningTom Christie
2014-08-29First passTom Christie
2014-08-29Remove `pk_url_field`, `slug_url_field`, `slug_field`.Tom Christie
2014-08-19Resolve linting issuesTom Christie
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-04-09Adds test that blank option is added when required=False on RelatedFieldsCarlton Gibson
2014-03-04Merge pull request #1442 from Anton-Shutik/masterTom Christie
2014-02-28RelatedField.get_default_value: return empty list if self.many==TrueAnton Shutik
2014-02-27Allow 'None' to pass as a null value in RelatedFieldsDustin Farris
2014-02-27RelatedField default value handling fixedAnton Shutik
2014-01-09Removed useless try/exceptXavier Ordoquy
2013-09-25Merge masterTom Christie
2013-08-31Handle case where obj=None in PKRelatedField.field_to_native()Yuri Prezument
2013-08-30Merge masterTom Christie
2013-08-23Cleanup and dealing with empty form data.Tom Christie
2013-08-23Tweaks to display nested data in empty serializersTom Christie
2013-06-27pending deprecations -> deprecatedTom Christie
2013-06-27Remove deprecated codeTom Christie
2013-06-04Test cases and fix for plain-list relationships (ie not queryset) Closes #878.Tom Christie
2013-06-02view_name argument to HyperlinkedModelSerializer is now properly enforced. C...Tom Christie
2013-05-31HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...Tom Christie
2013-05-29Added get_url hook to HyperlinkedIdentityField in line with HyperlinedRelated...Tom Christie