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
2014-06-16
[1.7.x] Added database migration for contrib.contenttypes.
Tim Graham
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Stopped calling apps.get_model with only_installed=False.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-05-21
(Re-)moved some imports
Claude Paroz
2013-05-18
Fix NoneType error when fetching a stale ContentType with get_for_id
Diederik van der Boor
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-08
Fixed #18399 – Added a way to get ContentTypes for proxy models
Simon Charette
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-02-11
Fixed #17256 -- Ensured that content types get cached when retrieved by natur...
Julien Phalip
2011-10-12
Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...
Alex Gaynor
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-09-23
Fixed #16917 -- Don't try to use the model name for a ContentType's unicode r...
Carl Meyer
2011-09-16
Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...
Carl Meyer
2011-05-22
Fixed #16048 -- Use the base manager instead of the default manager to retrie...
Jannis Leidel
2011-04-20
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...
Carl Meyer
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