| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-25 | Quote urls in templates | Tom Christie | |
| 2012-08-25 | Drop 2.5 testing from travis - not compatible with Django 1.5 | Tom Christie | |
| 2012-08-25 | Travis CI | Tom Christie | |
| 2012-08-25 | Updated sandbox links | Tom Christie | |
| 2012-08-25 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2012-08-25 | Removing 403 immediate response | Tom Christie | |
| 2012-08-25 | Add ParseError (Removing ImmediateResponse) | Tom Christie | |
| 2012-08-25 | Point Live examples to heroku. | Marko Tibold | |
| 2012-08-24 | Drop out resources & mixins | Tom Christie | |
| 2012-08-24 | Remove PermissionsMixin | Tom Christie | |
| 2012-08-24 | Remove RequestMixinx / ReponseMixin | Tom Christie | |
| 2012-08-24 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2012-08-24 | Fix broken example | Tom Christie | |
| 2012-08-23 | Merge pull request #181 from flashingpumpkin/master | Tom Christie | |
| Maintain a reference to the parent/root serializer | |||
| 2012-08-21 | Added @pilt - Thanks! | Tom Christie | |
| 2012-08-21 | Merge pull request #236 from Memoto/master | Tom Christie | |
| Allow views to specify what template to use | |||
| 2012-08-21 | Update AUTHORS | Tom Christie | |
| Added @max-arnold, @ralphje. Thanks folks! | |||
| 2012-08-21 | Merge pull request #224 from ralphje/master | Tom Christie | |
| Modify 415 error content | |||
| 2012-08-21 | Merge pull request #229 from max-arnold/228-runtime-head | Tom Christie | |
| add View.head() method at runtime (issue #228) | |||
| 2012-08-13 | Don't ever return the normal serializer again. | Alen Mujezinovic | |
| 2012-08-10 | Allow template to be set on views | Simon Pantzare | |
| 2012-07-28 | Added @yetist | Tom Christie | |
| 2012-07-28 | Merge pull request #234 from yetist/master | Tom Christie | |
| support utf8 description | |||
| 2012-07-27 | support utf8 description | yetist | |
| 2012-07-12 | remove remaining head() method | Max Arnold | |
| 2012-07-12 | patch View.head() only for django < 1.4 | Max Arnold | |
| 2012-07-12 | add View.head() method at runtime (should fix AttributeError: object has no ↵ | Max Arnold | |
| attribute 'get') | |||
| 2012-07-12 | Merge pull request #227 from mammique/filter | Tom Christie | |
| add_query_param should preserve previous querystring | |||
| 2012-07-12 | add_query_param should preserve previous querystring | Camille Harang | |
| 2012-07-06 | Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns ↵ | Ralph Broenink | |
| its error in the 'detail' key instead of in the 'error' key (for consistency with all other errors). | |||
| 2012-07-03 | Added Adam Ness. Thanks! | Tom Christie | |
| 2012-07-03 | Merge pull request #223 from greylurk/ie-headers | Tom Christie | |
| Implements Accept headers from IE in the case describe in Issue 215 | |||
| 2012-07-02 | Patch to enable Accept headers in Internet Explorer when an Ajax Library on ↵ | Adam Ness | |
| the client (i.e. jQuery) is sending an XMLHttpRequest | |||
| 2012-06-28 | Don't bork if request attribute is not set. | Tom Christie | |
| 2012-06-28 | Merge pull request #219 from scfarley/related-serializers-2 | Tom Christie | |
| Pass request to related serializers | |||
| 2012-06-26 | Pass request to related serializers | Sean C. Farley | |
| Related serializers may need access to the request to properly serialize a child resource. For example, reverse() in djangorestframework.reverse uses request if available to return an absolute URL. While the parent resource has access to the request to generate the absolute URL, the child resource does not. | |||
| 2012-05-22 | Merge pull request #210 from max-arnold/serialize-raw-queryset | Tom Christie | |
| Small patch to allow RawQuerySet serialization | |||
| 2012-05-22 | Allow RawQuerySet serialization | Max Arnold | |
| 2012-05-11 | 1.4 Ain't alpha. | Tom Christie | |
| 2012-04-12 | Fix typo. | Marko Tibold | |
| 2012-04-11 | Use seuptools to be explicit about optional version-dependency of markdown. | Marko Tibold | |
| 2012-04-11 | Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently. | Marko Tibold | |
| 2012-04-11 | Merge work from sebpiq | Tom Christie | |
| 2012-04-11 | Merge with master | Tom Christie | |
| 2012-03-27 | Fix broken pygments test. | Marko Tibold | |
| 2012-03-20 | Don't return unknown field errors if allow_unknown_form_fields is True | Alen Mujezinovic | |
| 2012-03-01 | Whoops. Adding the .parent attribute to the Serializer class broke | Alen Mujezinovic | |
| getattr(self,'parent',self). This fixes it. | |||
| 2012-03-01 | Added a .parent attribute to the Serializer object for documentation | Alen Mujezinovic | |
| purposes | |||
| 2012-03-01 | Maintain a reference to the parent serializer when descending down into fields | Alen Mujezinovic | |
| 2012-02-29 | Fixes broken permissions-example. | Marko Tibold | |
| reverse takes `request` as a kwarg. | |||
