summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-28Testing once again -- sorry!.Jacob Kaplan-Moss
2007-11-28Testing again -- please ignore.Jacob Kaplan-Moss
2007-11-28Testing -- please ignore.Jacob Kaplan-Moss
2007-11-28Fixed #5890 -- fixed the far edge-case of allowing constant strings insideMalcolm Tredinnick
2007-11-28Fixed #5991 -- Marked the generated HTML for newforms.extra.SelectDateWidget asMalcolm Tredinnick
2007-11-28Fixed #5730: Conditionally escape widget contents in newforms to avoidMalcolm Tredinnick
2007-11-28Fixed an edge-case for auto-escaping: if the stringfilter decorator is used andMalcolm Tredinnick
2007-11-28Fixed #6015 -- Fixed a CSS escaping issue for admin's edit-inline.Malcolm Tredinnick
2007-11-28FIxed #5951 -- Updated Polish translation. Thanks, Jarek Zgoda.Malcolm Tredinnick
2007-11-26Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...Russell Keith-Magee
2007-11-26Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...Gary Wilson Jr
2007-11-25Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...Gary Wilson Jr
2007-11-25Added a few more tests for `MultiValueDict`.Gary Wilson Jr
2007-11-25Made `MultiValueDict`'s `get` and `getlist` method docstrings more descriptive.Gary Wilson Jr
2007-11-25Minor styling fix in `DotExpandedDict.__init__`.Gary Wilson Jr
2007-11-25Changed several hardcoding of `dict` method calls in `django.utils.datastruct...Gary Wilson Jr
2007-11-25In `MergeDict` class, changed variable names to not clash with `dict` builtin.Gary Wilson Jr
2007-11-23Corrected a docstring in django.test.TestCase to match the actual behavior.Russell Keith-Magee
2007-11-21Fixed #5981 -- Fixed failing regression test when using locmem cache backend....Gary Wilson Jr
2007-11-20Fixed #5983 -- Made iriencode filter respect safe strings. Patch fromMalcolm Tredinnick
2007-11-20Fixed #5976 -- Handle auto-escaping correctly for empty columns in admin changeMalcolm Tredinnick
2007-11-20Fixed #5974 -- Added autoescaping for source code lines and local variables inMalcolm Tredinnick
2007-11-20Fixed #5973 -- Fixed inadvertent allow_tags=True auto-escaping problem.Malcolm Tredinnick
2007-11-19Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so...Gary Wilson Jr
2007-11-19Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...Gary Wilson Jr
2007-11-19Fixed link to settings documentation in the i18n docs.Gary Wilson Jr
2007-11-19Made use of `EMPTY_VALUES` in `ModelChoiceField.clean()`.Gary Wilson Jr
2007-11-19Some minor changes to the `patch_vary_headers` function:Gary Wilson Jr
2007-11-19Made some stylistic changes in `GZipMiddleware` and added some notes about IE...Gary Wilson Jr
2007-11-19Removed `vary_delim_re` in `django/utils/cache.py` in favor of existing `cc_d...Gary Wilson Jr
2007-11-19Added *.pyc ignore.Gary Wilson Jr
2007-11-18Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...Gary Wilson Jr
2007-11-18Rewrote the section about writing autoescaping-aware filters, based on feedbackMalcolm Tredinnick
2007-11-18Fixed #5880 -- Fixed an XSS hole in the admin interface.Gary Wilson Jr
2007-11-18Fixed #5969 -- Corrected a problem introduced in [6682].Malcolm Tredinnick
2007-11-17Fixed #5960 -- Fixed some Python 2.3 incompatibilities.Malcolm Tredinnick
2007-11-17Fixed a couple of chained filter tests that weren't demonstrating what theyMalcolm Tredinnick
2007-11-17Fixed some missed auto-escaping and URL quoting cases in the urlize filter.Malcolm Tredinnick
2007-11-17Fixed a few problems with variable resolving inside of blocktrans tags. A cou...Malcolm Tredinnick
2007-11-17Translating safe strings should return a safe result.Malcolm Tredinnick
2007-11-17Fixed #5945 -- Treat string literals in template filter arguments as safeMalcolm Tredinnick
2007-11-17Fixed #4713 -- Fixed handling of _() in template tag arguments. Based onMalcolm Tredinnick
2007-11-15Fixed #5898 -- Updated docs for r6662, as pointed out by arien.Malcolm Tredinnick
2007-11-15Fixed #5892, #5930 -- Fixed some typos pointed out by ars@iki.fi and nickl.Malcolm Tredinnick
2007-11-15Fixed #5933 -- Updated Polish translation from Jarek Zgoda.Malcolm Tredinnick
2007-11-14Fixed #5944 -- Added safe string markings to admin error messages in one placeMalcolm Tredinnick
2007-11-14Documented the time-saver in flatpages: title and content are marked as safeMalcolm Tredinnick
2007-11-14Content coming via {{ block.super }} is always going to be correctly escapedMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-13Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model...Gary Wilson Jr