From e508625935ceee3c8becc387df7a5c396153dc1a Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Mon, 14 Jan 2013 16:37:40 +0000 Subject: [PATCH 1/2] Update docs/upgrade.rst --- docs/upgrade.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 82ac7cac..901c251d 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -183,3 +183,9 @@ Alternatively, you can rename your collections eg :: else: print "Upgraded collection names" + +mongodb 1.8 > 2.0 + +=================== + +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. From 8df9ff90cb90aebc21b82fd90d2dabd084097d6e Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 14 Feb 2013 08:26:36 +0000 Subject: [PATCH 2/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index cef91cca..45f233c3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2012 See AUTHORS +Copyright (c) 2009 See AUTHORS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation