Skip to content

Commit c7aa0a2

Browse files
committed
docs: rm outdated comment
1 parent b0f911a commit c7aa0a2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • openedx_learning/apps/authoring/publishing

openedx_learning/apps/authoring/publishing/api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,6 @@ def reset_drafts_to_published(
738738
it's important that the code creating the "next" version_num looks at the
739739
latest version created for a PublishableEntity (its ``latest`` attribute),
740740
rather than basing it off of the version that Draft points to.
741-
742-
Also, there is no current immutable record for when a reset happens. It's
743-
not like a publish that leaves an entry in the ``PublishLog``.
744741
"""
745742
if reset_at is None:
746743
reset_at = datetime.now(tz=timezone.utc)

0 commit comments

Comments
 (0)