Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged Django
Home
Tag
Django
0
votes
Q: What exception is raised, if the primary key is excluded from a Raw query?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
exception
0
votes
Q: The integrity of Django ORM operations involving multiple queries can be achieved through savepoints.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
orm-operations
0
votes
Q: Schema Migrations-run custom SQL using RunSQL or python code blocks using RunPython.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
schema
migration
django
0
votes
Q: Select the incorrect statement: Database Transaction ________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
database-transaction
0
votes
Q: How to make a migration run outside transaction in a DDL based transaction in Django migration?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
0
votes
Q: How to make a migration run outside transaction in a DDL based transaction?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
migration
0
votes
Q: Select the incorrect statement: Migration Operations ________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
migration-operation
0
votes
Q: exclude(**kwargs) – Returns QuerySet containing objects matching given lookup parameters.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
object
0
votes
Q: Data migrations _________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
data-migration
0
votes
Q: Django is loaded with a database-abstraction API to ______.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
data-abstraction
0
votes
Q: Select the incorrect statement: QuerySet API are classified as _________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
queryset
0
votes
Q: Select the incorrect statement about A QuerySet.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
queryset
0
votes
Q: When an object is saved, Django _____________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
object
+1
vote
Q: What can be used to validate all unique constraints on the model instead of individual field values?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
model-field
0
votes
Q: What can be used to validate all model fields, if any field is to be exempted from validation? Provide it in the exclude parameter.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
model-field
0
votes
Q: What can be used to provide custom model validation and to modify attributes on the model like changing the value on a field upon a conditional check?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
custom-portal
0
votes
Q: What exception is an attribute of each model class?
asked
Jun 28, 2022
in
Django
by
Robin
django
exception
0
votes
Q: When choosing field names for the model, it should not conflict with the model API. The field name should not be _________.
asked
Jun 28, 2022
in
Django
by
Robin
django
0
votes
Q: A Django model is a Python class that subclasses _________.
asked
Jun 28, 2022
in
Django
by
Robin
django
model
0
votes
Q: To rename the Manager for a given class, what attribute type can be used in models.Manager() on that model?
asked
Jun 28, 2022
in
Django
by
Robin
django
class
Page:
« prev
1
2
3
4
5
6
7
next »
...