Skip to content

Commit 2d9d8fe

Browse files
Update readthedocs/projects/models.py
Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent afad6d0 commit 2d9d8fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/projects/models.py

+2
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,8 @@ def add_features(sender, **kwargs):
17421742
_('Date feature was added'),
17431743
auto_now_add=True,
17441744
)
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
17451747
default_true = models.BooleanField(
17461748
_('Default all past projects to True'),
17471749
default=False,

0 commit comments

Comments
 (0)