| Age | Commit message (Expand) | Author |
| 2013-03-24 | Fixed #19385 again, now with real code changes | Anssi Kääriäinen |
| 2013-02-08 | Removed unneeded imports in db.models init | Claude Paroz |
| 2012-07-12 | Remove some code that has been dead since newforms-admin was merged, many moo... | Alex Gaynor |
| 2011-03-14 | Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ... | Adrian Holovaty |
| 2011-01-20 | Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo... | Carl Meyer |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2009-01-29 | Fixed #7210 -- Added F() expressions to query language. See the documentation... | Russell Keith-Magee |
| 2009-01-15 | Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio... | Russell Keith-Magee |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2007-11-05 | Added the small changes necessary to make creating custom model fields easier. | Malcolm Tredinnick |
| 2007-08-20 | Removed a bunch of legacy django.db.backend imports | Adrian Holovaty |
| 2007-07-16 | Removed unused variable and changed comments about `permalink` decorator into... | Gary Wilson Jr |
| 2007-05-08 | Moved generic relations into django.contrib.contenttypes, since it depends on | Malcolm Tredinnick |
| 2007-04-09 | Backwards-incompatible change -- Removed LazyDate helper class. To preserve e... | Russell Keith-Magee |
| 2007-02-13 | Updated [4497] to use something closer to the English language in the comment. | Malcolm Tredinnick |
| 2007-02-13 | Fixed #3377 -- Fixed subtle infinite recursion bug in LazyDate objects. Thanks | Malcolm Tredinnick |
| 2006-08-12 | Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not d... | Adrian Holovaty |
| 2006-08-09 | Fixed #2502 -- Fixed typo in db.models.permalink function. Thanks, adurdin@gm... | Adrian Holovaty |
| 2006-07-28 | Added django.db.models.permalink decorator, which decorates a function that r... | Adrian Holovaty |
| 2006-06-16 | Added generic foreign key support to Django. Much thanks to Ian Holsman and | Jacob Kaplan-Moss |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-06 | Backed out [3088] which was a premature commit with a message meant for anoth... | Jacob Kaplan-Moss |
| 2006-06-06 | BNW: Added modpython handler to autosettings | Jacob Kaplan-Moss |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |