| Age | Commit message (Expand) | Author |
| 2017-08-10 | Refs #16043 -- Refactored internal fields value cache. | Paulo |
| 2017-07-29 | Used assertRaisesMessage() to test Django's error messages. | Mads Jensen |
| 2017-04-10 | Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneT... | Tim Graham |
| 2017-04-10 | Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequ... | Collin Anderson |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand |
| 2017-01-18 | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz |
| 2017-01-17 | Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future. | Tim Graham |
| 2016-11-10 | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za |
| 2016-09-13 | Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq... | Mads Jensen |
| 2016-06-04 | Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_... | Tim Graham |
| 2016-05-17 | Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models... | Loïc Bistuer |
| 2016-05-17 | Fixed #20932, #25897 -- Streamlined manager inheritance. | Loïc Bistuer |
| 2016-02-11 | Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi... | ZachLiuGIS |
| 2016-01-29 | Refs #26022 -- Used context manager version of assertRaises in tests. | Hasan |
| 2015-10-27 | Fixed #25550 -- Deprecated direct assignment to the reverse side of a related... | Tim Graham |
| 2015-10-09 | Fixed #14368 -- Allowed setting a reverse OneToOne relation to None. | Tim Graham |
| 2015-09-19 | Fixed #25296 -- Prevented model related object cache pollution when create() ... | Raphael Merx |
| 2015-09-19 | Fixed #25160 (again) -- Moved data loss check on reverse relations. | Aymeric Augustin |
| 2015-08-20 | Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr... | Tim Graham |
| 2015-08-10 | Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() | Tim Graham |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey... | Flavio Curella |
| 2015-06-29 | Fixed #23791 -- Corrected object type check for pk__in=qs | Anssi Kääriäinen |
| 2015-04-09 | Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields. | Tim Graham |
| 2015-03-25 | Renamed Field.rel attribute to remote_field | Anssi Kääriäinen |
| 2015-03-18 | Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. | Karl Hobley |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham |
| 2014-12-23 | Fixed #21414 -- Removed RelatedObject and deprecated Field.related. | Anssi Kääriäinen |
| 2014-11-25 | Fixed and restored assertions in OneToOneTests.test_foreign_key. | Adam Alton |
| 2014-11-03 | Fixed #23620 -- Used more specific assertions in the Django test suite. | Berker Peksag |
| 2014-09-24 | Fixed flake8 warnings. | Tim Graham |
| 2014-09-24 | Removed numbering from the models.py header of some test packages. | Loic Bistuer |
| 2014-09-24 | Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor | Loic Bistuer |
| 2014-09-23 | Merged one_to_one_regress into the one_to_one test package. | Loic Bistuer |
| 2014-07-01 | Fixed #14334 -- Query relation lookups now check object types. | Anubhav Joshi |
| 2014-06-05 | Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu... | Anubhav Joshi |
| 2013-12-11 | Fixed #21563 -- Single related object descriptors should work with `hasattr`. | Simon Charette |
| 2013-11-02 | Fixing E302 Errors | Jason Myers |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol |
| 2013-09-30 | Fixed #21134 -- Prevented queries in broken transactions. | Aymeric Augustin |
| 2013-08-15 | Fixed #20895 -- Made check management command warn if a BooleanField does not... | Alasdair Nicol |
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz |
| 2013-05-27 | Fixed #17582 - Added message to DoesNotExist exceptions. | Tim Graham |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |