| Age | Commit message (Expand) | Author |
| 2007-05-11 | Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict. | Malcolm Tredinnick |
| 2007-05-10 | Improved error reporting for assertions where there are no form errors, or a ... | Russell Keith-Magee |
| 2007-05-08 | Moved generic relations into django.contrib.contenttypes, since it depends on | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3753 -- Allow optional display of invalid variable name in | Malcolm Tredinnick |
| 2007-05-06 | Fixed comma splice in error message introduced in [5133] | Adrian Holovaty |
| 2007-05-01 | Fixed #4130 -- Added more self-explanatory error message when a typo is made in | Malcolm Tredinnick |
| 2007-05-01 | Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com. | Malcolm Tredinnick |
| 2007-04-28 | Renamed one test to avoid a name-clash with an earlier test of the same name. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #3698 -- Modified newforms labels to only add a colon if the label text... | Russell Keith-Magee |
| 2007-04-27 | Added tests for Brazilian CRPF field that were accidentally omitted in [5089]. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure we | Malcolm Tredinnick |
| 2007-04-27 | Renamed filter template tests to be in their own sequence. Makes it easier to | Malcolm Tredinnick |
| 2007-04-26 | Fixed inconsistent period usage in localflavor.br error messages from [5089] | Adrian Holovaty |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-26 | Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers) | Malcolm Tredinnick |
| 2007-04-26 | Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ... | Russell Keith-Magee |
| 2007-04-26 | Fixed #4122 -- Added Chilean localflavor. Thanks, marijn@metronomo.cl. | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ directory | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3543 -- Be a bit more tolerant of spaces following the comma | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed | Malcolm Tredinnick |
| 2007-04-24 | Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect... | Russell Keith-Magee |
| 2007-04-21 | Fixed #3749 -- Set the context correctly when using the "filter" template tag. | Malcolm Tredinnick |
| 2007-04-21 | Fixed #4098 -- fixed a syntax error when reporting errors in "with" template | Malcolm Tredinnick |
| 2007-04-17 | Fixed #3866 -- Added Italian Social Security and VAT input fields to localfla... | Russell Keith-Magee |
| 2007-04-17 | Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backe... | Russell Keith-Magee |
| 2007-04-10 | Fixed #3983 -- Fixed misspelled Delaware in localflavor unit tests | Adrian Holovaty |
| 2007-04-09 | Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'... | Adrian Holovaty |
| 2007-04-08 | Fixed #3876 -- Added Australian local flavour. Thanks, Matthew Flanagan. | Russell Keith-Magee |
| 2007-04-08 | Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us to... | Russell Keith-Magee |
| 2007-04-06 | Fixed inconsistent indentation in localflavor/de/forms.py from [4922] | Adrian Holovaty |
| 2007-04-06 | Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w... | Russell Keith-Magee |
| 2007-04-05 | Fixed #3931 -- Corrected a typo noticed by Jorge Gajon. | Malcolm Tredinnick |
| 2007-04-04 | Removed an umlaut, since our i18n support (creating PO files) doesn't work | Malcolm Tredinnick |
| 2007-04-04 | Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks, | Malcolm Tredinnick |
| 2007-04-04 | Fixed #3919 -- Added German identity card number validation to German | Malcolm Tredinnick |
| 2007-04-04 | Fixed #3897 -- Added German localflavor. Thanks, Jannis Leidel. | Malcolm Tredinnick |
| 2007-04-04 | Made django.utils.html.escape() work with unicode strings (and unicode-like | Malcolm Tredinnick |
| 2007-04-04 | Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful | Malcolm Tredinnick |
| 2007-04-03 | Negligible formatting changes to some recent commits | Adrian Holovaty |
| 2007-04-03 | Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet. | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3882 -- Changed error messages in Brazilian localflavor to be in | Malcolm Tredinnick |
| 2007-04-02 | Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case | Malcolm Tredinnick |
| 2007-04-01 | Added the ability to name URL patterns. Helps with disambiguity reverse matches. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them | Malcolm Tredinnick |
| 2007-04-01 | Negligible formatting change to humanize tests.py (from [4880]) | Adrian Holovaty |
| 2007-04-01 | Moved localflavor form tests into their own file. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre... | Russell Keith-Magee |
| 2007-03-31 | Fixed #3017 -- Added tests for humanize filter. | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.com | Malcolm Tredinnick |