Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
Django
A RunPython data migration needs the Order model. Which lookup is safe for the recorded m…
from Django
Django 6.0.8 / Python 3.14
intermediate
1 min
A RunPython data migration needs the Order model. Which lookup is safe for the recorded migration state?
apps.get_model('shop', 'Order')
from shop.models import Order
django.setup().models.Order
Check
Ask AI about this kata
Report an error
previous kata
A Django 6.0 async view must perform several ORM writes in one transaction. What is the s…
Quiz
next kata
What does this URL resolution program print?
Predict the output
A new version is available
Reload