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
We have these two models (HTMLfile is just a proxy model of ImportedFile), but we no longer need to have them separate since we will be removing the dependency on django-elasticsearch-dsl (#10730), and we don't track files that aren't html anyway.
Describe the solution you'd like
Just use ImportedFile in our codebase.
Alternative solutions
Just deal with having two classes for the same thing.
What's the problem this feature will solve?
We have these two models (HTMLfile is just a proxy model of ImportedFile), but we no longer need to have them separate since we will be removing the dependency on django-elasticsearch-dsl (#10730), and we don't track files that aren't html anyway.
Describe the solution you'd like
Just use ImportedFile in our codebase.
Alternative solutions
Just deal with having two classes for the same thing.
Additional context
#10696
The text was updated successfully, but these errors were encountered: