About NULLS FIRST and NULLS LAST in QuerySet Ordering
When you sort a QuerySet by a field, you can define whether NULL values should come first or last like this:
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Tips and Tricks Programming Databases Django 4.2 Django 3.2 Django 2.2 PostgreSQL MySQL
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.