| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| admin | ||
| filters | ||
| horizontal | ||
| inline | ||
| pagination | ||
| vertical | ||
| admin.html | ||
| api.html | ||
| base.html | ||
| login.html | ||
| login_base.html | ||
| raw_data_form.html |
In commit 5392be4d, there was a change made when cleaning up the template for the API listing that caused 2 spaces to appear before every header item (except the first) and before the first line of the body of the response. This meant that it often looked like: HTTP 200 OK Allow: GET, OPTIONS Content-Type: application/json Vary: Accept { "key": "value", "key2": "value2" } This change removes those leading spaces, so that it will now look like: HTTP 200 OK Allow: GET, OPTIONS Content-Type: application/json Vary: Accept { "key": "value", "key2": "value2" }
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| admin | Loading commit data... | |
| filters | Loading commit data... | |
| horizontal | Loading commit data... | |
| inline | Loading commit data... | |
| pagination | Loading commit data... | |
| vertical | Loading commit data... | |
| admin.html | Loading commit data... | |
| api.html | Loading commit data... | |
| base.html | Loading commit data... | |
| login.html | Loading commit data... | |
| login_base.html | Loading commit data... | |
| raw_data_form.html | Loading commit data... |