aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-27support utf8 descriptionyetist
2012-07-12Merge pull request #227 from mammique/filterTom Christie
add_query_param should preserve previous querystring
2012-07-12add_query_param should preserve previous querystringCamille Harang
2012-07-03Added Adam Ness. Thanks!Tom Christie
2012-07-03Merge pull request #223 from greylurk/ie-headersTom Christie
Implements Accept headers from IE in the case describe in Issue 215
2012-07-02Patch 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-28Don't bork if request attribute is not set.Tom Christie
2012-06-28Merge pull request #219 from scfarley/related-serializers-2Tom Christie
Pass request to related serializers
2012-06-26Pass request to related serializersSean 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-22Merge pull request #210 from max-arnold/serialize-raw-querysetTom Christie
Small patch to allow RawQuerySet serialization
2012-05-22Allow RawQuerySet serializationMax Arnold
2012-05-111.4 Ain't alpha.Tom Christie
2012-04-12Fix typo.Marko Tibold
2012-04-11Use seuptools to be explicit about optional version-dependency of markdown.Marko Tibold
2012-04-11Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently.Marko Tibold
2012-03-27Fix broken pygments test.Marko Tibold
2012-02-29Fixes broken permissions-example.Marko Tibold
reverse takes `request` as a kwarg.
2012-02-27Update docs/requirements.txtTom Christie
2012-02-24Added @shawnlewis. Thanks!Tom Christie
2012-02-24Merge pull request #179 from shawnlewis/masterTom Christie
Okay, that looks good to me!
2012-02-23Fix for #178.Shawn Lewis
Related serializers passed in via include now work as expected.
2012-02-23Test 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-23Version 0.4.0-devTom Christie
2012-02-23Remove unused 'staticviews'Tom Christie
2012-02-23Remove InstanceMixin auto-url magicks.Tom Christie
2012-02-23reverse takes request as a kwarg for compatibility with django's reverseTom Christie
2012-02-22Properly catch MultiPartParserError during .parse()Tom Christie
2012-02-22Added @tschan. Thanks!Tom Christie
2012-02-22Merge pull request #176 from tschan/masterTom Christie
Add exception handling to the XML parser
2012-02-22let the XML parser fail gracefully on malformed XMLCan Yavuz
2012-02-21Remove staticviews. Use standard login/logoutTom Christie
2012-02-21Remove ADMIN_MEDIA_PREFIX everywhereTom Christie
2012-02-21Fix YAML parser bugTom Christie
2012-02-21reverse gets it's own moduleTom Christie
2012-02-21Update djangorestframework/views.pyTom Christie
2012-02-21Added @izquierdo. Thanks!Tom Christie
2012-02-21Merge pull request #175 from izquierdo/custom_reverseTom Christie
Custom reverse() and drop set_script_prefix
2012-02-21Implement `reverse_lazy()'Daniel Izquierdo
2012-02-21Add a docstring for `reverse()'Daniel Izquierdo
2012-02-21Include the `utils' module in the docsDaniel Izquierdo
2012-02-21Add a HOWTO page for the custom `reverse()'Daniel Izquierdo
2012-02-21Update examples to use the new custom `reverse()'Daniel Izquierdo
This fixes #167 except for the docs
2012-02-21Update resources.py to use the new custom `reverse()'Daniel Izquierdo
2012-02-21Implement a custom reverse that builds absolute URLs with a request objectDaniel Izquierdo
2012-02-21Pass the request object to `reverse' in the reverse testsDaniel Izquierdo
2012-02-21Stop using set_script_prefixDaniel Izquierdo
2012-02-21Move the new `reverse' function from urlresolvers to utilsDaniel Izquierdo
2012-02-21Test the custom reverse() function instead of the one provided by DjangoDaniel Izquierdo
2012-02-21Create a custom reverse() function (not implemented yet)Daniel Izquierdo
2012-02-21Gotta love dynamic languagesTom Christie