| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-18 | Merge pull request #1641 from javins/login-title | Tom Christie | |
| Refactor login template to extend base. | |||
| 2014-08-05 | Remove duplicate class attributes | Jason Alan Palmer | |
| These duplicate attributes are ignored by at least Firefox and Chrome, so this change has no effect on the style | |||
| 2014-06-13 | Refactor login template to extend base. | Walt Javins | |
| While experimenting with extending DRF, I found that the login page 1) had no title, and 2) duplicated <head> info from base.html. This change adds a new {% block body %} to the base.html template which allows override of the entire html <body>. login_base.html has its duplicated head info stripped, and now extends base.html to share common html <head> templating. As part of this change, pretify.css is unnecessarily added to login_base.html. If this is deemed a problem, it will be easy to block that css out, and have login_base.html override the block. Ideally, I would have liked to create a new api_base.html that extends base.html, move the api specific logic into that template, and leave base.html content agnostic, to truely be a unifying base for all DRF pages. But this change would break current apps that override api.html and expect base.html to be the immediate super template. :/ This change is benificial because it: - removes duplication of header declarations (mostly css includes) - adds a html title to the login page - standardizes html header info across all DRF pages Docs are updated to reflect the new structure. | |||
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini | |||
| 2014-02-26 | Display the media type of the API response on the browsable API | Keats | |
| 2014-01-08 | Use www.django-rest-framework.org for docs instead of ↵ | Tom Christie | |
| django-rest-framework.org due to issues with naked domains | |||
| 2014-01-06 | Added "nofollow" against docs link. | Tom Christie | |
| 2013-12-13 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py | |||
| 2013-10-24 | Removed commented-out credits from footer to make django-debug-toolbar work. | Jakub Roztočil | |
| The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected. | |||
| 2013-10-16 | Allow to customize description so that markup can be accepted if needed. | Omer Katz | |
| 2013-10-02 | Fix rendering of forms and add error rendering on HTML form | Tom Christie | |
| 2013-10-02 | Serializers can now be rendered directly to HTML | Tom Christie | |
| 2013-09-25 | Drop 1.3 support | Tom Christie | |
| 2013-09-14 | Refs #1109 -- Update docs. Integrate changes from feedback. | Tai Lee | |
| 2013-09-13 | Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`. | Tai Lee | |
| Replace hard coded response status check with `allow_form` context variable, so that it can be overridden in a custom renderer class. | |||
| 2013-08-29 | Fix tab preferences on PUT forms | Tom Christie | |
| 2013-08-29 | Preserve tab preference in cookies. | Tom Christie | |
| 2013-08-23 | First pass at HTMLFormRenderer | Tom Christie | |
| 2013-08-12 | Fix PATCH button title in template | Yuri Prezument | |
| 2013-05-21 | Merge and styling fixes | Tom Christie | |
| 2013-05-18 | Initial commit of fix for ↵ | Mark McArdle | |
| https://github.com/tomchristie/django-rest-framework/issues/775 | |||
| 2013-05-13 | Remove trailing unmatched </div> in login_base.html template. Reformat ↵ | James Summerfield | |
| indentation and label all closing tags for consistency. | |||
| 2013-04-17 | extend base login template | forgingdestiny | |
| 2013-04-17 | add branding and style blocks | forgingdestiny | |
| 2013-04-04 | Added break_long_headers on templatetags and base template | glic3rinu | |
| 2013-02-22 | Polishing touches to #663 | Tom Christie | |
| 2013-02-20 | Minimal forms appearance improvements | Michael Elovskikh | |
| 2013-02-15 | Added tabs between object form and generic content form on POST form | Michael Elovskikh | |
| 2013-02-15 | POST form using new form.html template | Michael Elovskikh | |
| 2013-02-15 | Added tabs between object form and generic content form on PUT/PATCH form | Michael Elovskikh | |
| Some extra behaviour to `BrowsableAPIRenderer` to handle PATCH form. Added PATCH button on generic content PUT form. Tabs between object form and generic content form on PUT/PATCH form wich are both allways visible now. Fix #570 Refs #591 | |||
| 2013-02-06 | Fix mismatch between template blocks and docs. | Tom Christie | |
| Fixes #639. | |||
| 2013-01-28 | Login page styles fix. Closes #618. Made with :cookie: | Michael Elovskikh | |
| 2013-01-15 | correcting template: closing tag was missing | Johannes Spielmann | |
| 2012-12-30 | missing rest_framework templatetags for statics in login template | Sebastien Beal | |
| 2012-12-28 | Include 'static' template tag to enable 1.3 compatible staticfiles behaviour | Tom Christie | |
| 2012-12-27 | Replace get_static_prefix templatetag with static | Roman Akinfold | |
| so now static files urls in html view are correct if we use cloud storage to serve static files | |||
| 2012-11-01 | Merge master | Tom Christie | |
| 2012-11-01 | Relational field support in browseable API. | Tom Christie | |
| Add slug relational fields. Add quickstart. | |||
| 2012-10-29 | Style tweaks | Tom Christie | |
| 2012-10-29 | Fix up login styling | Tom Christie | |
| 2012-10-09 | Flesh out quickstart guide and make some style tweaks | Tom Christie | |
| 2012-10-09 | Fix browseable API form display error for authenticated permissions | Tom Christie | |
| 2012-10-09 | Added quickstart guide | Tom Christie | |
| 2012-10-05 | Added dabapps styling to html api | Max Hurl | |
| 2012-10-03 | Tweaks | Tom Christie | |
| 2012-10-03 | Tweak styling of browseable API | Tom Christie | |
| 2012-09-27 | Only display forms when user has permissions. #159 | Tom Christie | |
| 2012-09-25 | Tweak browseable API | Tom Christie | |
| 2012-09-20 | Clean up bits of templates etc | Tom Christie | |
| 2012-09-20 | Clean up template tags | Tom Christie | |
