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 are currently using custom managers on build and project models, but this results in querysets that aren't chainable. These managers can be replaced with a pattern similar to readthedocs.privacy.backend.VersionQuerySetBase and if necessary, a complimentary models.Manager subclass as well -- if create methods are required, etc.
We are currently using custom managers on build and project models, but this results in querysets that aren't chainable. These managers can be replaced with a pattern similar to
readthedocs.privacy.backend.VersionQuerySetBase
and if necessary, a complimentarymodels.Manager
subclass as well -- ifcreate
methods are required, etc.Ref #2611
The text was updated successfully, but these errors were encountered: