aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2012-11-10Fixes #380Marko Tibold
2012-11-07fixed typoStephan Groß
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06added slug support for HyperlinkedIdentityFieldStephan Groß
2012-11-06More defensive coding. Refs: #348Tom Christie
2012-11-06Respect false value defaults on WritableField. Fixes #377.Tom Christie
2012-11-06Allow slug_url_kwarg to be overidden by subclass. Fixes #373Tom Christie
2012-11-05slug_url_kwarg should default to same as slug_fieldTom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
2012-11-05fixed typoStephan Groß
2012-11-05added testcase for custom slug field in hyperlinkedrelatedfieldStephan Groß
2012-11-05`queryset` argument is now optional on writable model fields.Tom Christie
2012-11-05Merge remote-tracking branch 'upstream/master'Stephan Groß
2012-11-05Include queryset missing exception on writable SlugFieldTom Christie
2012-11-02Merge pull request #359 from tomchristie/relationship_testsTom Christie
2012-11-02TweaksTom Christie
2012-11-02foreign key testsTom Christie
2012-11-02Apply to_native on dictionary keys as wellJacob Magnusson
2012-11-02Don't convert dictionary into a string representationJacob Magnusson
2012-11-02Fix issues with pk related fields in the browsable API.2.0.2Tom Christie
2012-11-01Merge masterTom Christie
2012-11-01Relational field support in browseable API.Tom Christie
2012-10-31fix 'from_native' method when rel is NoneOtto Yiu
2012-10-31added support for custom slug field and kwargsStephan Groß
2012-10-30Raise nicer exception if queryset not Set on writable related field. Refs: #338Tom Christie
2012-10-30Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325Tom Christie
2012-10-30Allow use of absolute URLs when deserializing hyperlinked fieldsTom Christie
2012-10-30Merge pull request #335 from tomchristie/related-field-as-instanceTom Christie
2012-10-30Fix some typos.Marko Tibold
2012-10-29Fixes for urls with suffixesTom Christie
2012-10-29Deal with None and missing valuesTom Christie
2012-10-29Writable welated fields should return a model instance from .from_native(), n...Tom 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 f...Ian Strachan
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 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