1.0beta3 release
diff --git a/docs/oauth2client.django_orm.html b/docs/oauth2client.django_orm.html
index 2b1d7d3..19fb474 100644
--- a/docs/oauth2client.django_orm.html
+++ b/docs/oauth2client.django_orm.html
@@ -282,6 +282,31 @@
credentials: Credentials, the credentials to store.</tt></dd></dl>
<hr>
+Methods inherited from <a href="oauth2client.client.html#Storage">oauth2client.client.Storage</a>:<br>
+<dl><dt><a name="Storage-acquire_lock"><strong>acquire_lock</strong></a>(self)</dt><dd><tt>Acquires any lock necessary to access this <a href="#Storage">Storage</a>.<br>
+ <br>
+This lock is not reentrant.</tt></dd></dl>
+
+<dl><dt><a name="Storage-locked_get"><strong>locked_get</strong></a>(self)</dt><dd><tt>Retrieve credential.<br>
+ <br>
+The <a href="#Storage">Storage</a> lock must be held when this is called.<br>
+ <br>
+Returns:<br>
+ oauth2client.client.Credentials</tt></dd></dl>
+
+<dl><dt><a name="Storage-locked_put"><strong>locked_put</strong></a>(self, credentials)</dt><dd><tt>Write a credential.<br>
+ <br>
+The <a href="#Storage">Storage</a> lock must be held when this is called.<br>
+ <br>
+Args:<br>
+ credentials: Credentials, the credentials to store.</tt></dd></dl>
+
+<dl><dt><a name="Storage-release_lock"><strong>release_lock</strong></a>(self)</dt><dd><tt>Release the <a href="#Storage">Storage</a> lock.<br>
+ <br>
+Trying to release a lock that isn't held will result in a<br>
+RuntimeError.</tt></dd></dl>
+
+<hr>
Data descriptors inherited from <a href="oauth2client.client.html#Storage">oauth2client.client.Storage</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>