aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2012-11-04Remove `request' from response instance whileJacob Magnusson
testing caching
2012-11-04Merge branch 'master' of git://github.com/tomchristie/django-rest-frameworkJacob Magnusson
2012-11-04Remove attributes that are not needed when cachingJacob Magnusson
the Response object. This fixes #346
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable
2012-11-04Added @jmagnusson. Thanks!Tom Christie
2012-11-03Merge pull request #360 from jmagnusson/masterTom Christie
Tests for pull #358 "Return dictionaries as is"
2012-11-03Added test for ModelSerializer Meta fieldsJacob Magnusson
returning as expected
2012-11-03Added test that makes sure that fields withJacob Magnusson
dictionaries as data are returned as expected and not turned into string representations
2012-11-03Bye bye star importJacob Magnusson
2012-11-02Update release notesTom Christie
2012-11-02Merge pull request #359 from tomchristie/relationship_testsTom Christie
Relationship tests
2012-11-02Merge pull request #358 from jmagnusson/masterTom Christie
Return dictionaries as is
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-02Initial PK relationship testsTom Christie
2012-11-02Fix issues with pk related fields in the browsable API.2.0.2Tom Christie
2012-11-01Remove accidental egg-info filesTom Christie
2012-11-01gitignore *.egg-infoTom Christie
2012-11-01Tweaks fields docs, and fix 2.0.1 version.2.0.1Tom Christie
2012-11-01Update release notesTom Christie
2012-11-01Merge pull request #357 from tomchristie/browseable-api-relationshipsTom Christie
Relational field support in browseable API.
2012-11-01Merge masterTom Christie
2012-11-01Relational field support in browseable API.Tom Christie
Add slug relational fields. Add quickstart.
2012-11-01Added @ottoyiu. Thanks!Tom Christie