aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
AgeCommit message (Expand)Author
2014-11-07Fix up fieldset templates. Closes #2039Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Update to bootstrap 3. Closes #1085Tom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Reorganize to use template_pack in form renderingTom Christie
2014-10-15Drop template includesTom Christie
2014-10-09Use BoundField .name on fieldsTom 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-26[templates/rest_framework/base.html] Separate `object-form' and `generic-cont...Anton D. Kachalov
2014-09-05Merge pull request #1829 from cezar77/login-form-errorsTom Christie
2014-09-05Remove light gray bordering from the well with general message errorCezar Pendarovski
2014-09-05Place general error message in wellCezar Pendarovski
2014-09-05Change bootstrap class warning to errorCezar Pendarovski
2014-09-05Input fields get hightlighted if login fails and username is persistedCezar Pendarovski
2014-09-04General message error goes above submit buttonCezar Pendarovski
2014-09-04Error messages are displayed below the input fieldsCezar Pendarovski
2014-09-04Display validation errors on login formCezar Pendarovski
2014-09-03Moved li tags inside `optional_login`Carlton Gibson
2014-09-02Remove Login Dropdown when Auth Views are not registered.Carlton Gibson
2014-08-30Restore body block to base template.Daniel Roseman
2014-08-28Validation errors in the rendered HTML fixedCezar Pendarovski
2014-08-27Put all TextNodes (method names) back to same line with parent elementCezar Pendarovski
2014-08-25Merge remote-tracking branch 'upstream/master' into fix-1719Cezar Pendarovski
2014-08-22Fixed the issue with the non-draggable horizontal scrollbarCezar Pendarovski
2014-08-19Merge masterTom Christie
2014-08-18Merge pull request #1641 from javins/login-titleTom Christie
2014-08-05Remove duplicate class attributesJason Alan Palmer
2014-06-13Refactor login template to extend base.Walt Javins
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-02-26Display the media type of the API response on the browsable APIKeats
2014-01-08Use www.django-rest-framework.org for docs instead of django-rest-framework.o...Tom Christie
2014-01-06Added "nofollow" against docs link.Tom Christie
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
2013-10-24Removed commented-out credits from footer to make django-debug-toolbar work.Jakub Roztočil
2013-10-16Allow to customize description so that markup can be accepted if needed.Omer Katz
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-25Drop 1.3 supportTom 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-29Fix tab preferences on PUT formsTom Christie
2013-08-29Preserve tab preference in cookies.Tom Christie
2013-08-23First pass at HTMLFormRendererTom Christie
2013-08-12Fix PATCH button title in templateYuri Prezument
2013-05-21Merge and styling fixesTom Christie
2013-05-18Initial commit of fix for https://github.com/tomchristie/django-rest-framewor...Mark McArdle