We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would help implementing delayed item object creation in itemloaders: scrapy/itemloaders#20 (comment)
itemloaders
It should only accept item classes, not objects.
It should implement get_field_meta just as ItemAdapter.
get_field_meta
ItemAdapter
The text was updated successfully, but these errors were encountered:
elacuesta
Successfully merging a pull request may close this issue.
This would help implementing delayed item object creation in
itemloaders
: scrapy/itemloaders#20 (comment)It should only accept item classes, not objects.
It should implement
get_field_meta
just asItemAdapter
.The text was updated successfully, but these errors were encountered: