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
This looks great! Just one suggestion from my end, there are too many repetitions of clean_site(), clean_fields() and save() which I feel could easily be moved to a base class from where the specific model classes could subclass and overload the methods if needed. This is just to avoid duplication of the same block of code over and over again.
This is a great idea for the V2 API, to reduce duplication.
The text was updated successfully, but these errors were encountered:
Following #317 @narJH27 had this feedback:
This is a great idea for the V2 API, to reduce duplication.
The text was updated successfully, but these errors were encountered: