diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html index 1aa5399..373859a 100644 --- a/_includes/themes/mongoengine/frontpage.html +++ b/_includes/themes/mongoengine/frontpage.html @@ -69,10 +69,10 @@

Why do an rc?

Well there have been a few changes, including some major refactoring of the meta classes so they are more readable and clear in their intent. Python version support has been clarified - we now support python 2.5 up to python 3! Mainly its because I don't want another 20 point release as seen in the 0.6.x series so hopefully people will be able to try 0.7 out and provide feedback.

-The full changelog can be seen here: http://mongoengine-odm.readthedocs.org/en/latest/changelog.html#changes-in-0-7-x +The full changelog can be seen here: https://mongoengine-odm.readthedocs.io/changelog.html#changes-in-0-7-x

-No changes are intended to be backwards breaking, but one was introduced inadvertently in the 0.6 series and not declared so it gives some notice to people upgrading. I have added numerous FutureWarnings as defaults will change in 0.8 so you will be asked to explicitly declare intent for cascading saves etc.. See the upgrade guide for the full upgrade information. +No changes are intended to be backwards breaking, but one was introduced inadvertently in the 0.6 series and not declared so it gives some notice to people upgrading. I have added numerous FutureWarnings as defaults will change in 0.8 so you will be asked to explicitly declare intent for cascading saves etc.. See the upgrade guide for the full upgrade information.

The future