NASA-IMPACT / admg-backend

Apache License 2.0
2 stars 0 forks source link

Rm unused get() method logic #589

Closed alukach closed 10 months ago

alukach commented 10 months ago

I think all of the logic within get() is unnecessary.

A 404 is thrown from get_object() if no IN_PROGRESS drafts are available, which is called in BaseUpdateView.get()

alukach commented 10 months ago

I also just noticed that get_queryset() was on the class when it already has a queryset attribute. This should be removed.