Allow updates with match operators (MongoEngine/mongoengine#144)

This commit is contained in:
Ross Lawley
2012-10-01 15:26:34 +00:00
parent e6d796832e
commit e2d826c412
3 changed files with 40 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ Changelog
Changes in 0.7.X
================
- Updated URLField - can have a custom validator (MongoEngine/mongoengine#136)
- 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)
- Fixed reload issue with ReferenceField where dbref=False (MongoEngine/mongoengine#138)