aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2012-12-11Fix broken nested fieldsTom Christie
2012-12-10Making sure the assert does not fail when required=False, read_only=TrueVenkat
2012-12-08Add null related field optionTom Christie
2012-12-08Fix for emptystring as nullable FKTom Christie
2012-12-07Support nullable FKs, with blank=TrueTom Christie
2012-12-06Merge pull request #470 from minddust/fix-#469Tom Christie
2012-12-04Added support for 'true'/'false' as valid boolean dataMichael Richards
2012-12-04fixed #469 - RegexField <--> BrowsableAPI BugStephan Groß
2012-11-29Merge branch 'custom-serializer-form-class' of https://github.com/ludwigkraat...Marko Tibold
2012-11-22Merge pull request #441 from dbachrach/masterTom Christie
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21partial argument should override requiredMark Aaron Shirley
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
2012-11-20Add support for partial serializer updatesMark Aaron Shirley
2012-11-20Add widgets for DateField and DateTimeField.Dustin Bachrach
2012-11-20added RegexFieldStephan Groß
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Add support for min_length / max_length keywordsJacob Magnusson
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
2012-11-16Added URLField and SlugField.Marko Tibold
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...Marko Tibold
2012-11-14.to_native() now returns the file-name.Marko Tibold
2012-11-14Processed review comments.Marko Tibold
2012-11-14fixed some typosStephan Groß
2012-11-14Properly render file inputs in the Browsable api.Marko Tibold
2012-11-13Added a FileField and an ImageField (copied from django.forms.fields).Marko Tibold
2012-11-10Fixes #380Marko Tibold
2012-11-08Fields specify what FormFieldClass should be used by BrowsableApiRendererLudwig Kraatz
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