Chevron Left
Volver a Query data in Django

Opiniones y comentarios de aprendices correspondientes a Query data in Django por parte de Coursera Project Network

Acerca del Curso

In this 1-hour long project-based course, you will learn how to use the QuerySet methods and the Q objects to query data in Django. You will generate a sample project and create a view that populates the database with sample data. You will then learn the syntax of keyword arguments to construct queries using the QuerySet methods. You will create complex queries using the Q objects, and finally you will learn how to query across relationships. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....
Filtrar por:

1 - 2 de 2 revisiones para Query data in Django

por أحمد م ف م س

11 de feb. de 2021

Awesome...I just want to know more about how Model.objects.filter(condition A and Condition B)

is different than filter(condition A).filter(condition B) in model has relationship

por Sher D

18 de feb. de 2021

good