You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REST API in your testproject/ does not refresh when there is new data; the whole server (i.e. python manage.py runserver) must be restarted manually for each new request to show new data.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
The REST API in your testproject/ does not refresh when there is new data; the whole server (i.e.
python manage.py runserver
) must be restarted manually for each new request to show new data.cassandra-driver 3.17.0
Django 2.2
djangorestframework 3.9.2
The text was updated successfully, but these errors were encountered: