aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
AgeCommit message (Expand)Author
2015-03-16Merge pull request #2631 from Ins1ne/feature/issue-2559Tom Christie
2015-03-13fixed missing anchor closing tagmochawich
2015-03-07update vertical and inline layouts for radio choicesAider Ibragimov
2015-03-04Allow blank/null on radio.html choicesAider Ibragimov
2015-02-20Disable select field if no choices availableJosé Padilla
2015-01-22Add paging controlsTom Christie
2015-01-15Tweaks, and add pagination controls for offset/limit.Tom Christie
2015-01-14Include pagination control in browsable APITom Christie
2014-12-23Remove ‘/‘ from inside variable block {{ }}Andrew Seier
2014-12-23Remove commented code (warning during compression)Andrew Seier
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
2014-12-08Ported a couple of templates to Bootstrap 3.x.Loic Bistuer
2014-11-25Style tweaks to login template.Tom Christie
2014-11-25Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-25Lowercase HTML label tag. Refs #2121.Tom Christie
2014-11-21removed the whole footer sectionAndreas Bernacca
2014-11-21remove sponsored by dabappsAndreas Bernacca
2014-11-20Resolve PUT and POST buttons in browsable APITom Christie
2014-11-20Add --- null option for selects. Closes #2096.Tom Christie
2014-11-18List serializer no explicitly renders as 'not supported for HTML input'Tom Christie
2014-11-17Remove class='form-control' for file inputs. Closes #2065.Tom Christie
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