Added the "get_decoded" method to the MongoSession class (#216)
This commit is contained in:
parent
03d3c26a99
commit
8c1f8e54cd
4 changed files with 6 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ Changes in 0.8.X
|
|||
- Added Django Group and Permission (#142)
|
||||
- Added Doc class and pk to Validation messages (#69)
|
||||
- Fixed Documents deleted via a queryset don't call any signals (#105)
|
||||
- Added the "get_decoded" method to the MongoSession class (#216)
|
||||
|
||||
Changes in 0.7.9
|
||||
================
|
||||
|
|
|
|||
|
|
@ -298,5 +298,5 @@ Alternatively, you can rename your collections eg ::
|
|||
mongodb 1.8 > 2.0 +
|
||||
===================
|
||||
|
||||
Its been reported that indexes may need to be recreated to the newer version of indexes.
|
||||
Its been reported that indexes may need to be recreated to the newer version of indexes.
|
||||
To do this drop indexes and call ``ensure_indexes`` on each model.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue