index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
contenttypes
/
models.py
Age
Commit message (
Expand
)
Author
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-04-11
Fixed #10738 -- Fixed content type values for deferred and proxy models.
Malcolm Tredinnick
2008-03-10
Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...
Jacob Kaplan-Moss
2007-09-15
Fixed #5177 -- Changed content type creation to also remove the types for any...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-11
Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ...
Jacob Kaplan-Moss
2007-01-12
Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ...
Jacob Kaplan-Moss
2006-06-20
Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...
Adrian Holovaty
2006-05-15
Fixed #1864 -- Changed ContentType repr to str
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty