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