Upgrade changelog, docs and django/auth.py

This commit is contained in:
Ross Lawley
2013-04-25 11:41:01 +00:00
parent 10731b0fd8
commit df4dc3492c
4 changed files with 6 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.X
================
- 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)
- Added ImageField support for inline replacements (#86)