UUIDField now stores as a binary by default (#292)

This commit is contained in:
Ross Lawley
2013-04-25 13:43:56 +00:00
parent d0d9c3ea26
commit ac6e793bbe
8 changed files with 109 additions and 333 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.X
================
- UUIDField now stores as a binary by default (#292)
- Added Custom User Model for Django 1.5 (#285)
- Cascading saves now default to off (#291)
- ReferenceField now store ObjectId's by default rather than DBRef (#290)