| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-05 | Merge pull request #366 from jmagnusson/master | Tom Christie | |
| Support for Djangos caching framework, fixes #346 | |||
| 2012-11-04 | This accounts for none(null) values of rel.to when converting model fields ↵ | Osiloke Emoekpere | |
| from native | |||
| 2012-11-04 | Fix for bug #363: ChoiceField missing in renderers.py | Michael Shepanski | |
| 2012-11-04 | Remove `request' from response instance while | Jacob Magnusson | |
| testing caching | |||
| 2012-11-04 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework | Jacob Magnusson | |
| 2012-11-04 | Remove attributes that are not needed when caching | Jacob Magnusson | |
| the Response object. This fixes #346 | |||
| 2012-11-04 | Add tests for caching of GET/HEAD requests using | Jacob Magnusson | |
| Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable | |||
| 2012-11-04 | Added @jmagnusson. Thanks! | Tom Christie | |
| 2012-11-03 | Merge pull request #360 from jmagnusson/master | Tom Christie | |
| Tests for pull #358 "Return dictionaries as is" | |||
| 2012-11-03 | Added test for ModelSerializer Meta fields | Jacob Magnusson | |
| returning as expected | |||
| 2012-11-03 | Added test that makes sure that fields with | Jacob Magnusson | |
| dictionaries as data are returned as expected and not turned into string representations | |||
| 2012-11-03 | Bye bye star import | Jacob Magnusson | |
| 2012-11-02 | Update release notes | Tom Christie | |
| 2012-11-02 | Merge pull request #359 from tomchristie/relationship_tests | Tom Christie | |
| Relationship tests | |||
| 2012-11-02 | Merge pull request #358 from jmagnusson/master | Tom Christie | |
| Return dictionaries as is | |||
| 2012-11-02 | Tweaks | Tom Christie | |
| 2012-11-02 | foreign key tests | Tom Christie | |
| 2012-11-02 | Apply to_native on dictionary keys as well | Jacob Magnusson | |
| 2012-11-02 | Don't convert dictionary into a string representation | Jacob Magnusson | |
| 2012-11-02 | Initial PK relationship tests | Tom Christie | |
| 2012-11-02 | Fix issues with pk related fields in the browsable API.2.0.2 | Tom Christie | |
| 2012-11-01 | Remove accidental egg-info files | Tom Christie | |
| 2012-11-01 | gitignore *.egg-info | Tom Christie | |
| 2012-11-01 | Tweaks fields docs, and fix 2.0.1 version.2.0.1 | Tom Christie | |
| 2012-11-01 | Update release notes | Tom Christie | |
| 2012-11-01 | Merge pull request #357 from tomchristie/browseable-api-relationships | Tom Christie | |
| Relational field support in browseable API. | |||
| 2012-11-01 | Merge master | Tom Christie | |
| 2012-11-01 | Relational field support in browseable API. | Tom Christie | |
| Add slug relational fields. Add quickstart. | |||
| 2012-11-01 | Revert "Add django-filter (and django) requirement to setup.py." | Ben Konrath | |
| This reverts commit 5b399a844bfd07e94084bff84bbd9f98dbfef139. This has been reverted because it's not working properly. | |||
| 2012-11-01 | Add django-filter (and django) requirement to setup.py. | Ben Konrath | |
| 2012-11-01 | Add django-filter to tox.ini. | Ben Konrath | |
| 2012-11-01 | Use requirements.txt in Travis 'install'. | Ben Konrath | |
| 2012-11-01 | Change django-filter requirement to upstream version. | Ben Konrath | |
| This git revision has the django 1.3 compatibility pull request. | |||
| 2012-11-01 | Added @ottoyiu. Thanks! | Tom Christie | |
| 2012-11-01 | Merge pull request #351 from asfaltboy/fix_trans_choices | Tom Christie | |
| Return choices as unicode and not string | |||
| 2012-11-01 | Merge pull request #352 from asfaltboy/cleanup_MultipleObjectBaseView | Tom Christie | |
| cleanup MultipleObjectBaseView remains | |||
| 2012-11-01 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-11-01 | since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ↵ | Pavel Savchenko | |
| reason to complete the renaming in docs and comments as well. | |||
| 2012-11-01 | return choices as unicode and not string, | Pavel Savchenko | |
| might as well have jsonp return unicode | |||
| 2012-11-01 | Merge pull request #349 from ZestCore/master | Tom Christie | |
| Documentation Fix for Auth/Throttling API guide + 'from_native' bug | |||
| 2012-10-31 | fix 'from_native' method when rel is None | Otto Yiu | |
| 'NoneType' object has no attribute 'to' | |||
| 2012-10-31 | Fixing documentation on auth/throttling guides | Otto Yiu | |
| 2012-10-31 | PUT as create should return 201. Fixes #340. | Tom Christie | |
| 2012-10-31 | added support for custom slug field and kwargs | Stephan Groß | |
| without subclassing HyperlinkedRelatedField and overwriting slug_url_kwarg and slug_field there is no possibility to use other fields / arguments. now you can do something like this: url(r'^users/(?P<username>\w[\w-]*)$', UserInstance.as_view(), name='user-detail') class ProjectSerializer(serializers.HyperlinkedModelSerializer): created_by = serializers.HyperlinkedRelatedField(view_name='user-detail', slug_url_kwargs='username', slug_field='username') | |||
| 2012-10-31 | Merge pull request #345 from minddust/master | Tom Christie | |
| minor docs fix | |||
| 2012-10-31 | fixed typo | Stephan Groß | |
| 2012-10-31 | Merge pull request #344 from minddust/master | Tom Christie | |
| minor docs fix | |||
| 2012-10-31 | added missing semicolon | Stephan Groß | |
| 2012-10-31 | Added @asfaltboy. Thanks! | Tom Christie | |
| 2012-10-31 | Merge pull request #343 from asfaltboy/fix-docs | Tom Christie | |
| Fixing tutorials | |||
