aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Collapse)Author
2012-10-29Deal with None and missing valuesTom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-26WhitespaceTom Christie
2012-10-22#314 Fix for manytomany field being required in the payload even though the ↵Ian Strachan
field is specified as readonly in the serializer
2012-10-22Merge field changes: .default and .widgetTom Christie
2012-10-21Remove `initial` kwarg, add `default`.Tom Christie
2012-10-19Drop help_textTom Christie
2012-10-18First pass at pastebin tutorialTom Christie
2012-10-18Apply readonly on RelatedFieldTom Christie
2012-10-18Allow callables in dotted notation like Field(source='foo.bar')Tom Christie
2012-10-15Removed serializer.TextField and related testsJens Alm
2012-10-15Added TextField to recognized fieldsJens Alm
2012-10-09Remove Field handling relations/relationship managers - use ↵Tom Christie
RelatedField/ManyRelatedField instead
2012-10-08Fix issue where required fields were not being properly validated. Also ↵Tom Christie
make model fields with a default value be not required
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 ↵Tom Christie
hyperlinked relations
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 ↵Tom Christie
appropriate (fixes test)
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