Home
last modified time | relevance | path

Searched defs:model_instance (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/db/fields/
H A D__init__.py54 def find_unique(self, model_instance, field, iterator, *args): argument
208 def create_slug(self, model_instance, add): argument
253 def get_slug_fields(self, model_instance, lookup_value): argument
273 def pre_save(self, model_instance, add): argument
358 def in_unique_together(self, model_instance): argument
364 def pre_save(self, model_instance, add): argument
466 def pre_save(self, model_instance, add): argument
524 def pre_save(self, model_instance, add): argument
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/mongodb/fields/
H A D__init__.py92 def create_slug(self, model_instance, add): argument
150 def get_slug_fields(self, model_instance, lookup_value): argument
166 def pre_save(self, model_instance, add): argument
258 def pre_save(self, model_instance, add): argument
/dports/devel/py-schematics-patched/schematics-1.1.2-patch/schematics/types/
H A Dcompound.py67 def validate_model(model_instance): argument
97 def export_loop(self, model_instance, field_converter, argument
313 def validate_model(model_instance): argument
322 def is_allowed_model(self, model_instance): argument
385 def export_loop(self, model_instance, field_converter, argument
/dports/www/py-django-common-helpers/django-common-helpers-0.9.2/django_common/
H A Ddb_fields.py84 def pre_save(self, model_instance, add): argument
109 def __unique_slug(self, model, model_instance, slug_field, slug_value): argument
120 def __set_and_return(self, model_instance, slug_field, slug): argument
154 def pre_save(self, model_instance, add): argument
/dports/www/py-django-cms/django-cms-3.7.1/cms/models/
H A Dfields.py38 def _get_placeholder_slot(self, model_instance): argument
48 def pre_save(self, model_instance, add): argument
/dports/devel/py-pydantic/pydantic-1.8.2/tests/mypy/modules/
H A Dfail3.py20 model_instance = Model(list_of_ints=[1]) variable
/dports/science/py-GPy/GPy-1.10.0/GPy/testing/
H A Dexamples_tests.py27 def model_instance(model): function
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/sdb/db/
H A Dproperty.py102 def get_value_for_datastore(self, model_instance): argument
219 def get_value_for_datastore(self, model_instance): argument
300 def get_value_for_datastore(self, model_instance): argument
418 def get_value_for_datastore(self, model_instance): argument
450 def get_value_for_datastore(self, model_instance): argument
556 def __get__(self, model_instance, model_class): argument
570 def __set__(self, model_instance, value): argument
604 def get_value_for_datastore(self, model_instance): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/sdb/db/
H A Dproperty.py102 def get_value_for_datastore(self, model_instance): argument
219 def get_value_for_datastore(self, model_instance): argument
300 def get_value_for_datastore(self, model_instance): argument
418 def get_value_for_datastore(self, model_instance): argument
450 def get_value_for_datastore(self, model_instance): argument
556 def __get__(self, model_instance, model_class): argument
570 def __set__(self, model_instance, value): argument
604 def get_value_for_datastore(self, model_instance): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/sdb/db/
H A Dproperty.py102 def get_value_for_datastore(self, model_instance): argument
219 def get_value_for_datastore(self, model_instance): argument
300 def get_value_for_datastore(self, model_instance): argument
418 def get_value_for_datastore(self, model_instance): argument
450 def get_value_for_datastore(self, model_instance): argument
556 def __get__(self, model_instance, model_class): argument
570 def __set__(self, model_instance, value): argument
604 def get_value_for_datastore(self, model_instance): argument
/dports/devel/py-boto/boto-2.49.0/boto/sdb/db/
H A Dproperty.py102 def get_value_for_datastore(self, model_instance): argument
219 def get_value_for_datastore(self, model_instance): argument
300 def get_value_for_datastore(self, model_instance): argument
418 def get_value_for_datastore(self, model_instance): argument
450 def get_value_for_datastore(self, model_instance): argument
556 def __get__(self, model_instance, model_class): argument
570 def __set__(self, model_instance, value): argument
604 def get_value_for_datastore(self, model_instance): argument
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/
H A Dfields.py35 def validate(self, value, model_instance): argument
/dports/www/py-django-model-utils/django-model-utils-4.2.0/model_utils/
H A Dfields.py41 def pre_save(self, model_instance, add): argument
136 def pre_save(self, model_instance, add): argument
248 def pre_save(self, model_instance, add): argument
/dports/www/py-social-auth-app-django/social-app-django-4.0.0/social_django/
H A Dfields.py47 def validate(self, value, model_instance): argument
/dports/www/py-dj32-django-timezone-field/django-timezone-field-4.2.3/timezone_field/
H A Dfields.py90 def validate(self, value, model_instance): argument
/dports/www/py-django-timezone-field/django-timezone-field-4.2.3/timezone_field/
H A Dfields.py90 def validate(self, value, model_instance): argument
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/utilities/
H A Dfields.py55 def pre_save(self, model_instance, add): argument
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cloudinary/
H A Dmodels.py105 def pre_save(self, model_instance, add): argument
/dports/devel/py-jedi/jedi-0.18.0/test/completion/
H A Ddjango.py79 model_instance = BusinessModel() variable
/dports/www/py-django-haystack/django-haystack-2.8.1/haystack/backends/
H A Dsimple_backend.py100 def more_like_this(self, model_instance, additional_query_string=None, argument
H A Delasticsearch2_backend.py200 def more_like_this(self, model_instance, additional_query_string=None, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/mapreduce/mapreduce/
H A Djson_util.py170 def get_value_for_datastore(self, model_instance): argument
/dports/www/py-django-picklefield/django-picklefield-3.0.1/picklefield/
H A Dfields.py180 def pre_save(self, model_instance, add): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/oauth2client/oauth2client/contrib/
H A Dappengine.py230 def get_value_for_datastore(self, model_instance): argument
263 def get_value_for_datastore(self, model_instance): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/contrib/
H A Dappengine.py230 def get_value_for_datastore(self, model_instance): argument
263 def get_value_for_datastore(self, model_instance): argument

123