Filename Size 1 - Django Database ORM Mastery/1 - Course Induction English.vtt 3 KB 1 - Django Database ORM Mastery/1 - Course Induction.mp4 8.3 MB 10 - L1 Utility/51 - Section Introduction English.vtt 725 B 10 - L1 Utility/51 - Section Introduction.mp4 1.5 MB 10 - L1 Utility/52 - Counting returned queryset objects English.vtt 4.7 KB 10 - L1 Utility/52 - Counting returned queryset objects.mp4 16.7 MB 10 - L1 Utility/53 - Conveniently View data returned in queryset objects English.vtt 3.5 KB 10 - L1 Utility/53 - Conveniently View data returned in queryset objects.mp4 24.9 MB 11 - L1 Create and Save Objects/54 - Section Introduction English.vtt 742 B 11 - L1 Create and Save Objects/54 - Section Introduction.mp4 1.2 MB 11 - L1 Create and Save Objects/55 - code-base-1.zip 29.2 KB 11 - L1 Create and Save Objects/55 - Section setup guide Codebase1 English.vtt 8.9 KB 11 - L1 Create and Save Objects/55 - Section setup guide Codebase1.mp4 18.2 MB 11 - L1 Create and Save Objects/56 - 001.1.v1.md 334 B 11 - L1 Create and Save Objects/56 - Insert data into a single table with create English.vtt 17.8 KB 11 - L1 Create and Save Objects/56 - Insert data into a single table with create.mp4 164.4 MB 11 - L1 Create and Save Objects/57 - 001.2.v1.md 397 B 11 - L1 Create and Save Objects/57 - Insert data into a single table with save English.vtt 13.7 KB 11 - L1 Create and Save Objects/57 - Insert data into a single table with save.mp4 59.8 MB 11 - L1 Create and Save Objects/58 - 001.3.v1.md 601 B 11 - L1 Create and Save Objects/58 - Explore the difference between save and create English.vtt 20.9 KB 11 - L1 Create and Save Objects/58 - Explore the difference between save and create.mp4 254.2 MB 11 - L1 Create and Save Objects/59 - 001.4.v1.md 328 B 11 - L1 Create and Save Objects/59 - SQL Insert Executing custom SQL Inserts English.vtt 20.8 KB 11 - L1 Create and Save Objects/59 - SQL Insert Executing custom SQL Inserts.mp4 232.5 MB 11 - L1 Create and Save Objects/60 - 001.5.v1.md 556 B 11 - L1 Create and Save Objects/60 - Insert into single table with foreign key English.vtt 19.3 KB 11 - L1 Create and Save Objects/60 - Insert into single table with foreign key.mp4 191.5 MB 11 - L1 Create and Save Objects/61 - 001.6.v1.md 995 B 11 - L1 Create and Save Objects/61 - SQL Insert Working with datetime fields and foreign keys English.vtt 21.1 KB 11 - L1 Create and Save Objects/61 - SQL Insert Working with datetime fields and foreign keys.mp4 293.2 MB 11 - L1 Create and Save Objects/62 - 001.7.v1.md 843 B 11 - L1 Create and Save Objects/62 - Insert data into a single table with a manytomany relationship English.vtt 20.4 KB 11 - L1 Create and Save Objects/62 - Insert data into a single table with a manytomany relationship.mp4 95.9 MB 11 - L1 Create and Save Objects/63 - 001.8.v1.md 1.1 KB 11 - L1 Create and Save Objects/63 - SQL Insert Working with manytomany relationships English.vtt 14.6 KB 11 - L1 Create and Save Objects/63 - SQL Insert Working with manytomany relationships.mp4 170.5 MB 11 - L1 Create and Save Objects/64 - 001.9.v1.md 1.4 KB 11 - L1 Create and Save Objects/64 - Insert data into multiples tables using atomic operations English.vtt 20.1 KB 11 - L1 Create and Save Objects/64 - Insert data into multiples tables using atomic operations.mp4 119.6 MB 11 - L1 Create and Save Objects/65 - 001.10.v1.md 559 B 11 - L1 Create and Save Objects/65 - Insert data into a single table with a onetoone relationship English.vtt 10.8 KB 11 - L1 Create and Save Objects/65 - Insert data into a single table with a onetoone relationship.mp4 111.2 MB 11 - L1 Create and Save Objects/66 - 001.11.v1.md 261 B 11 - L1 Create and Save Objects/66 - Insert multiple objects into single table bulk create English.vtt 8.3 KB 11 - L1 Create and Save Objects/66 - Insert multiple objects into single table bulk create.mp4 26 MB 11 - L1 Create and Save Objects/67 - 001.12.v1.md 671 B 11 - L1 Create and Save Objects/67 - Query Profiling bulkcreate vs create performance analysis English.vtt 15.4 KB 11 - L1 Create and Save Objects/67 - Query Profiling bulkcreate vs create performance analysis.mp4 58.8 MB 11 - L1 Create and Save Objects/68 - 001.13.v1.md 1.3 KB 11 - L1 Create and Save Objects/68 - Creating and automating a set of Django Fixtures English.vtt 20.5 KB 11 - L1 Create and Save Objects/68 - Creating and automating a set of Django Fixtures.mp4 205.2 MB 12 - L1 Retrieving objects/69 - Section Introduction English.vtt 843 B 12 - L1 Retrieving objects/69 - Section Introduction.mp4 1.6 MB 12 - L1 Retrieving objects/70 - code-base-2.zip 59 KB 12 - L1 Retrieving objects/70 - Section setup guide Codebase2 English.vtt 7.3 KB 12 - L1 Retrieving objects/70 - Section setup guide Codebase2.mp4 35.1 MB 12 - L1 Retrieving objects/71 - 001.2.v1.md 155 B 12 - L1 Retrieving objects/71 - Return all objects from a single table all English.vtt 7.7 KB 12 - L1 Retrieving objects/71 - Return all objects from a single table all.mp4 17 MB 12 - L1 Retrieving objects/72 - 001.3.v1.md 407 B 12 - L1 Retrieving objects/72 - SQL Return all objects from a single table English.vtt 13.6 KB 12 - L1 Retrieving objects/72 - SQL Return all objects from a single table.mp4 64.6 MB 12 - L1 Retrieving objects/73 - 001.4.v1.md 340 B 12 - L1 Retrieving objects/73 - Retrieving single objects from a single table get English.vtt 9.4 KB 12 - L1 Retrieving objects/73 - Retrieving single objects from a single table get.mp4 45.6 MB 12 - L1 Retrieving objects/74 - 001.5.v1.md 524 B 12 - L1 Retrieving objects/74 - SQL Return single objects from a single table English.vtt 8.9 KB 12 - L1 Retrieving objects/74 - SQL Return single objects from a single table.mp4 29.6 MB 12 - L1 Retrieving objects/75 - 001.6.v1.md 548 B 12 - L1 Retrieving objects/75 - Filter Exclude Retrieving specific objects English.vtt 17.9 KB 12 - L1 Retrieving objects/75 - Filter Exclude Retrieving specific objects.mp4 226.8 MB 12 - L1 Retrieving objects/76 - 001.7.v1.md 289 B 12 - L1 Retrieving objects/76 - SQL Filter retrieving objects filter English.vtt 10.3 KB 12 - L1 Retrieving objects/76 - SQL Filter retrieving objects filter.mp4 47.8 MB 12 - L1 Retrieving objects/77 - 001.6.v1.md 548 B 12 - L1 Retrieving objects/77 - 001.9.v1.md 677 B 12 - L1 Retrieving objects/77 - Retrieve objects from multiple tables through a foreign key relationship English.vtt 35.8 KB 12 - L1 Retrieving objects/77 - Retrieve objects from multiple tables through a foreign key relationship.mp4 465.9 MB 12 - L1 Retrieving objects/78 - 001.10.v1.md 733 B 12 - L1 Retrieving objects/78 - SQL Retrieve objects foreign key relationship English.vtt 19.4 KB 12 - L1 Retrieving objects/78 - SQL Retrieve objects foreign key relationship.mp4 120.5 MB 12 - L1 Retrieving objects/79 - 001.11.v1.md 284 B 12 - L1 Retrieving objects/79 - Retrieve objects from multiple tables through a onetoone relationship English.vtt 9 KB 12 - L1 Retrieving objects/79 - Retrieve objects from multiple tables through a onetoone relationship.mp4 105.1 MB 12 - L1 Retrieving objects/80 - 001.13.v1.md 564 B 12 - L1 Retrieving objects/80 - Retrieve objects from multiple tables through a manytomany relationship English.vtt 25.9 KB 12 - L1 Retrieving objects/80 - Retrieve objects from multiple tables through a manytomany relationship.mp4 344.2 MB 13 - L1 Update FieldsRecords/81 - Section Introduction English.vtt 499 B 13 - L1 Update FieldsRecords/81 - Section Introduction.mp4 1.1 MB 13 - L1 Update FieldsRecords/82 - code-base-2.zip 59 KB 13 - L1 Update FieldsRecords/82 - Section setup guide Codebase2 English.vtt 7.3 KB 13 - L1 Update FieldsRecords/82 - Section setup guide Codebase2.mp4 35.1 MB 13 - L1 Update FieldsRecords/83 - 001.1.v1.md 235 B 13 - L1 Update FieldsRecords/83 - Modify existing data for a specified record in a table English.vtt 7.4 KB 13 - L1 Update FieldsRecords/83 - Modify existing data for a specified record in a table.mp4 34.5 MB