summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-11-29Fixed #5989 -- Fixed a problem with values being incorrectly reused byMalcolm Tredinnick
2007-11-29Fixed #6014 -- More robust error handling when validating decimal fields.Malcolm Tredinnick
2007-11-29Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,Malcolm Tredinnick
2007-11-29Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces.Malcolm Tredinnick
2007-11-29Fixed #5909 -- Made the various django.contrib.comment models more robust inMalcolm Tredinnick
2007-11-29Fixed #5853 -- Added handling for a missing 'en' PO file in translation supportMalcolm Tredinnick
2007-11-29Updated the English PO and MO files.Malcolm Tredinnick
2007-11-29Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP headerMalcolm Tredinnick
2007-11-29Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch fromMalcolm Tredinnick
2007-11-29Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon.Malcolm Tredinnick
2007-11-29Fixed #4653 -- Improved the logic to decide when to include (and select asMalcolm Tredinnick
2007-11-29Fixed #3291 -- Allow calling get_absolute_url() with extra positional andMalcolm Tredinnick
2007-11-29Fixed #1291 -- Fixed a potential infinite loop for some URL constructions inMalcolm Tredinnick
2007-11-29Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049Malcolm Tredinnick
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-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-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-18Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...Gary Wilson Jr
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 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 #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