diff --git a/docs/backends/gcloud.rst b/docs/backends/gcloud.rst index 256320bbc..5a3eac5f6 100644 --- a/docs/backends/gcloud.rst +++ b/docs/backends/gcloud.rst @@ -310,10 +310,3 @@ Push the objects into the cache to make sure they pickle properly:: >>> cache.set('obj2', obj2) >>> cache.get('obj2').pdf - -Deleting an object deletes the file it uses, if there are no other objects still using that file:: - - >>> obj2.delete() - >>> obj2.pdf.save('django_test.txt', ContentFile('more content')) - >>> obj2.pdf -