summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-18Polish translation updatedJarek Zgoda
2009-03-18Fixed #10533 -- Worked around an apparent limitation of xgettext.Malcolm Tredinnick
2009-03-18Fixed #10530, #10527: added a couple more validation errors around `list_edit...Jacob Kaplan-Moss
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-03-17`ModelAdmin` validation now runs when using the `site.register(Model, **kwarg...Jacob Kaplan-Moss
2009-03-17Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an ...Jacob Kaplan-Moss
2009-03-17Fixed #10517 -- Corrected cache name for file-based cache tests so that the f...Russell Keith-Magee
2009-03-17Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks...Russell Keith-Magee
2009-03-16More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.Malcolm Tredinnick
2009-03-15Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Pau...Russell Keith-Magee
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2009-03-15Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee
2009-03-15Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2009-03-15Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-14Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th...Adrian Holovaty
2009-03-14Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Sc...Russell Keith-Magee
2009-03-14Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....Russell Keith-Magee
2009-03-13Fixed #10488: fixed DB cache backend test failures in Oracle.Ian Kelly
2009-03-13Fixed #10238: coerce TextField values to unicode in the oracle backend.Ian Kelly
2009-03-13Fixed a case where column aliases weren't being quoted properly.Ian Kelly
2009-03-13Prevented InsertQuery from appending a 'RETURNING' clause when it's not actua...Ian Kelly
2009-03-13Improved the error message in case of an invalid DATABASE_BACKEND to ignore '...Adrian Holovaty
2009-03-13Fixed #10487 -- Refactored the database-backend-selection logic into a functi...Adrian Holovaty
2009-03-12Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.Ian Kelly
2009-03-12Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee
2009-03-12Tweaked the dummy database backend initialisation.Malcolm Tredinnick
2009-03-12Fixed a problem from r10036. Fixed #10470.Malcolm Tredinnick
2009-03-12Fixed #10472 -- Fixed a race condition in reverse URL resolving.Malcolm Tredinnick
2009-03-12Fixed #10470 -- Fixed a race condition in middleware initialization.Malcolm Tredinnick
2009-03-12Fixed #10467 -- Fixed generated INSERT SQL for PostgreSQL 8.1 and earlier.Malcolm Tredinnick
2009-03-12Return last insert ID correctly when the feature is enabled.Malcolm Tredinnick
2009-03-12Slight refactoring of isolation setting from r10029.Malcolm Tredinnick
2009-03-11Fixed some breakages in the Oracle test database handling from r10026.Ian Kelly
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2009-03-11Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10...Russell Keith-Magee
2009-03-11Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.Malcolm Tredinnick
2009-03-11Fixed the django.contrib.gis test database creation as well.Malcolm Tredinnick
2009-03-11Fixed some breakages in the test database handling from r10026.Malcolm Tredinnick
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2009-03-10Refs #10443: Added Oracle to the #10443 regression test exemption, since we d...Ian Kelly
2009-03-10Added savepoint support to the Oracle backend, necessary per the thread at ht...Ian Kelly
2009-03-10Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM...Justin Bronn
2009-03-10Removed a FIXME from the queryset-refactor days.Malcolm Tredinnick
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-03-10Fixed #10439 -- Fixed a subtle test failure caused by r9994.Malcolm Tredinnick