| Age | Commit message (Collapse) | Author |
|
Backport of 4660ce5a6930e07899ed083801845ee4c44c09df from master
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
`action="."` strips query parameters from the URL which is not usually what
you want. Copy-paste coding of these examples could lead to difficult to
track down bugs or even data loss if the query parameter was meant to alter
the scope of a form's POST request.
|
|
Tests that require USE_I18N, LOGIN_URL or certain MIDDLEWARE_CLASSES
should be decorated appropriately.
|
|
|
|
|