gothinkster / django-realworld-example-app

1.61k stars 637 forks source link

Do not order models by default #12

Open FilipVavera opened 6 years ago

FilipVavera commented 6 years ago

Models should not define ordering by default like this: https://github.com/gothinkster/django-realworld-example-app/blob/master/conduit/apps/core/models.py#L18 Please see the warning in the documentation (at the end of the ordering section). This can slow down the performance of the application.