About Case Sensitivity in PostgreSQL
PostgreSQL is case-sensitive. When ordering items alphabetically, at first you will see all items starting with capital letters, and then all items starting with small letters. To ignore the case when ordering model instances, you can use the Lower()
function.
1 2 3 |
|
Tips and Tricks Programming Databases Django 4.2 Django 3.2 Django 2.2 PostgreSQL
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.