This commit is contained in:
Ross Lawley
2012-10-01 16:15:25 +00:00
parent e2d826c412
commit dc1849bad5
3 changed files with 21 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.7.X
================
- Unicode fix for repr (MongoEngine/mongoengine#133)
- Allow updates with match operators (MongoEngine/mongoengine#144)
- Updated URLField - now can have a override the regex (MongoEngine/mongoengine#136)
- Allow Django AuthenticationBackends to work with Django user (hmarr/mongoengine#573)