index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
__init__.py
Age
Commit 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-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