mirror of
https://github.com/django/django.git
synced 2025-06-27 14:29:19 +00:00
Appending pk is not necessary when a subset of the ordering expressions is contained in a non-nullable unique contraint. Related field ordering through lookups and related ordering introspection is omitted for simplicitly purpose.