mirror of https://github.com/scrapy/scrapy.git
fixed another doc typo
This commit is contained in:
parent
760cf452c5
commit
8a715701ec
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue