django_amazon_translate.tests.testapp package¶
Submodules¶
django_amazon_translate.tests.testapp.admin module¶
django_amazon_translate.tests.testapp.models module¶
-
class
django_amazon_translate.tests.testapp.models.NonTranslatedModel(id)[source]¶ Bases:
django.db.models.base.Model-
exception
DoesNotExist¶ Bases:
django.core.exceptions.ObjectDoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django.core.exceptions.MultipleObjectsReturned
-
id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
objects= <django.db.models.manager.Manager object>¶
-
exception
-
class
django_amazon_translate.tests.testapp.models.TranslatedModel(id, title, description)[source]¶ Bases:
django.db.models.base.Model-
exception
DoesNotExist¶ Bases:
django.core.exceptions.ObjectDoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django.core.exceptions.MultipleObjectsReturned
-
description¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
objects= <django.db.models.manager.Manager object>¶
-
save(*args, **kwargs)¶
-
title¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
tt= <django_amazon_translate.translator.TranslationTracker object>¶
-
exception