summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-03-04Fixed #6711 -- updated Polish translation from m.gajda@paranoja.plJarek Zgoda
2008-03-02First tekNico commit, Italian translation updatedNicola Larosa
2008-02-29Polish translation update, thanks lukasz.czyzykowski@gmail.comJarek Zgoda
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-26Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(...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-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 #6611 -- When copying a SortedDict, make a new copy of the keys list.Malcolm Tredinnick
2008-02-16Made a bunch of small doc rewordings from changes over the past couple of weeksAdrian Holovaty
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-13Fixed #6596 -- Corrected minor typo in comment. Thanks, cbmeeks@gmail.com.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
2008-02-04Allow whitespace prior to an "extends" tag. This allows a little more formatt...Malcolm Tredinnick
2008-02-04Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick
2008-02-03Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.Malcolm Tredinnick
2008-02-03Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. GoodMalcolm Tredinnick
2008-02-03Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, RamiroMalcolm Tredinnick
2008-02-03Fixed #6531 -- Updated Argentinean Spanish translation from Ramiro Morales.Malcolm Tredinnick
2008-02-03Fixed #6530 -- Updated Swedish translation form Mikko Hellsing.Malcolm Tredinnick
2008-02-03Fixed #6522 -- Updated Farsi translation. Thanks, cmorgh@gmail.com.Malcolm Tredinnick