| Age | Commit message (Expand) | Author |
| 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 |
| 2007-03-31 | Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3847 -- Added validation support for Finnish social security numbers. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ... | Adrian Holovaty |
| 2007-03-29 | Fixed #3799 -- Added Lorem template tag for generation of random latin conten... | Russell Keith-Magee |
| 2007-03-27 | Fixed #3826: added a {% with %}. Thanks, SmileyChris. | Jacob Kaplan-Moss |
| 2007-03-25 | Fixed #3715 -- Added Japanese package to django.contrib.localflavor. Thanks, ... | Adrian Holovaty |
| 2007-03-25 | Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, Fa... | Adrian Holovaty |
| 2007-03-20 | Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T... | Russell Keith-Magee |
| 2007-03-19 | Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report... | Russell Keith-Magee |
| 2007-03-14 | Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also | Malcolm Tredinnick |
| 2007-03-13 | Added unit tests to fully check the performance of the serializer engines. | Russell Keith-Magee |
| 2007-03-09 | Fixed #3670 -- Fixed template argument parsing so that it understands negative | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3678 -- Implemented SortedDict.copy(). | Malcolm Tredinnick |
| 2007-03-08 | Fixed #3616 -- Added some more data structure tests from Chris McAvoy. | Malcolm Tredinnick |
| 2007-03-08 | Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in | Malcolm Tredinnick |
| 2007-03-06 | Fixed #3654 -- Fixed test failure from [4665]. | Malcolm Tredinnick |
| 2007-03-01 | Added a tearDown to the tests for #639 so that the "uploaded" image doesn't c... | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #2779: added a copy() method to MergeDict, along with some new tests fo... | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f... | Jacob Kaplan-Moss |
| 2007-02-26 | Modified the test from [4609] to use a FileField instead of an ImageField (so... | Jacob Kaplan-Moss |
| 2007-02-26 | Objects with FileFields no longer get save() called multiple times from the A... | Jacob Kaplan-Moss |
| 2007-02-26 | Updated the dispatch unit tests to be consistant with our coding style. | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3439: vastly improved the performance of django.dispatch (and added te... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3518: Added unit tests for the humanize filters. Major thanks to Jyrki... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #343: filters that take strings now handle non-strings correctly. Thank... | Jacob Kaplan-Moss |