| Age | Commit message (Collapse) | Author |
|
Allow blank/null on radio.html choices
|
|
when next_url is none, big part of page html will be rendered under the <a href='#'> as it does not have a closing tag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
manage.py compress —force causes a warning here.
|
|
manage.py compress —force causes a warning here.
|
|
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`generic-content-form' IDs for POST and PUT forms
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
|
Display validation errors on login form
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as per https://github.com/tomchristie/django-rest-framework/pull/1820#discussion_r16987993
|
|
Fixes #1738
|
|
|
|
|
|
|
|
Conflicts:
rest_framework/templates/rest_framework/base.html
|
|
|
|
|