| Age | Commit message (Expand) | Author |
| 2007-10-20 | Added "new in development version" marker for [6545]. | Malcolm Tredinnick |
| 2007-10-20 | Changed the way we handle HTTP headers internally so that they appear | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4724 -- Added support for configurable session cookie paths. Helps with | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5757 -- Updated Croation translation. Thanks, Aljosa Mohorovic. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5696 -- Updated Argentinean Spanish translation. Thanks, Ramiro Morales. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5694 -- Updated Hebrew translation. Thanks, Meir Kriheli. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks, | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5782 -- Fixed a small typo spotted by obeattie. | Malcolm Tredinnick |
| 2007-10-20 | Fixed a markup problem in the docstring for the "if" tag. This was showing up | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'... | Malcolm Tredinnick |
| 2007-10-20 | Changed HttpResponse.get() to lower case the header value before looking it u... | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4854 -- Recommended the use of forward slashes even in Windows configu... | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5633, refs #5626: Change "Max OS X" to "Mac OS X" in tutorial01. | Matt Boersma |
| 2007-10-19 | Added default value for LOCALE_PATHS from [6530]. | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5658 -- Added a note to the top of the "for template authors" template... | Gary Wilson Jr |
| 2007-10-19 | Fixed #5666 -- Documented the `prefix` keyword argument for newforms. | Gary Wilson Jr |
| 2007-10-19 | Fixed #5747 -- Added missing file extension in flatpage documentation. Thank... | Gary Wilson Jr |
| 2007-10-19 | Fixed #5750 -- Documented `LOCALE_PATHS` setting, with a link to the internat... | Gary Wilson Jr |
| 2007-10-19 | Fixed docstring style. | Gary Wilson Jr |
| 2007-10-19 | Django coding style fixes. | Gary Wilson Jr |
| 2007-10-14 | Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, ... | Gary Wilson Jr |
| 2007-10-14 | Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to... | Gary Wilson Jr |
| 2007-10-14 | Added module docstring and corrected order of imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-10-13 | Removed unneeded use of `len()` in a couple expressions. | Gary Wilson Jr |
| 2007-10-13 | Removed an unused import and a duplicate import. | Gary Wilson Jr |
| 2007-10-13 | Removed trailing whitespace. | Gary Wilson Jr |
| 2007-10-13 | Added docstring to `copy_helper` function. | Gary Wilson Jr |
| 2007-10-13 | Removed unused itertools import and organized imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-10-13 | Some Django coding style fixes. | Gary Wilson Jr |
| 2007-10-13 | Fixed #5738 -- Fixed bug with defective Unicode strings in a URL | Adrian Holovaty |
| 2007-10-10 | Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm. | Russell Keith-Magee |
| 2007-10-07 | Documented the strings_only param to smart_unicode() and force_unicode(). | Malcolm Tredinnick |
| 2007-10-07 | Fixed an RST formatting typo. | Malcolm Tredinnick |
| 2007-10-07 | Fixed the note about charset encoding in PO files. It must be UTF-8 since [57... | Malcolm Tredinnick |
| 2007-10-06 | Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`. | Gary Wilson Jr |
| 2007-10-06 | Fixed typo in comment. | Gary Wilson Jr |
| 2007-10-04 | Corrected broken link to newforms unit tests in docs/newforms.txt | Adrian Holovaty |
| 2007-10-04 | Fixed #5641 -- Handle lazy translations correctly when used as default argume... | Malcolm Tredinnick |
| 2007-10-04 | Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287. | Malcolm Tredinnick |
| 2007-10-04 | Changed some Widget subclasses to be consistent about how they handle the pas... | Malcolm Tredinnick |
| 2007-10-04 | Added a __deepcopy__() method to the Widget class in order to avoid a number ... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4986 -- Fixed a logic bug from [6166]. | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4796. Fixed a problem when using i18n support for the first time -- in | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5554 -- Small update to German translation. | Malcolm Tredinnick |
| 2007-10-02 | Fixed #5656: Added a note about needing CREATE TRIGGER privileges | Ian Kelly |
| 2007-09-30 | Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch... | Russell Keith-Magee |
| 2007-09-28 | Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thank... | Jacob Kaplan-Moss |