summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-04-28Changed Query.get_columns() to quote the 'AS' column names in an extra_select...Adrian Holovaty
2008-04-28Added the ability to pickle and unpickle QuerySets and Query classes.Malcolm Tredinnick
2008-04-28ValuesQuerySets (and subclasses) were inadvertently not caching their results.Malcolm Tredinnick
2008-04-28Made some types of nested update queries very slightly more efficient at theMalcolm Tredinnick
2008-04-28Allow Query objects to be values in query filters. This already existed forMalcolm Tredinnick
2008-04-28Fixed #7096 -- The simplifications in [7461] weren't complete. They brokeMalcolm Tredinnick
2008-04-28Fixed #3002 -- Fixed a problem with ordering by related models in the adminMalcolm Tredinnick
2008-04-28Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectlyMalcolm Tredinnick
2008-04-28Migrated _setup_query() docstring to AmericaAdrian Holovaty
2008-04-28Fixed a bug with the new QuerySet update() method where it wasn't committing ...Adrian Holovaty
2008-04-28Fixed #7097 -- dates() queries now work as expected with select_related() -- ...Adrian Holovaty
2008-04-27When retrieving a field by name, handle a missed case when the cache cannot beMalcolm Tredinnick
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-04-27Fixed #7093 -- Fixed a typo in the Russian translation. Thanks, Anossov.Malcolm Tredinnick
2008-04-26Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files.Malcolm Tredinnick
2008-04-26Fixed #7086 -- Updated the Romanian translation. Thanks, Mihai Damian.Malcolm Tredinnick
2008-04-26Fixed #7031 -- Added some missing plural forms to the French translation.Malcolm Tredinnick
2008-04-25Fixed #6917 -- Catalan translation clean upMarc Garcia
2008-04-18hr - croatian language - updated translationAljosa Mohorovic
2008-04-15Fixed #7012 -- Added a missing file for CSS backgrounds with right-to-leftMalcolm Tredinnick
2008-04-15Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well asMalcolm Tredinnick
2008-04-15Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz.Malcolm Tredinnick
2008-04-14Fixed #7013: Polish translation update from Piotr Lewandowski.Jarek Zgoda
2008-04-13Fixed #7013: Polish translation updated. Thank you, Piotr Lewandowski.Jarek Zgoda
2008-04-13Fixed #6433 -- Handle some varied PostgreSQL version strings (beta versions andMalcolm Tredinnick
2008-04-13Updated the inline help text for User.is_active.Malcolm Tredinnick
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-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-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-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-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-24Fixed #5531 -- Changes a while back meant we are handling import errors fromMalcolm Tredinnick
2008-03-24Fixed #6864 -- Handle Javascript i18n when the plural form expression returnsMalcolm 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