summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-22Fixed documentation of 'description' option of Admin.fields to reflect actual...Luke Plant
2008-05-18Added lots of local names, added a few missing translations, fixedNicola Larosa
2008-05-17Fixed title underline lengthLuke Plant
2008-05-16Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twillLuke Plant
2008-05-16Simplified control flow for change made in r7535Luke Plant
2008-05-15Fixed bug in staff_member_required decorator for the case where users share a...Luke Plant
2008-05-14Updated catalan translation (1 add, 2 typos, a few wraps).Marc Fargas
2008-05-13Fixed #7212 -- Added `alters_data` attribute to `Model.save_base` method, tha...Gary Wilson Jr
2008-05-10Removed mark_safe from the saved request path on the admin login form. This p...Russell Keith-Magee
2008-05-08Added a bunch of missing svn:ignore properties for .pyc files. Thanks, guido@...Adrian Holovaty
2008-05-05Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv.Ian Kelly
2008-04-30Added 'Setting headers' and 'Telling the browser to treat the response as a f...Adrian Holovaty
2008-04-29Fixed an Oracle error on double negations in where conditions. Fixed #7111Ian Kelly
2008-04-29Undo [7474]. I didn't think it through nearly carefully enough.Malcolm Tredinnick
2008-04-28Changed Query.get_columns() to quote the 'AS' column names in an extra_select...Adrian Holovaty
2008-04-28Renamed a field in the queries test schema that was preventing the tests from...Ian Kelly
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-28Added a test to demonstrate the remaining problem in #7095.Malcolm 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-28Edited some docs/db-api.txt changesAdrian Holovaty
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-28Added some tests to modeltests/many_to_one that demonstrate a post-queryset-r...Adrian Holovaty
2008-04-27Made a bunch of spelling corrections.Malcolm Tredinnick
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-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