summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-13Fixed #7001 -- Updated the Simplified Chinese translation. Thanks, Liang Feng.Malcolm Tredinnick
2008-04-10Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead o...Ian Kelly
2008-04-10Fixed #6982; added an import statement to example in docs/modelforms.txt for ...James Bennett
2008-04-10Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold.Russell Keith-Magee
2008-04-08Another typo in docs/newforms.txtJames Bennett
2008-04-08Fix a minor typo in docs/newforms.txtJames Bennett
2008-04-05Fixed #6942 -- A few small updates to the Simplified Chinese translation.Malcolm Tredinnick
2008-04-05Fixed #6936 -- Updated Bulgarian translation. Thanks, Jordan Dimov and Vladis...Malcolm Tredinnick
2008-04-05Fixed #6910 -- Updated Brazilian Portugese translation from Guilherme M. GondimMalcolm Tredinnick
2008-04-04Fixed #6917 (patch 1 of 3) -- Fixing typos in catalan translationMarc Garcia
2008-03-30Fixed #6927: Corrected documentation describing when and why the auth applica...James Bennett
2008-03-30Remove an extraneous comma that I left behind in [7386], and clean up the wor...James Bennett
2008-03-30Clean up some awkwardness and confusion in the docs for ``ModelChoiceField``James Bennett
2008-03-30Spanish translation update.Marc Fargas
2008-03-29Translated string related to [7381] (and #6879) and couple of licalized langu...Jarek Zgoda
2008-03-29Django code styling fixes.Gary Wilson Jr
2008-03-29Fixed #6879 -- Made string in `contrib.flatpages` translatable, thanks ctroch...Gary Wilson Jr
2008-03-29Fixed #6890 -- Removed duplicate instruction to rename the `polls/detail.htm`...Gary Wilson Jr
2008-03-29Comment correction, `get_list` is now `filter`.Gary Wilson Jr
2008-03-29Closes #6895, Aplying corrections from Marc Barranco (thanks!) and a few more...Marc Fargas
2008-03-29Updating catalan translation, this commit is only a make-messages with update...Marc Fargas
2008-03-27Added inline Oracle tablespace SQL for unique_together constraints.Ian Kelly
2008-03-27[docs] OK, I give up.Jacob Kaplan-Moss
2008-03-27[docs] And even more svn:keywords fooling. Sorry about the timeline spam.Jacob Kaplan-Moss
2008-03-27[docs] more svn:keywords fooling... I can never figure out how this works.Jacob Kaplan-Moss
2008-03-27[docs] Added svn:keywords to docs/index.txtJacob Kaplan-Moss
2008-03-27Added the basics needed to build Django's docs using [http://sphinx.pocoo.org...Jacob Kaplan-Moss
2008-03-27Tiny reST fix to testing.txt.Jacob Kaplan-Moss
2008-03-26Removed the ado_mssql database backend.Malcolm Tredinnick
2008-03-25Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec...Adrian Holovaty
2008-03-25Fixed #6867 -- Added some missing DeprecationWarnings to db.models.fields.rel...Adrian Holovaty
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
2008-03-24Added a test for month selection under SQLite in case an old possible bug everMalcolm Tredinnick
2008-03-24Fixed #5531 -- Changes a while back meant we are handling import errors fromMalcolm Tredinnick
2008-03-24Fixed #6859 -- Greatly cleaned up the section on i18n pluralization inMalcolm Tredinnick
2008-03-24Fixed #6864 -- Handle Javascript i18n when the plural form expression returnsMalcolm Tredinnick
2008-03-24Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder.Malcolm Tredinnick
2008-03-23Fixed a problem in the backwards-compat abilities of the paginator. Calling c...Malcolm Tredinnick
2008-03-23Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail genericMalcolm Tredinnick
2008-03-21Fixed some styling issues in `django/core/mail.py`.Gary Wilson Jr
2008-03-21Noted an additional modification we have made to `make_msgid`.Gary Wilson Jr
2008-03-21Fixed #6835 -- Use cached FQDN when creating `smtplib.SMTP()` connection to a...Gary Wilson Jr
2008-03-21Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR.Gary Wilson Jr
2008-03-20Changed the indenting level on a couple of subsections, since they're notMalcolm Tredinnick
2008-03-20Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plusMalcolm Tredinnick
2008-03-20FIxed #6513 -- Handle overflows better in the floatformat filter. It's notMalcolm Tredinnick
2008-03-20Fixed #6825 -- Fixed the model_forms tests to also work on Windows by makingMalcolm Tredinnick
2008-03-20Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de factoMalcolm Tredinnick
2008-03-20Fixed #6486 -- Added local server time to the debug output page. Patch fromMalcolm Tredinnick
2008-03-20Forgot to commit a new file from [7328].Malcolm Tredinnick