| Age | Commit message (Expand) | Author |
| 2007-11-28 | Fixed #5890 -- fixed the far edge-case of allowing constant strings inside | Malcolm Tredinnick |
| 2007-11-28 | Fixed #5730: Conditionally escape widget contents in newforms to avoid | Malcolm Tredinnick |
| 2007-11-26 | Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `... | Gary Wilson Jr |
| 2007-11-25 | Added a few more tests for `MultiValueDict`. | Gary Wilson Jr |
| 2007-11-20 | Fixed #5983 -- Made iriencode filter respect safe strings. Patch from | Malcolm Tredinnick |
| 2007-11-19 | Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so... | Gary Wilson Jr |
| 2007-11-19 | Removed `vary_delim_re` in `django/utils/cache.py` in favor of existing `cc_d... | Gary Wilson Jr |
| 2007-11-18 | Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability... | Gary Wilson Jr |
| 2007-11-18 | Fixed #5969 -- Corrected a problem introduced in [6682]. | Malcolm Tredinnick |
| 2007-11-17 | Fixed a couple of chained filter tests that weren't demonstrating what they | Malcolm Tredinnick |
| 2007-11-17 | Fixed some missed auto-escaping and URL quoting cases in the urlize filter. | Malcolm Tredinnick |
| 2007-11-17 | Fixed a few problems with variable resolving inside of blocktrans tags. A cou... | Malcolm Tredinnick |
| 2007-11-17 | Translating safe strings should return a safe result. | Malcolm Tredinnick |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-17 | Fixed #4713 -- Fixed handling of _() in template tag arguments. Based on | Malcolm Tredinnick |
| 2007-11-14 | Content coming via {{ block.super }} is always going to be correctly escaped | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-11-13 | Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model... | Gary Wilson Jr |
| 2007-11-11 | Fixed #5898 -- Changed a few response processing paths to make things harder ... | Malcolm Tredinnick |
| 2007-11-11 | When using assertRedirect(), allow the caller to specify relative URLs and | Malcolm Tredinnick |
| 2007-11-09 | Corrected a couple comments in `model_forms` tests. | Gary Wilson Jr |
| 2007-11-07 | Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B... | Luke Plant |
| 2007-11-05 | Added the small changes necessary to make creating custom model fields easier. | Malcolm Tredinnick |
| 2007-11-04 | Added tests for `floatformat` template filter for number with non-zero decima... | Gary Wilson Jr |
| 2007-11-04 | Fixed a Python 2.3 problem. | Malcolm Tredinnick |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | Gary Wilson Jr |
| 2007-10-28 | Fixed #3457 -- Allow overridding of error messages for newforms Fields. | Gary Wilson Jr |
| 2007-10-27 | Removed an "XFAIL" marker that was accidentally hanging around since the | Malcolm Tredinnick |
| 2007-10-27 | Fixed an invalid URL specification. | Malcolm Tredinnick |
| 2007-10-26 | Committed missing file from [6608]. | Jacob Kaplan-Moss |
| 2007-10-26 | i18n security fix. Details will be posted shortly to the Django mailing lists... | Jacob Kaplan-Moss |
| 2007-10-22 | Changed field to "def_date" from "date" in new tests from [6568] so we can ru... | Matt Boersma |
| 2007-10-22 | Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, | Malcolm Tredinnick |
| 2007-10-22 | Fixed #5183 -- Added __deepcopy__, pop() and popitem() to SortedDict. Based on | Malcolm Tredinnick |
| 2007-10-21 | Fixed #3265 -- Made it a validation error to have field names with trailing | Malcolm Tredinnick |
| 2007-10-21 | Modified the test harness to respect the LANGUAGE_CODE setting. Also changed | Malcolm Tredinnick |
| 2007-10-21 | Fixed #2920 -- Removed _() from builtins. | Malcolm Tredinnick |
| 2007-10-21 | Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul... | Malcolm Tredinnick |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4831 -- Added an "add" cache key method, for parity with memcached's | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4123 -- Changed the firstof template tag to correctly handle a literal | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that | Malcolm Tredinnick |
| 2007-10-20 | Fixed #899 -- Use model field default values as formfield initial values in | Malcolm Tredinnick |
| 2007-10-20 | Changed newforms.CheckboxInput widget to return False as its value when not | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks, | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com and | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument | Malcolm Tredinnick |
| 2007-10-20 | Changed the auth_backend tests in a cosmteic fashion so that they pass under ... | Malcolm Tredinnick |
| 2007-10-14 | Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to... | Gary Wilson Jr |
| 2007-10-04 | Fixed #5641 -- Handle lazy translations correctly when used as default argume... | Malcolm Tredinnick |