Unicode fix reverted but can have custom validator

MongoEngine/mongoengine#136
This commit is contained in:
Ross Lawley
2012-10-01 14:48:53 +00:00
parent 6f0a6df4f6
commit e6d796832e
4 changed files with 5 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ Changelog
Changes in 0.7.X
================
- Updated URLField - can handle unicode and custom validator (MongoEngine/mongoengine#136)
- Updated URLField - can have a custom validator (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)