| Age | Commit message (Expand) | Author |
| 2008-02-29 | Fixed #5811 -- Added an explicit conversion to unicode that was otherwise cau... | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5846 -- Bullet-proofed the default timezone encoding test. | Malcolm Tredinnick |
| 2008-02-29 | Updated a docstring on a couple of email functions to stop the complaints. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #6673 -- Updated Dutch translation from jdetaeye. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #6645 -- Updated Georgian translation from David Avsajanishvili. | Malcolm Tredinnick |
| 2008-02-28 | Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S... | Jacob Kaplan-Moss |
| 2008-02-27 | Removed an unnecessary default argument in one __deepcopy__() method and fixed | Malcolm Tredinnick |
| 2008-02-26 | Re-enable substring lookups for IP address fields in Postgres using HOST() Th... | Jacob Kaplan-Moss |
| 2008-02-26 | Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708 | Jacob Kaplan-Moss |
| 2008-02-26 | Added documentation about the "app.Model" relation syntax introduced by [7185] | Jacob Kaplan-Moss |
| 2008-02-26 | Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(... | Jacob Kaplan-Moss |
| 2008-02-26 | Fixed a missing __init__.py from [7153] | Jacob Kaplan-Moss |
| 2008-02-25 | Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S... | Jacob Kaplan-Moss |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-23 | Fixed #708 -- Fixed searching within IP fields on PostgreSQL. | Malcolm Tredinnick |
| 2008-02-23 | Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite without b... | Malcolm Tredinnick |
| 2008-02-22 | Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp... | Russell Keith-Magee |
| 2008-02-21 | Fixed #6627 -- Made dict.clear() work for SortedDicts. | Malcolm Tredinnick |
| 2008-02-21 | Changed setup.py to work no matter where it is called from. We were previously | Malcolm Tredinnick |
| 2008-02-19 | Changed the name of the "ga" locale to "Irish" in the settings file. | Malcolm Tredinnick |
| 2008-02-19 | Fixed #6617 -- Added new Georgian (ka) translation from David Avsajanishvili. | Malcolm Tredinnick |
| 2008-02-19 | It makes sense that when you subclass an existing model field, you're often | Malcolm Tredinnick |
| 2008-02-19 | Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement... | Malcolm Tredinnick |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |
| 2008-02-18 | Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag... | Malcolm Tredinnick |
| 2008-02-18 | Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list. | Malcolm Tredinnick |
| 2008-02-18 | Fixed #6316 -- Updated FAQ link for one of our Python on Windows links. | Malcolm Tredinnick |
| 2008-02-16 | Made a bunch of small doc rewordings from changes over the past couple of weeks | Adrian Holovaty |
| 2008-02-15 | Removed a portion of the test suite that was a pain on Python 2.3. | Malcolm Tredinnick |
| 2008-02-15 | Made a bunch of tiny documentation formatting and typo fixes. | Malcolm Tredinnick |
| 2008-02-15 | Fixed #6607 -- Added a new Basque (eu) translation. Thanks ibonso@gmail.com. | Malcolm Tredinnick |
| 2008-02-15 | Trivial comment change in ModelFormMetaclass to better reflect what we are do... | Malcolm Tredinnick |
| 2008-02-15 | Tweaked [7098] to follow a more duck-typing approach. | Malcolm Tredinnick |
| 2008-02-14 | Modified [7112] to make things behave more in line with Python subclassing wh... | Malcolm Tredinnick |
| 2008-02-14 | Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that i... | Malcolm Tredinnick |
| 2008-02-14 | Fixed #6600 -- Corrected typos in contenttype documentation. | Russell Keith-Magee |
| 2008-02-14 | Updated the documentation for patterns() to note Python's 255 argument limit. | Malcolm Tredinnick |
| 2008-02-13 | Fixed #6596 -- Corrected minor typo in comment. Thanks, cbmeeks@gmail.com. | Russell Keith-Magee |
| 2008-02-13 | Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma. | Russell Keith-Magee |
| 2008-02-12 | Further clarification of help message for ./manage.py sqlall, this time using... | Russell Keith-Magee |
| 2008-02-12 | Clarified help message for ./manage.py sqlall | Russell Keith-Magee |
| 2008-02-08 | Fixed #6214 -- Added some small optimisations to model class initialisation. | Malcolm Tredinnick |
| 2008-02-08 | Fixed #6557 -- Updated Polish translation from Jarek Zgoda. | Malcolm Tredinnick |
| 2008-02-06 | Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). | Malcolm Tredinnick |
| 2008-02-05 | Fixed some PO files that contained invalid msgstr entries (marked them as fuzzy) | Malcolm Tredinnick |
| 2008-02-05 | Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to t... | Malcolm Tredinnick |
| 2008-02-04 | Fixed a simple TODO item in one error path of the "extends" tag. | Malcolm Tredinnick |
| 2008-02-04 | Fixed #5124 -- Added a reasonable error when "extends" is not the first templ... | Malcolm Tredinnick |
| 2008-02-04 | Fixed #6113 -- Added auto-escaping "safe" marking for the MultiWidget. Thanks... | Malcolm Tredinnick |