Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のモデルにはクラスがあり、BooleanField. BooleanField=Trueのオブジェクトが最初に表示される並べ替えを行いたいです。
BooleanField
BooleanField=True
Djangoでこれを行うための何かがありますか? ドキュメントを検索していましたが、成功しませんでした。
試す:
Foo.objects.all().order_by('-field')
他のフィールド タイプと同様です。