Django
- DjangoSource:django/db/models/base.py
hdknr@deb09:~/bitbucket/tohyo/trunk/tohyo$ python manage.py shell Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from django.db.models.base import * >>> for x in dir(): ... print x, eval('type(%s)'%x) ...
AutoField? <type 'type'>
CollectedObjects? <type 'type'>
DatabaseError? <type 'type'>
Empty <type 'type'>
FieldError? <type 'type'>
ManyToOneRel? <type 'type'>
Model <class 'django.db.models.base.ModelBase?'>
ModelBase? <type 'type'>
MultipleObjectsReturned? <type 'type'>
ObjectDoesNotExist? <type 'type'>
OneToOneField? <type 'type'>
OneToOneRel? <type 'type'>
Options <type 'type'>
Q <type 'type'>
__builtins__ <type 'dict'>
connection <class 'django.db.backends.mysql.base.DatabaseWrapper?'>
copy <type 'module'>
curry <type 'function'>
delete_objects <type 'function'>
django <type 'module'>
force_unicode <type 'function'>
get_absolute_url <type 'function'>
get_model <type 'instancemethod'>
izip <type 'type'>
method_get_order <type 'function'>
method_set_order <type 'function'>
os <type 'module'>
register_models <type 'instancemethod'>
settings <class 'django.conf.LazySettings?'>
signals <type 'module'>
smart_str <type 'function'>
smart_unicode <type 'function'>
subclass_exception <type 'function'>
sys <type 'module'>
transaction <type 'module'>
types <type 'module'>
