| Age | Commit message (Expand) | Author |
| 2012-05-24 | Fixed #18177 -- Cached known related instances. | Aymeric Augustin |
| 2012-05-22 | Replaced 'next' testing by collections.Iterator testing. | Claude Paroz |
| 2012-05-17 | Fixed #9893 -- Validated the length of file names | Aymeric Augustin |
| 2012-05-07 | Made model fields comparable to other objects | Simon Charette |
| 2012-05-01 | Fixed #17742 -- Handled aware datetimes in DateField | Aymeric Augustin |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2012-04-29 | Prevent Oracle from changing field.null to True | Anssi Kääriäinen |
| 2012-04-24 | Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a... | Anssi Kääriäinen |
| 2012-04-22 | Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add... | Alex Gaynor |
| 2012-04-12 | Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes... | Claude Paroz |
| 2012-04-10 | Made the caching of related and reverse related objects consistent in OneToOn... | Aymeric Augustin |
| 2012-04-10 | Fixed #18090 -- Applied filters when running prefetch_related backwards throu... | Aymeric Augustin |
| 2012-03-31 | Removed deprecated URLField.verify_exists. | Aymeric Augustin |
| 2012-03-29 | Fixed #17870 -- Documented that EmailField default max_length of 75 does not ... | Claude Paroz |
| 2012-03-01 | Fixed #17696 - Queryset prefetch_related() ignores using() | Luke Plant |
| 2012-02-09 | Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, ... | Jannis Leidel |
| 2012-02-04 | Fixed #17527 -- Improved exception message when adding the wrong type of obje... | Jannis Leidel |
| 2012-01-24 | Added a missing warning forgotten in r17392. | Jannis Leidel |
| 2012-01-24 | Fixed #17580 -- Made sure datetime.date instances are correctly handled when ... | Jannis Leidel |
| 2011-11-25 | Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e... | Aymeric Augustin |
| 2011-11-19 | Fixed #17263 -- Added a warning when a naive datetime reaches the database la... | Aymeric Augustin |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-10-14 | Fixed #12308 -- Added tablespace support to the PostgreSQL backend. | Aymeric Augustin |
| 2011-10-13 | Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p... | Aymeric Augustin |
| 2011-10-13 | Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a... | Julien Phalip |
| 2011-10-13 | Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF... | Julien Phalip |
| 2011-10-08 | More efficient IN clauses for prefetch_related queries by use of sets to elim... | Luke Plant |
| 2011-10-07 | Fixed #17003 - prefetch_related should support foreign keys/one-to-one | Luke Plant |
| 2011-10-06 | Removed ForeignRelatedObjectsDescriptor.RelatedManager.delete_manager, which ... | Luke Plant |
| 2011-10-05 | Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj... | Luke Plant |
| 2011-09-30 | Fixed #14270 - related manager classes should be cached | Luke Plant |
| 2011-09-29 | Cleanups to related manager code, especially in use of closures. | Luke Plant |
| 2011-09-29 | Small cleanups of 'related manager' code for consistency | Luke Plant |
| 2011-09-26 | Removed unused parameter 'join_table' in various bits of RelatedManager code | Luke Plant |
| 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-25 | Make ManyToManyField model references more robust. | Malcolm Tredinnick |
| 2011-08-23 | Fix initialisation of ImageField super classes. | Malcolm Tredinnick |
| 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-12 | Fixed #10405 -- Raise a more useful error if the formfield of a related model... | 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-06-13 | Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL. | 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-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-03 | Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh... | Jannis Leidel |
| 2011-04-20 | Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning... | Carl Meyer |