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
Any resource which has past its end date should still be available via the APIs. Resource which have not reached their release date should not be accessible. This is currently managed per view e.g. here
Most likely we should add a new filter (something like unreleased) to filter out just resource which haven't passed the release date yet (but can have passed their end date). We can then update the activities to use that queryset
The text was updated successfully, but these errors were encountered:
Any resource which has past its end date should still be available via the APIs. Resource which have not reached their release date should not be accessible. This is currently managed per view e.g. here
now-u-backend/causes_service/causes/views.py
Line 84 in 26b22c4
Most likely we should add a new filter (something like
unreleased
) to filter out just resource which haven't passed the release date yet (but can have passed their end date). We can then update the activities to use that querysetThe text was updated successfully, but these errors were encountered: