We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afad6d0 commit 2d9d8feCopy full SHA for 2d9d8fe
readthedocs/projects/models.py
@@ -1742,6 +1742,8 @@ def add_features(sender, **kwargs):
1742
_('Date feature was added'),
1743
auto_now_add=True,
1744
)
1745
+ # TODO: rename this field to `past_default_true` and follow this steps when deploying
1746
+ # https://github.com/readthedocs/readthedocs.org/pull/7524#issuecomment-703663724
1747
default_true = models.BooleanField(
1748
_('Default all past projects to True'),
1749
default=False,
0 commit comments