| Age | Commit message (Expand) | Author |
| 2011-05-30 | Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys | Luke Plant |
| 2011-05-21 | Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa... | Ramiro Morales |
| 2011-05-21 | Fixed #14476 -- Fixed resolution of automatically generated annotation names ... | Ramiro Morales |
| 2011-05-15 | Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy... | Ramiro Morales |
| 2011-05-07 | Fixed #15709 - Duplicated group_by condition | Luke Plant |
| 2011-05-05 | Fixed #15823 - incorrect join condition when combining Q objects | Luke Plant |
| 2011-05-03 | Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh... | Jannis Leidel |
| 2011-05-03 | Fixed #5833 -- Modified the admin list filters to be easier to customize. Man... | Jannis Leidel |
| 2011-04-27 | Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo... | Carl Meyer |
| 2011-04-27 | Fixed #15903 -- Allowed not-installed models to still be referenced in relate... | Carl Meyer |
| 2011-04-22 | Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks... | Jannis Leidel |
| 2011-04-22 | Fixed #11283 -- Made sure that latest() clears previously specified ordering ... | Jannis Leidel |
| 2011-04-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning... | Carl Meyer |
| 2011-04-11 | Made some negligible docstring fixes while I was poking around in the depths ... | Adrian Holovaty |
| 2011-04-11 | Fixed incorrect usage of its in query.py docstring | Adrian Holovaty |
| 2011-04-02 | Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Thanks, jMyles | Adrian Holovaty |
| 2011-04-02 | Removed deprecated XMLField. | Russell Keith-Magee |
| 2011-03-30 | Removed deprecated legacy connection handling for `Field.get_db_*`. | Alex Gaynor |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-03-26 | Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo... | Adrian Holovaty |
| 2011-03-14 | Fixed #14733: no longer "validate" .raw() queries. | Jacob Kaplan-Moss |
| 2011-03-14 | Fixed #15601 -- Corrected a weird typo. Thanks, jMyles | Adrian Holovaty |
| 2011-03-14 | Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ... | Adrian Holovaty |
| 2011-03-10 | Fixed #15559 - distinct queries introduced by [15607] cause errors with some ... | Luke Plant |
| 2011-03-03 | Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey... | Russell Keith-Magee |
| 2011-03-03 | Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an... | Russell Keith-Magee |
| 2011-02-21 | Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ... | Luke Plant |
| 2011-02-12 | Fixed #13987 -- Ensure that the primary key is set correctly for all models t... | Russell Keith-Magee |
| 2011-02-12 | Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to lanyjie... | Russell Keith-Magee |
| 2011-02-08 | Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ... | Russell Keith-Magee |
| 2011-02-08 | Fixed #15116 -- Strip ordering clause from in_bulk() queries, since ordering ... | Russell Keith-Magee |
| 2011-01-28 | Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields | Luke Plant |
| 2011-01-26 | Fixed #15161 - Corrected handling of ManyToManyField with through table using... | Carl Meyer |
| 2011-01-26 | Fixed Python 2.4 incompatibility introduced in r15249. | Carl Meyer |
| 2011-01-26 | Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes. | Carl Meyer |
| 2011-01-26 | Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d... | Carl Meyer |
| 2011-01-26 | Fixed #13159 -- properly quote aggregates in order_by. | Alex Gaynor |
| 2011-01-26 | Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ... | Alex Gaynor |
| 2011-01-25 | Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no... | Carl Meyer |
| 2011-01-20 | Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo... | Carl Meyer |
| 2011-01-19 | Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru... | Carl Meyer |
| 2011-01-19 | Fixed #15118 - Corrected the deletion-ordering for inherited models. | Carl Meyer |
| 2011-01-19 | Avoid doing quadratic amounts of work during object deletion. | Alex Gaynor |
| 2011-01-16 | Fixed #14707 -- Relax the protections on aggregate naming collisions when a V... | Russell Keith-Magee |
| 2011-01-14 | Cleaned up the ORM slightly. | Alex Gaynor |
| 2011-01-13 | Fixed #13668 -- Corrected database router methods invocation for ManyToMany f... | Ramiro Morales |
| 2011-01-11 | Fixed #11293 -- fixed using Q objects to generate ORs with aggregates. | Alex Gaynor |
| 2011-01-10 | Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this. | Andrew Godwin |
| 2011-01-09 | Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints... | Ramiro Morales |