summaryrefslogtreecommitdiff
path: root/django/db/models/__init__.py
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Improved the ListField implementation, and added an...Alex Gaynor
2010-07-20[soc2010/query-refactor] Added a ListField, currently only works on MongoDB.Alex Gaynor
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-11-05Added the small changes necessary to make creating custom model fields easier.Malcolm Tredinnick
2007-08-20Removed a bunch of legacy django.db.backend importsAdrian Holovaty
2007-07-16Removed unused variable and changed comments about `permalink` decorator into...Gary Wilson Jr
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-04-09Backwards-incompatible change -- Removed LazyDate helper class. To preserve e...Russell Keith-Magee
2007-02-13Updated [4497] to use something closer to the English language in the comment.Malcolm Tredinnick
2007-02-13Fixed #3377 -- Fixed subtle infinite recursion bug in LazyDate objects. ThanksMalcolm Tredinnick
2006-08-12Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not d...Adrian Holovaty
2006-08-09Fixed #2502 -- Fixed typo in db.models.permalink function. Thanks, adurdin@gm...Adrian Holovaty
2006-07-28Added django.db.models.permalink decorator, which decorates a function that r...Adrian Holovaty
2006-06-16Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-06Backed out [3088] which was a premature commit with a message meant for anoth...Jacob Kaplan-Moss
2006-06-06BNW: Added modpython handler to autosettingsJacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty