📝 Category

Django

Articles about django

63 Articles

Category articles "Django"

Study all materials on this topic

Bulk Operations in Django ORM
🔴 Difficult

Bulk Operations in Django ORM

Covered topics: bulkcreate — Mass Creation, bulkupdate — Mass Update, update() — Queryset-Level Update, delete() — Queryset-Level Deletion.

👤 PyLand Team
📅 30.06.2026
Mixins in Django CBV
🔴 Difficult

Mixins in Django CBV

Mixins are small classes that add a single behavior to CBVs through multiple inheritance.

👤 PyLand Team
📅 30.06.2026
get_context_data in Django CBVs
🟡 Medium

get_context_data in Django CBVs

getcontextdata() is a CBV method for passing additional data to a template.

👤 PyLand Team
📅 30.06.2026
select_related and prefetch_related
🔴 Difficult

select_related and prefetch_related

Query optimization when working with related objects.

👤 PyLand Team
📅 30.06.2026
Nested Serializers in DRF
🟣 Expert

Nested Serializers in DRF

Covered topics: Reading Nested Objects, Write by ID, Read as Object, Nested List (Reverse Relation), Writing Nested Objects.

👤 PyLand Team
📅 30.06.2026
Django CreateView
🟡 Medium

Django CreateView

CreateView is a CBV for creating an object through a form.

👤 PyLand Team
📅 30.06.2026
Django Template Filters
🟡 Medium

Django Template Filters

Filters are applied to template variables using the | pipe character.

👤 PyLand Team
📅 30.06.2026
related_name in Django
🟡 Medium

related_name in Django

relatedname is the name used for reverse access from a related model back to its parent.

👤 PyLand Team
📅 30.06.2026
User Profile Page
🟡 Medium

User Profile Page

Covered topics: Simple Profile (User Data Only), Extending with a Profile Model, Auto-creating a Profile via Signals, Profile Template.

👤 PyLand Team
📅 30.06.2026
Django Model Relationships
🟡 Medium

Django Model Relationships

Covered topics: ForeignKey (One-to-Many), ondelete Options, ManyToManyField (Many-to-Many), OneToOneField (One-to-One).

👤 PyLand Team
📅 30.06.2026
Filtering in Django REST Framework
🔴 Difficult

Filtering in Django REST Framework

Covered topics: Simple Filtering via Query Params, django-filter, Search and Ordering, filtersetfields — Quick Setup.

👤 PyLand Team
📅 30.06.2026
Choices in Django Models
🟡 Medium

Choices in Django Models

Use TextChoices to define a model field's limited set of values in one place for application code, forms, and the...

👤 PyLand Team
📅 30.06.2026

Other categories

Study related topics

📝

Python

Articles about Python

📚 54 articles ⭐ 4.7
📝

Git & GitHub

Articles about Git and GitHub

📚 32 articles ⭐ 4.8
📝

Html Css

Articles about html-css

📚 23 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!