Home | History | Annotate | Download | only in afe

Lines Matching refs:db

6 from django.db import backend
7 from django.db import connection
8 from django.db import connections
9 from django.db import models as dbmodels
10 from django.db import transaction
11 from django.db.models.sql import query
12 import django.db.models.sql.where
170 compiler = join_to_query.query.get_compiler(using=join_to_query.db)
279 django.db.models.sql.where.AND)
306 compiler = query_set.query.get_compiler(using=query_set.db)
317 cursor = connections[query_set.db].cursor()
396 # from the related models incurs a DB query each time).
429 cursor = connections[related_model.objects.db].cursor()
637 Based on validate() from django.db.models.Model in Django 0.96, which
760 DB layer documentation)
1063 # - the overwritten methods think this object already exists in the db
1223 # db consistency. Note 'update' won't be sufficient, as we also