diff --git a/docs/experimental/djangoitems.rst b/docs/experimental/djangoitems.rst index 9d4382e05..24a1a6581 100644 --- a/docs/experimental/djangoitems.rst +++ b/docs/experimental/djangoitems.rst @@ -5,8 +5,8 @@ DjangoItem ========== DjangoItems are a class of Item that gets its fields definition from a Django -model, you simply create a DjangoItem and specify to what Django model it -relates to. +model, you simply create a DjangoItem and specify what Django model it relates +to. Besides of getting the model fields defined on your Item, DjangoItem provides a mathod to create and populate a Django model instance with the Item data.