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