| Age | Commit message (Expand) | Author |
| 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 #3913 -- Fixed legacy/confusing 'mysite.settings.main' in docs/faq.txt | Adrian Holovaty |
| 2007-04-03 | Dropped the presumptive next release's number to 0.97 just so that nobody get... | Jacob Kaplan-Moss |
| 2007-04-03 | Bumped version number to 1.0-pre, so that we can tell it apart from the 0.96 | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in a | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel Alves | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet. | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3887 -- Fixed formatting error in docstring that was causing problems in | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3882 -- Changed error messages in Brazilian localflavor to be in | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3900 -- Included missing function in utils/translation/__init__.py. | Malcolm Tredinnick |
| 2007-04-02 | Delayed the reading of settings.USE_I18N until the first use of the i18n | Malcolm Tredinnick |
| 2007-04-02 | Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case | Malcolm Tredinnick |
| 2007-04-01 | Typo fix. | Malcolm Tredinnick |
| 2007-04-01 | Added support for SCGI and AJP. This is a piece that was missed in [4897]. Refs | Malcolm Tredinnick |
| 2007-04-01 | Added the ability to name URL patterns. Helps with disambiguity reverse matches. | Malcolm Tredinnick |
| 2007-04-01 | More ReST antics with docs/fastcgi.txt | Adrian Holovaty |
| 2007-04-01 | Fixed ReST error in docs/fastcgi.txt | Adrian Holovaty |
| 2007-04-01 | Edited faq.txt and fastcgi.txt changes from [4897] | Adrian Holovaty |
| 2007-04-01 | Fixed #3047 -- Updated fastcgi documentation to mention SCGI and AJP support. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3889 -- Fixed incorrect anchor in link. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them | Malcolm Tredinnick |
| 2007-04-01 | Negligible comment formatting change in django/db/models/base.py (from [4881]) | Adrian Holovaty |
| 2007-04-01 | Negligible formatting change to humanize tests.py (from [4880]) | Adrian Holovaty |
| 2007-04-01 | Edited docs/model-api.txt permalink changes from [4879] | Adrian Holovaty |
| 2007-04-01 | Documented HttpResponseBadRequest. Refs #3847 and [4867] | Adrian Holovaty |
| 2007-04-01 | Tweaked formatting so that comments are readable on 80-char terminals. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3879 -- Updated Norwegian social security validation rules. Thanks, | Malcolm Tredinnick |
| 2007-04-01 | Moved localflavor form tests into their own file. | Malcolm Tredinnick |
| 2007-04-01 | Fixed #2841 -- Clarified documentation on procedure for field validation. Tha... | Russell Keith-Magee |
| 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 #3540 -- Updated permalink documentation to fix an error and document how | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance(). | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3801 -- Added note about double-escaping Windows paths when configuring | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.com | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3879 -- Added Norwegian localflavor. Thanks bp@datakortet.no | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza. | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3473 -- Corrected access to get in manager (probably introduced as par... | Russell Keith-Magee |
| 2007-03-30 | Removed some trailing whitespace that had smuggled itself aboard in [4870]. | 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 #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr. | Malcolm Tredinnick |
| 2007-03-30 | Refactored the HttpResponse sub-classes so that adding a subclass that only | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3840 -- Attempted to clarify how to specify the settings file | Malcolm Tredinnick |