| Age | Commit message (Expand) | Author |
| 2007-03-22 | Fixed #3772 -- Minor fix to serialization docs. Thanks, SmileyChris. | Russell Keith-Magee |
| 2007-03-22 | Fixes #3212 -- Added code to test client to allow posting of multi-form value... | Russell Keith-Magee |
| 2007-03-22 | Added links to Textile, Markdown and ReST Wikipedia pages in docs/add_ons.txt | Adrian Holovaty |
| 2007-03-22 | Fixed #2351 -- Fixed problem with using ".count" attribute of QuerySets in | Malcolm Tredinnick |
| 2007-03-22 | Reduced the chances of session object collision. The window of opportunity is | Malcolm Tredinnick |
| 2007-03-21 | Fixed a mistaken import from the mysql backend that had snuck through. | Malcolm Tredinnick |
| 2007-03-21 | Added a mysql_old backend that matches the mysql backend prior to [4724]. This | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3745 -- Added Portugese (pt) translation. Thanks Nuno Mariz. | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3726 -- Updated Tamil (ta) translations. Thanks | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3720 -- Updated Turkish translations. Thanks Can Burak Çilingir. | Malcolm Tredinnick |
| 2007-03-20 | Added missing Polish translation file. | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3709 -- Updated Polish (pl) translation. Thanks Michal Chruszcz. | Malcolm Tredinnick |
| 2007-03-20 | Fixed #1984 -- Italian updates from Nicola Larosa. | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction with | Malcolm Tredinnick |
| 2007-03-20 | Fixed tests that broke after [4756]. | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbos... | Adrian Holovaty |
| 2007-03-20 | Fixed #3767 -- Added reason to Http404 exception raised in get_object_or_404 ... | Adrian Holovaty |
| 2007-03-20 | Fixed #3738 -- Minor inline documentation fix. Thanks, Simon. | Russell Keith-Magee |
| 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-18 | Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, 1, | Malcolm Tredinnick |
| 2007-03-16 | Cleaned up docs/databases.txt | Adrian Holovaty |
| 2007-03-16 | Tightened docs/i18n.txt change from [4707] | Adrian Holovaty |
| 2007-03-16 | Small tweaks to docstrings from [4700] | Adrian Holovaty |
| 2007-03-16 | Tightened change to docs/model-api.txt from [4692] | Adrian Holovaty |
| 2007-03-16 | Tightened change to docs/contributing.txt from [4689] so that the action come... | Adrian Holovaty |
| 2007-03-16 | Fixed spelling of initializing in datastructures.py comment | Adrian Holovaty |
| 2007-03-16 | Fixed typo in docs/distributions.txt. Thanks, Rick v H | Adrian Holovaty |
| 2007-03-16 | Fixed small typo in docs/django-admin.txt. Thanks, Cort | Adrian Holovaty |
| 2007-03-15 | Fixed typo in docstring of YAML serializer. | Russell Keith-Magee |
| 2007-03-15 | Added implementation of --indent for the XML serializer. | 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 | Added various fixes to serializer implementations. Fixes mostly deal with han... | Russell Keith-Magee |
| 2007-03-13 | Added to_python implementation for NullBoolean Fields. This was required for ... | 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-12 | Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer... | Jacob Kaplan-Moss |
| 2007-03-12 | Fixed #1049 -- Documented the need to implement flatten_data() in some cases ... | Malcolm Tredinnick |
| 2007-03-12 | Added a note about serving admin media to the alternative server setup | Malcolm Tredinnick |
| 2007-03-12 | Fixed #3084 -- Fixed typo pointed out by Simon Greenhill. | Malcolm Tredinnick |
| 2007-03-12 | Fixed #3640 -- Improved error handling in views.i18n.set_language(). Thanks | Malcolm Tredinnick |
| 2007-03-12 | Fixed #3084 -- Documented that Django's core must be translated into a | Malcolm Tredinnick |
| 2007-03-12 | Undo an accidental change that creap in as a result of testing [4704]. | Malcolm Tredinnick |
| 2007-03-12 | Fixed #3705 -- Updated French translation from baptiste.goupil@gmail.com. | Malcolm Tredinnick |
| 2007-03-12 | Fixed #3410 -- Edited a few i18n markups for completeness and to remove some | Malcolm Tredinnick |
| 2007-03-11 | Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ... | Jacob Kaplan-Moss |
| 2007-03-11 | Fixed some i18n markup on date error messages. Thanks, Bastian Kleineidam. Refs | Malcolm Tredinnick |
| 2007-03-11 | Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, Jannis | Malcolm Tredinnick |
| 2007-03-10 | Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues. | Malcolm Tredinnick |