AG
Entry.objects.order_by('blog__name', 'mod_date').distinct('blog__name', 'mod_date')
из примеров про distinct()
Size: a a a
AG
Entry.objects.order_by('blog__name', 'mod_date').distinct('blog__name', 'mod_date')
V
Entry.objects.order_by('blog__name', 'mod_date').distinct('blog__name', 'mod_date')
V
Entry.objects.order_by('blog__name', 'mod_date').distinct('blog__name', 'mod_date')
AG
V
AG
D
Conflicting migrations detected; multiple leaf nodes in the migration graph: (0007_auto_20200430_1344, 0005_auto_20200430_1445 in users).А после мерджа
To fix them run 'python manage.py makemigrations --merge'
Created new merge migration users/migrations/0008_merge_20200430_1901.pyИ все равно при миграции тоже самое
D
T
D
D
Р
D
D
AG
АВ
AK
S
H
tn