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)

View File

@@ -12,8 +12,8 @@ FutureWarnings to help get you ready for the change, but that hasn't been
possible for the whole of the release.
.. warning:: Breaking changes - test upgrading on a test system before putting
live. There maybe multiple manual steps in migrating and these are best honed
on a staging / test system.
live. There maybe multiple manual steps in migrating and these are best honed
on a staging / test system.
Data Model
==========
@@ -90,7 +90,7 @@ ReferenceField
--------------
ReferenceFields now store ObjectId's by default - this is more efficient than
DBRefs as we already know what Document types they reference.
DBRefs as we already know what Document types they reference::
# Old code
class Animal(Document):