diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 6f79e97..1805b6a 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -549,6 +549,15 @@ subclass::
     ``list_editable`` will be displayed as form widgets on the change list
     page, allowing users to edit and save multiple rows at once.
 
+    .. warning::
+
+        Until bug #11313 is fixed, ``list_editable`` will expose data
+	to being overwritten if the data changes from the time the list
+	page is loaded changes are saved.
+
+        This is only safe if you know that only one admin will be modifying
+        the data at a time, and that no other source of change exists.
+
     .. note::
 
         ``list_editable`` interacts with a couple of other options in
