aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
2012-08-29Version 0.4.0Tom Christie
2012-08-25Django 1.5 breaks test client form encodingTom Christie
2012-08-25Make template url tags 1.5 compatibleTom Christie
2012-08-25Quote urls in templatesTom Christie
2012-08-25Updated sandbox linksTom Christie
2012-08-24Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-08-23Merge pull request #181 from flashingpumpkin/masterTom Christie
2012-08-21Merge pull request #236 from Memoto/masterTom Christie
2012-08-21Merge pull request #224 from ralphje/masterTom Christie
2012-08-21Merge pull request #229 from max-arnold/228-runtime-headTom Christie
2012-08-13Don't ever return the normal serializer again.Alen Mujezinovic
2012-08-10Allow template to be set on viewsSimon Pantzare
2012-07-27support utf8 descriptionyetist
2012-07-12remove remaining head() methodMax Arnold
2012-07-12patch View.head() only for django < 1.4Max Arnold
2012-07-12add View.head() method at runtime (should fix AttributeError: object has no a...Max Arnold
2012-07-12add_query_param should preserve previous querystringCamille Harang
2012-07-06Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns i...Ralph Broenink
2012-07-02Patch to enable Accept headers in Internet Explorer when an Ajax Library on t...Adam Ness
2012-06-28Don't bork if request attribute is not set.Tom Christie
2012-06-26Pass request to related serializersSean C. Farley
2012-05-22Merge pull request #210 from max-arnold/serialize-raw-querysetTom Christie
2012-05-22Allow RawQuerySet serializationMax Arnold
2012-04-11Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently.Marko Tibold
2012-03-20Don't return unknown field errors if allow_unknown_form_fields is TrueAlen Mujezinovic
2012-03-01Whoops. Adding the .parent attribute to the Serializer class brokeAlen Mujezinovic
2012-03-01Added a .parent attribute to the Serializer object for documentationAlen Mujezinovic
2012-03-01Maintain a reference to the parent serializer when descending down into fieldsAlen Mujezinovic
2012-02-23Fix for #178.Shawn Lewis
2012-02-23Test for issue #178.Shawn Lewis
2012-02-23Cleanup of reverse docsTom Christie
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-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-21Implement `reverse_lazy()'Daniel Izquierdo
2012-02-21Add a docstring for `reverse()'Daniel Izquierdo
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