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