| Age | Commit message (Expand) | Author |
| 2011-09-10 | Ensure bulk_create returns what it is supposed to. | Alex Gaynor |
| 2011-09-10 | Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem... | Russell Keith-Magee |
| 2011-09-10 | Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th... | Alex Gaynor |
| 2011-09-10 | Altered the behavior of URLField to avoid a potential DOS vector, and to avoi... | Russell Keith-Magee |
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ... | Alex Gaynor |
| 2011-08-29 | Follow the same convention as the rest of the file. | Honza Král |
| 2011-08-29 | Forgotten import in [16708] | Honza Král |
| 2011-08-29 | Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr... | Honza Král |
| 2011-08-25 | Make ManyToManyField model references more robust. | Malcolm Tredinnick |
| 2011-08-23 | Allow "pk" as a field alias in QuerySet.only() calls. | Malcolm Tredinnick |
| 2011-08-23 | Fixed #16299 -- Ensure that unicode strings can be used to identify classes i... | Russell Keith-Magee |
| 2011-08-23 | Fix initialisation of ImageField super classes. | Malcolm Tredinnick |
| 2011-08-23 | Fixed an isnull=False filtering edge-case. Fixes #15316. | Malcolm Tredinnick |
| 2011-08-23 | Added convenience method for viewing Query SQL without params. | Malcolm Tredinnick |
| 2011-08-22 | Fixed #14876 -- Ensure that join promotion works correctly when there are nul... | Russell Keith-Magee |
| 2011-08-22 | Improved error message display during validation errors. | Malcolm Tredinnick |
| 2011-08-13 | Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n... | Jannis Leidel |
| 2011-08-13 | Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL backend... | Jannis Leidel |
| 2011-08-12 | Fixed #10405 -- Raise a more useful error if the formfield of a related model... | Jannis Leidel |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-08-08 | Added fixtures files missing from [16590]. | Ramiro Morales |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-07-29 | Fixed #16472 -- Removed stale code in the query code. Thanks, fva@chtd.org. | Jannis Leidel |
| 2011-07-29 | Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-07 | Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o... | Ramiro Morales |
| 2011-07-06 | Fixed #16250 -- Made test database creation support code in the PostgreSQL DB... | Ramiro Morales |
| 2011-07-05 | Rolled back r16510, r16513 and r16514 because it wasn't ready. | Jannis Leidel |
| 2011-07-04 | Fixed #15255 -- Stopped database cache from ignoring database routers when cr... | Jannis Leidel |
| 2011-06-28 | Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi... | Jannis Leidel |
| 2011-06-19 | Removed more code for handling of PostgreSQL versions older than 8.2; use alw... | Ramiro Morales |
| 2011-06-19 | Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco... | Ramiro Morales |
| 2011-06-16 | Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2. | Ramiro Morales |
| 2011-06-13 | Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL. | Jannis Leidel |
| 2011-06-13 | Removed duplicate entry in introspection PostgreSQL db backend. | Jannis Leidel |
| 2011-06-13 | Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa... | Karen Tracey |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-10 | More removal of poorly legible constructs to workaround Python 2.4 shortcomings. | Ramiro Morales |
| 2011-06-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men... | Ramiro Morales |
| 2011-06-09 | Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le... | Andrew Godwin |
| 2011-06-07 | Made clear() on a reverse foreign key significantly more efficient. Thanks t... | Alex Gaynor |
| 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-10 | Fixed #13648 - '%s' escaping support for sqlite3 regression. | Luke Plant |
| 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 |