| Age | Commit message (Expand) | Author |
| 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 | Small tweaks to docstrings from [4700] | Adrian Holovaty |
| 2007-03-16 | Fixed spelling of initializing in datastructures.py comment | 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 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 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 #3640 -- Improved error handling in views.i18n.set_language(). Thanks | 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 |
| 2007-03-10 | Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, Simon | Malcolm Tredinnick |
| 2007-03-10 | An improved version of the change attempted in [4693]: retain backwards | Malcolm Tredinnick |
| 2007-03-09 | Rolled back [4693] -- it seems to be breaking edit_inline all over the place.... | Jacob Kaplan-Moss |
| 2007-03-09 | Fixed a backwards-incompability problem with inline related form fields that I | Malcolm Tredinnick |
| 2007-03-09 | Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used for | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works | Malcolm Tredinnick |
| 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-09 | Fixed #3679 -- Added an option to compile localisation messages for a single | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3673 -- Added new Telugu (te) localisation. Thanks, pavithran s. | Malcolm Tredinnick |
| 2007-03-08 | Fixed #3663 -- Small update to French translation from Johann Queuniet. | Malcolm Tredinnick |
| 2007-03-08 | Fixed #3586 -- Only output "Vary: Cookie" HTTP header when the session object | Malcolm Tredinnick |
| 2007-03-08 | Fixed #3660 -- Swedish updates from mikko@sorl.net. | Malcolm Tredinnick |
| 2007-03-08 | Fixed #2315 -- Clarified that the available PostgreSQL timezone options may | Malcolm Tredinnick |
| 2007-03-08 | Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in | Malcolm Tredinnick |
| 2007-03-07 | Removed rsplit() usage for python2.3 compatibility. Refs #3625. | Malcolm Tredinnick |
| 2007-03-06 | Fixed #3647 -- Added small fixes to Spanish translation from Mario Gonzalez. | Malcolm Tredinnick |
| 2007-03-06 | Fixed #3655, #3656 -- Updated Swedish (sv) translations. Thanks, mikko@sorl.net. | Malcolm Tredinnick |
| 2007-03-05 | Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, jo... | Adrian Holovaty |
| 2007-03-02 | Fixed #3627 -- Made [4659] compatible with Python 2.3. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-03-02 | Added option to pretty-print dumped fixture output | Russell Keith-Magee |
| 2007-03-01 | Changed the postgres version getting code to use cursor.fetchone() instead of... | Jacob Kaplan-Moss |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-03-01 | Fixed #3614 -- Updated Finnish (fi) translation. Thanks, karsu. | Malcolm Tredinnick |
| 2007-02-28 | Reverted [4590] (changes to field label CSS) since it caused more problems th... | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-28 | Added a "depth" argument to select_related() to control how many "levels" of ... | Jacob Kaplan-Moss |
| 2007-02-28 | FIxed #1984 -- Updated Italian translation. Thanks Nicola Larosa. | Malcolm Tredinnick |
| 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 |