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
There are times when we need to prevent any state modification on pypi.python.org but we do not need to prevent reading from the database or other storage areas. It would be great if we could prevent all write operations using a toggle somehow.
The text was updated successfully, but these errors were encountered:
@dstufft Any ideas about where would be the best place to short-circuit this? Perhaps a @db.listens_for(db.Session, "before_commit") or something to abort the commit?
There are times when we need to prevent any state modification on pypi.python.org but we do not need to prevent reading from the database or other storage areas. It would be great if we could prevent all write operations using a toggle somehow.
The text was updated successfully, but these errors were encountered: