| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-27 | support utf8 description | yetist | |
| 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-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-03-27 | Fix broken pygments test. | Marko Tibold | |
| 2012-02-29 | Fixes broken permissions-example. | Marko Tibold | |
| reverse takes `request` as a kwarg. | |||
| 2012-02-27 | Update docs/requirements.txt | Tom Christie | |
| 2012-02-24 | Added @shawnlewis. Thanks! | Tom Christie | |
| 2012-02-24 | Merge pull request #179 from shawnlewis/master | Tom Christie | |
| Okay, that looks good to me! | |||
| 2012-02-23 | Fix for #178. | Shawn Lewis | |
| Related serializers passed in via include now work as expected. | |||
| 2012-02-23 | Test for issue #178. | Shawn Lewis | |
| This failing test shows that the serializer implementation breaks when a related serializer is passed in via include rather than via fields. | |||
| 2012-02-23 | Version 0.4.0-dev | Tom Christie | |
| 2012-02-23 | Remove unused 'staticviews' | Tom Christie | |
| 2012-02-23 | Remove InstanceMixin auto-url magicks. | Tom Christie | |
| 2012-02-23 | reverse takes request as a kwarg for compatibility with django's reverse | Tom Christie | |
| 2012-02-22 | Properly catch MultiPartParserError during .parse() | Tom Christie | |
| 2012-02-22 | Added @tschan. Thanks! | Tom Christie | |
| 2012-02-22 | Merge pull request #176 from tschan/master | Tom Christie | |
| Add exception handling to the XML parser | |||
| 2012-02-22 | let the XML parser fail gracefully on malformed XML | Can Yavuz | |
| 2012-02-21 | Remove staticviews. Use standard login/logout | Tom Christie | |
| 2012-02-21 | Remove ADMIN_MEDIA_PREFIX everywhere | Tom Christie | |
| 2012-02-21 | Fix YAML parser bug | Tom Christie | |
| 2012-02-21 | reverse gets it's own module | Tom Christie | |
| 2012-02-21 | Update djangorestframework/views.py | Tom Christie | |
| 2012-02-21 | Added @izquierdo. Thanks! | Tom Christie | |
| 2012-02-21 | Merge pull request #175 from izquierdo/custom_reverse | Tom Christie | |
| Custom reverse() and drop set_script_prefix | |||
| 2012-02-21 | Implement `reverse_lazy()' | Daniel Izquierdo | |
| 2012-02-21 | Add a docstring for `reverse()' | Daniel Izquierdo | |
| 2012-02-21 | Include the `utils' module in the docs | Daniel Izquierdo | |
| 2012-02-21 | Add a HOWTO page for the custom `reverse()' | Daniel Izquierdo | |
| 2012-02-21 | Update examples to use the new custom `reverse()' | Daniel Izquierdo | |
| This fixes #167 except for the docs | |||
| 2012-02-21 | Update resources.py to use the new custom `reverse()' | Daniel Izquierdo | |
| 2012-02-21 | Implement a custom reverse that builds absolute URLs with a request object | Daniel Izquierdo | |
| 2012-02-21 | Pass the request object to `reverse' in the reverse tests | Daniel Izquierdo | |
| 2012-02-21 | Stop using set_script_prefix | Daniel Izquierdo | |
| 2012-02-21 | Move the new `reverse' function from urlresolvers to utils | Daniel Izquierdo | |
| 2012-02-21 | Test the custom reverse() function instead of the one provided by Django | Daniel Izquierdo | |
| 2012-02-21 | Create a custom reverse() function (not implemented yet) | Daniel Izquierdo | |
| 2012-02-21 | Gotta love dynamic languages | Tom Christie | |
