aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-11-07Version 2.1.12.1.1Tom Christie
2012-11-07Update release notesTom Christie
2012-11-07Make textareas in browseable API same width as everything elseTom Christie
2012-11-07Fix repeated breadcrumbs when optional trailing slash is usedTom Christie
2012-11-07Update release notesTom Christie
2012-11-07Make textareas in browseable API same width as everything elseTom Christie
2012-11-07Fix repeated breadcrumbs when optional trailing slash is usedTom Christie
2012-11-06Merge pull request #381 from minddust/masterTom Christie
fixed typo in html status code
2012-11-06fixed typoStephan Groß
2012-11-06fixed typo in html status codeStephan Groß
2012-11-06Merge pull request #379 from minddust/masterTom Christie
added changelog entry and fixed old one
2012-11-06fixed field nameStephan Groß
2012-11-06added changelog entry and fixed old oneStephan Groß
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06Use saner get_serializer signatureTom Christie
2012-11-06Update release notesTom Christie
2012-11-06Merge pull request #378 from minddust/masterTom Christie
slug support for HyperlinkedIdentityField
2012-11-06added slug support for HyperlinkedIdentityFieldStephan Groß
2012-11-06Added @tonimichel. Thanks!Tom Christie
2012-11-06Merge pull request #374 from tonimichel/masterTom Christie
Fixed AttributeError in ModelSerializer.save when ModelSerializer.restore_object is overwritten
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-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-05Update rest_framework/serializers.pyToni
fixed AttributeError in case restore_object is overwritten without explicitly setting self.m2m_data
2012-11-05TweaksTom Christie
2012-11-05Version 2.1.0. Adding release notes.2.1.0Tom Christie
2012-11-05Tweak related field docs now that queryset is no longer required.Tom Christie
2012-11-05slug_url_kwarg should default to same as slug_fieldTom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
support for passing custom slug options to HyperlinkedRelatedField
2012-11-05Merge pull request #371 from tomchristie/serializer-fixesTom Christie
Serializer fixes
2012-11-05Drop unneccesarily lenient dictionary-containing-instances serialization.Tom Christie
2012-11-05added docsStephan Groß
2012-11-05fixed typoStephan Groß
2012-11-05Fix broken linkTom Christie
2012-11-05Added @mjs7231 - Thanks!Tom Christie
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-05Tidy up serializer fields now we no longer use dynamic fieldsTom Christie
2012-11-05Add note on * importTom Christie
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-05Merge remote-tracking branch 'upstream/master'Stephan Groß
2012-11-05Include queryset missing exception on writable SlugFieldTom Christie
2012-11-05Update release notes.Tom Christie
2012-11-05Added @osiloke. Thanks!Tom Christie
2012-11-05Merge pull request #365 from osiloke/e74772b8a6d0d9d218946a6bc8411afe8e77e0bbTom Christie
Rare case where rel attribute of model field is None and DRF tries to return rel.to
2012-11-05Merge pull request #364 from mjs7231/masterTom Christie
Fix for bug #363: ChoiceField missing in renderers.py
2012-11-05Merge pull request #366 from jmagnusson/masterTom Christie
Support for Djangos caching framework, fixes #346
2012-11-04This accounts for none(null) values of rel.to when converting model fields ↵Osiloke Emoekpere
from native
2012-11-04Fix for bug #363: ChoiceField missing in renderers.pyMichael Shepanski