| Age | Commit message (Expand) | Author |
| 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 |
| 2007-02-21 | Added newforms USPhoneNumberField in django.contrib.localflavor.usa | Adrian Holovaty |
| 2007-02-21 | Added small newforms unit test | Adrian Holovaty |
| 2007-02-20 | Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice... | Adrian Holovaty |
| 2007-02-20 | Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla... | Adrian Holovaty |
| 2007-02-19 | Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu... | Adrian Holovaty |
| 2007-02-19 | Improved newforms to handle wacky characters in Field help_text | Adrian Holovaty |
| 2007-02-15 | Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No... | Adrian Holovaty |
| 2007-02-15 | Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u... | Adrian Holovaty |
| 2007-02-15 | Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455 | Adrian Holovaty |
| 2007-02-15 | Created django.contrib.localflavor, for country- and culture-specific functio... | Adrian Holovaty |
| 2007-02-15 | Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ... | Adrian Holovaty |
| 2007-02-15 | Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh | Adrian Holovaty |
| 2007-02-15 | Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ... | Adrian Holovaty |
| 2007-02-15 | Fixed #1466 -- Added newforms USZipCodeField | Adrian Holovaty |
| 2007-02-14 | Implemented subclassing Forms in newforms | Adrian Holovaty |
| 2007-02-13 | Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field... | Adrian Holovaty |
| 2007-02-13 | Fixed #3155 -- Allow an integer to be passed to the urlencode filter. Patch | Malcolm Tredinnick |
| 2007-02-13 | Fixed #2606 -- Added tag for working out the URL of a particular view function. | Malcolm Tredinnick |
| 2007-02-13 | Changed one of the named endblock tests to test that nesting in the wrong order | Malcolm Tredinnick |
| 2007-02-12 | Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensure | Malcolm Tredinnick |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |