summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-06-08Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ...Jacob Kaplan-Moss
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...Jacob Kaplan-Moss
2008-06-07Fixed #7342: Ignore any Meta options starting with '_', thus making it OK for...Jacob Kaplan-Moss
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Refs #7297 -- Corrected some doctest strings internal to the utils.text modul...Russell Keith-Magee
2008-06-06Fixed #7293 -- Corrected some doctests strings internal to the template modul...Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-06-06Fixed #7143 -- Modified the test client to better match (most) real browser b...Russell Keith-Magee
2008-06-05Fixed #6886: Tightened up ForeignKey and OneToOne field assignment. Specifica...Jacob Kaplan-Moss
2008-06-02Italian translation: fixes #7348, other small fixes. Thanks to BazzaniMarco.Nicola Larosa
2008-05-31Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...Jacob Kaplan-Moss
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2008-05-29Fixed #6950 -- Modified initialization of template loaders to use a temporary...Russell Keith-Magee
2008-05-29Fixed #7173 -- Corrected the caching of objects in reverse OneToOne relations...Russell Keith-Magee
2008-05-29Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks...Russell Keith-Magee
2008-05-29Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan.Russell Keith-Magee
2008-05-29Fixed #7306 -- Added missing import. Thanks, SmileyChris.Russell Keith-Magee
2008-05-26See r7553. Forgot to commit compiled translations.Ludvig Ericson
2008-05-26Updated Swedish translation.Ludvig Ericson
2008-05-26Refs #7305 Updated Spanish translation.Marc Fargas
2008-05-26Refs #7305, [7550] I meant, compile-messages.py -l ca .Marc Fargas
2008-05-26Ran make-messages.py -l ca, as somebody forgot on [7549]Marc Fargas
2008-05-26 * Closed an unclosed quote in Spanish translations.Ludvig Ericson
2008-05-18Added lots of local names, added a few missing translations, fixedNicola Larosa
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-05Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv.Ian Kelly
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-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