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](https://docs.djangoproject.com/en/2.0/ref/models/options/#ordering) (at the end of the ordering section). This can slow down the performance of the application.
Models should not define
orderingby default like this: https://github.com/gothinkster/django-realworld-example-app/blob/master/conduit/apps/core/models.py#L18Please see the warning in the documentation (at the end of the ordering section). This can slow down the performance of the application.