| 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 #2363 -- Improved base class checking in ModelBase metaclass. Thanks to | Malcolm Tredinnick |
| 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-23 | Removed formatting from the select_related test title. | Jacob Kaplan-Moss |
| 2007-03-23 | Renumbered all the doctest examples so that they are ordered correctly on the... | Jacob Kaplan-Moss |
| 2007-03-22 | Fixes #3212 -- Added code to test client to allow posting of multi-form value... | Russell Keith-Magee |
| 2007-03-20 | Fixed tests that broke after [4756]. | Malcolm Tredinnick |
| 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-13 | Modified expected output of one fixture doctest to make it non unix-specific. | Russell Keith-Magee |
| 2007-03-13 | Modified the internal dumpdata implementation to return the dumped data, rath... | 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 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 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 |