Login
Remember
Register
Ask a Question
Recent questions tagged django
0
votes
1
answer
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
1
answer
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
1
answer
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
1
answer
Select the incorrect statement: Database Transaction ________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
database-transaction
0
votes
1
answer
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
1
answer
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
1
answer
Select the incorrect statement: Migration Operations ________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
migration-operation
0
votes
1
answer
exclude(**kwargs) – Returns QuerySet containing objects matching given lookup parameters.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
object
0
votes
1
answer
Data migrations _________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
data-migration
0
votes
1
answer
Django is loaded with a database-abstraction API to ______.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
data-abstraction
0
votes
1
answer
Select the incorrect statement: QuerySet API are classified as _________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
queryset
0
votes
1
answer
Select the incorrect statement about A QuerySet.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
queryset
0
votes
1
answer
When an object is saved, Django _____________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
object
+1
vote
1
answer
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
1
answer
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
1
answer
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
1
answer
What exception is an attribute of each model class?
asked
Jun 28, 2022
in
Django
by
Robin
django
exception
0
votes
1
answer
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
1
answer
A Django model is a Python class that subclasses _________.
asked
Jun 28, 2022
in
Django
by
Robin
django
model
0
votes
1
answer
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 »
...