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
For the most relevant discussion about the topic, see #1294.
Plan:
In the upcoming minor release, I'm going to include warnings.warn(msg, DeprecationWarning). with the message saying "Python v2.6 support is deprecated and is going to be dropped entirely in the upcoming v0.11.0 release. Update your Python version if you want to have access to the latest features and bug fixes in MongoEngine."
In v0.11.0 (most likely shipped with Improve the health of this package #1428), I'll update the way we do dict comprehensions and other relics of the past, thus making it truly incompatible with v2.6.
For the most relevant discussion about the topic, see #1294.
Plan:
warnings.warn(msg, DeprecationWarning)
. with the message saying "Python v2.6 support is deprecated and is going to be dropped entirely in the upcoming v0.11.0 release. Update your Python version if you want to have access to the latest features and bug fixes in MongoEngine."Cc @lafrech @gukoff
The text was updated successfully, but these errors were encountered: