aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
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
2012-11-05Merge pull request #364 from mjs7231/masterTom Christie
2012-11-05Merge pull request #366 from jmagnusson/masterTom Christie
2012-11-04This accounts for none(null) values of rel.to when converting model fields fr...Osiloke Emoekpere
2012-11-04Fix for bug #363: ChoiceField missing in renderers.pyMichael Shepanski
2012-11-04Remove `request' from response instance whileJacob Magnusson
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
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
2012-11-04Added @jmagnusson. Thanks!Tom Christie
2012-11-03Merge pull request #360 from jmagnusson/masterTom Christie
2012-11-03Added test for ModelSerializer Meta fieldsJacob Magnusson
2012-11-03Added test that makes sure that fields withJacob Magnusson
2012-11-03Bye bye star importJacob Magnusson
2012-11-02Update release notesTom Christie
2012-11-02Merge pull request #359 from tomchristie/relationship_testsTom Christie
2012-11-02Merge pull request #358 from jmagnusson/masterTom 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-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
2012-11-01Merge masterTom Christie
2012-11-01Relational field support in browseable API.Tom Christie
2012-11-01Added @ottoyiu. Thanks!Tom Christie
2012-11-01Merge pull request #351 from asfaltboy/fix_trans_choicesTom Christie
2012-11-01Merge pull request #352 from asfaltboy/cleanup_MultipleObjectBaseViewTom Christie
2012-11-01since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ...Pavel Savchenko
2012-11-01return choices as unicode and not string,Pavel Savchenko
2012-11-01Merge pull request #349 from ZestCore/masterTom Christie
2012-10-31fix 'from_native' method when rel is NoneOtto Yiu
2012-10-31Fixing documentation on auth/throttling guidesOtto Yiu
2012-10-31PUT as create should return 201. Fixes #340.Tom Christie
2012-10-31Merge pull request #345 from minddust/masterTom Christie
2012-10-31fixed typoStephan Groß
2012-10-31Merge pull request #344 from minddust/masterTom Christie
2012-10-31added missing semicolonStephan Groß
2012-10-31Added @asfaltboy. Thanks!Tom Christie
2012-10-31Merge pull request #343 from asfaltboy/fix-docsTom Christie
2012-10-31using 'pk' in fields throws KeyErrorPavel Savchenko