aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/renderers.py
AgeCommit message (Expand)Author
2014-11-20Fix rendering HTML form when API error raised. Closes #2103.3.0-betaTom Christie
2014-11-20Py3 fix - .items is not a list.Tom Christie
2014-11-20Resolve PUT and POST buttons in browsable APITom Christie
2014-11-18Add comment ref #2089Tom Christie
2014-11-18Only pass instance to form for PUT and PATCH. Closes #2073.Tom Christie
2014-11-13Use select inputs for relationships. Closes #2058.Tom Christie
2014-11-07Fix initial data on serializers to reflect writable fieldsTom Christie
2014-11-07Prevent re-running deserialization. Closes #1975.Tom Christie
2014-10-30Ensure json.dumps(separators=...) works on both 2.x and 3.xTom Christie
2014-10-16TweakTom Christie
2014-10-15Support fields that reference a simple callableTom Christie
2014-10-15Reorganize to use template_pack in form renderingTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-01More forms supportTom Christie
2014-10-01First pass at HTML form renderingTom Christie
2014-09-26request.data attributeTom Christie
2014-09-12UNICODE_JSON and COMPACT_JSON settingsTom Christie
2014-09-02Add relations and get tests runningTom Christie
2014-08-29First passTom Christie
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Resolve linting issuesTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-11Refactor JSONRenderer slightly for easier overridingTom Christie
2014-04-10Allow unicode YAML dump with UnicodeYAMLRendererMiro HronĨok
2014-03-04Update documentation of render methods (obj to data)David Larlet
2014-02-26Display the media type of the API response on the browsable APIKeats
2014-01-31Use bytes BOUNDARY on django < 1.5Ian Foote
2013-12-09Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.Tom Christie
2013-10-02Fix rendering of forms and add error rendering on HTML formTom Christie
2013-10-02Serializers can now be rendered directly to HTMLTom Christie
2013-09-26Allow .template_name attribute specified on view. Closes #1000Tom Christie
2013-09-14Refs #1109 -- Update docs. Integrate changes from feedback.Tai Lee
2013-09-13Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.Tai Lee
2013-08-30Drop broken placeholder serializations.Tom Christie
2013-08-29Fix indenting on raw data formsTom Christie
2013-08-29Include serialized content in raw data form.Tom Christie
2013-08-29Add `override_method` context manager and cleanup.Tom Christie
2013-08-28Simplifying raw data renderering supportTom Christie
2013-08-27First hacky pass at displaying raw dataTom Christie
2013-08-23Extra docsTom Christie
2013-08-23Merge branch 'master' into html-form-rendererTom Christie
2013-08-23JSON responses should not include a charsetTom Christie
2013-08-23Adding standard renderer attributes and documentingTom Christie
2013-08-23Cleanup and dealing with empty form data.Tom Christie
2013-08-23First pass at HTMLFormRendererTom Christie
2013-08-17Improved view/description function settingChristopher Paolini
2013-06-29Added APIClient.authenticate()Tom Christie
2013-06-28Added APIRequestFactoryTom Christie
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie