aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2012-10-09Remove Field handling relations/relationship managers - use RelatedField/Many...Tom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also make...Tom Christie
2012-10-05Fix django 1.3 bugTom Christie
2012-10-05Add test for non-GET methods to api_view decoratorTom Christie
2012-10-05Fix view_name argument to HyperlinkedIdentityFieldTom Christie
2012-10-05Fix view_name argument to HyperlinkedIdentityFieldTom Christie
2012-10-05Add view_name argument to HyperlinkedIdentityFieldTom Christie
2012-10-04Fix for field to make it easier to access field relationshipsTom Christie
2012-10-04Minor fixesTom Christie
2012-10-04Initial tests for hyperlinked relationshipsTom Christie
2012-10-04TweaksTom Christie
2012-10-04Clean up field classesTom Christie
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...Tom Christie
2012-10-03M2M fields supportedTom Christie
2012-10-03Improve commentsTom Christie
2012-10-03Fix for empty form fieldsTom Christie
2012-10-03Fix for empty form fieldsTom Christie
2012-10-03Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as appropriat...Tom Christie
2012-10-03Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedFieldTom Christie
2012-10-02Added model form field -> serializer form field mappingTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Pagination supportTom Christie
2012-09-25Fix some bits of serializationTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie