| Age | Commit message (Expand) | Author |
| 2009-05-11 | Fixed #11050 -- Oracle now passes all but one introspection unit test. | Matt Boersma |
| 2009-05-11 | Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir... | Matt Boersma |
| 2009-05-11 | More fixes to PostgreSQL version comparisons from r10730. | Russell Keith-Magee |
| 2009-05-11 | Fixed #10953, #10955: proxies of proxies now work correctly, though I still d... | Jacob Kaplan-Moss |
| 2009-05-11 | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss |
| 2009-05-11 | Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t... | Russell Keith-Magee |
| 2009-05-10 | Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian... | Russell Keith-Magee |
| 2009-05-10 | Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s... | Russell Keith-Magee |
| 2009-05-10 | Fixed #10958 -- Corrected the setting of PostgreSQL isolation level. Thanks t... | Russell Keith-Magee |
| 2009-05-08 | Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor... | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks... | Jacob Kaplan-Moss |
| 2009-05-02 | Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ... | Russell Keith-Magee |
| 2009-04-30 | Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe... | Russell Keith-Magee |
| 2009-04-22 | Added a `QuerySet.ordered` property to check if a queryset is already ordered... | Jacob Kaplan-Moss |
| 2009-04-21 | Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey. | Matt Boersma |
| 2009-04-16 | Fixed #10833 -- Corrected load_backend so that it actually loads the requeste... | Russell Keith-Magee |
| 2009-04-13 | Fixed #9804 -- Corrected the introspection of sequence names. This was causin... | Russell Keith-Magee |
| 2009-04-13 | Fixed #10237 -- Corrected the handling of self-referential m2m fields when us... | Russell Keith-Magee |
| 2009-04-12 | Fixed #10716 -- Fixed a couple of typos in Oracle testing setup. | Malcolm Tredinnick |
| 2009-04-12 | Fixed #10692 -- Fixed DecimalField lookups for extreme values. | Malcolm Tredinnick |
| 2009-04-12 | Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour. | Malcolm Tredinnick |
| 2009-04-12 | Fixed #10071 -- Changed some internal database data representations. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10796 -- Corrected a pickling problem introduced by [10522]. Thanks to... | Russell Keith-Magee |
| 2009-04-11 | Fixed #10197 -- Corrected pickling of querysets when a subset of fields was s... | Russell Keith-Magee |
| 2009-04-11 | Fixed #10766 -- Raise an error when annotate() references another aggreagte()... | Russell Keith-Magee |
| 2009-04-11 | Fixed #10357 -- Fixed the "dbshell" command for Windows users. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10450 -- Fixed an initialisation problem in the savepoint code. | Malcolm Tredinnick |
| 2009-04-11 | Fixed BooleanFields being coerced null=True in Oracle. | Ian Kelly |
| 2009-04-10 | Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no... | Jacob Kaplan-Moss |
| 2009-04-09 | Fixed #10647: intermediary tables between two umanaged models are no longer c... | Jacob Kaplan-Moss |
| 2009-04-08 | Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a... | Russell Keith-Magee |
| 2009-04-04 | Fixed up the introspection code and tests added for #9779 to run under Python... | Karen Tracey |
| 2009-04-04 | Fixed a problem when computing deferred fields on multiple related models. | Malcolm Tredinnick |
| 2009-04-04 | Fixed deferred fields and select_related() interaction. | Malcolm Tredinnick |
| 2009-04-04 | Fixed #10695 -- Fixed implementation of deferred attribute retrieval. | Malcolm Tredinnick |
| 2009-04-03 | Fixed #9991: correctly introspect PostgreSQL 'real' types. | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #9779: added support for relation detection to inspectdb under SQLite. ... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #10670: fixed reusing QuerySets previously used in a filter expression.... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r... | Justin Bronn |
| 2009-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-30 | Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10157: correctly set the related objects pk when assigning a reverse O... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed redundant definition of `connection_created` signal due to DVCS mistake... | Justin Bronn |
| 2009-03-29 | Fixed #6064 -- Added the `connection_created` signal for when a database conn... | Justin Bronn |
| 2009-03-27 | Fixed an issue with unicode being mangled in Oracle when the database charact... | Ian Kelly |
| 2009-03-25 | Fixed a breakage with ManyToManyFields in admin caused by r10139. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #9926 -- Fixes for some select_related() situations. | Malcolm Tredinnick |
| 2009-03-22 | Fixed deferred loading of fields with default values. | Malcolm Tredinnick |
| 2009-03-20 | Fixed #9628 -- Use `pysqlite2` for database backend, if installed. | Justin Bronn |