-
ContentType
ContentTypeManager
本文介绍django.contrib.contenttypes.models.ContentTypeManager
的用法。
声明
class ContentTypeManager
当您知道需要使用
但又不想费心获取模型的元数据以执行手动查找时,ContentType
方法特别有用:get_for_model()
>>> from django.contrib.auth.models import User
>>> ContentType.objects.get_for_model(User)
<ContentType: user>
相关用法
- Python Django ContentFile用法及代码示例
- Python Django ContextMixin.get_context_data用法及代码示例
- Python Django ContextMixin.extra_context用法及代码示例
- Python Condition release()用法及代码示例
- Python Condition notify()用法及代码示例
- Python Condition wait()用法及代码示例
- Python Condition acquire()用法及代码示例
- Python Condition notify_all()用法及代码示例
- Python Django Concat用法及代码示例
- Python Collections.UserString用法及代码示例
- Python Django Coalesce用法及代码示例
- Python Django Cot用法及代码示例
- Python Collections.UserDict用法及代码示例
- Python Django CoordTransform用法及代码示例
- Python Collections.UserList用法及代码示例
- Python Django Collate用法及代码示例
- Python Django ComboField.fields用法及代码示例
- Python Django Cos用法及代码示例
- Python Tableau CSVRequestOptions用法及代码示例
- Python Calendar itermonthdays2()用法及代码示例
- Python Calendar monthdatescalendar()用法及代码示例
- Python CSV转JSON用法及代码示例
- Python Django CustomUserManager.create_user用法及代码示例
- Python Calendar itermonthdates()用法及代码示例
- Python Calendar iterweekdays()用法及代码示例
注:本文由纯净天空筛选整理自djangoproject.com大神的英文原创作品 django.contrib.contenttypes.models.ContentTypeManager。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。