django/tests/templates
Luke Plant 77974a684a Changed `action="."` to `action=""` in tests and docs.
`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.
2016-01-21 13:59:15 -05:00
..
comments Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
custom_admin Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). 2014-11-29 10:31:09 -05:00
views Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
base.html Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
extended.html Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
form_view.html Changed `action="."` to `action=""` in tests and docs. 2016-01-21 13:59:15 -05:00
login.html Changed `action="."` to `action=""` in tests and docs. 2016-01-21 13:59:15 -05:00