aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2012-11-22First passing test under p3k \o/Xavier Ordoquy
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-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-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