django/tests/regressiontests/forms
Malcolm Tredinnick 356662cf74 Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359
See documentation in templates.txt and templates_python.txt for how everything
works.

Backwards incompatible if you're inserting raw HTML output via template variables.

Based on an original design from Simon Willison and with debugging help from Michael Radziej.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-14 12:58:53 +00:00
..
localflavor Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks, 2007-10-20 09:24:19 +00:00
__init__.py
error_messages.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
extra.py Fixed a Python 2.3 problem. 2007-11-04 02:08:15 +00:00
fields.py Fixed #5546: split form unit tests into manageable chunks. This isn't a perfect fix since the chunks aren't yet autodiscovered, but that shouldn't prevent checking this in. Thanks, Leo Soto. 2007-09-19 23:40:47 +00:00
forms.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
models.py Changed field to "def_date" from "date" in new tests from [6568] so we can run the test suite against Oracle again. Refs #4140. 2007-10-22 22:04:00 +00:00
regressions.py Removed an "XFAIL" marker that was accidentally hanging around since the 2007-10-27 06:23:19 +00:00
tests.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
util.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
widgets.py Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, 2007-10-22 13:13:12 +00:00