index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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