scrapy/scrapy/contrib_exp
Darian Moody 05101c7bba Fixed DjangoItem to work properly with auto-generated
fields (such as the primary key); it will now ignore
 those that have had the auto_created flag set - this
 now allows us to work with custom primary keys as the
 previous way ignored a custom primary key field.
---
 scrapy/contrib_exp/djangoitem.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
2011-06-12 01:41:09 -03:00
..
downloadermiddleware replaced remaining uses of log.msg() 'domain' argument to use 'spider' instead 2009-11-06 16:11:37 -02:00
__init__.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
djangoitem.py Fixed DjangoItem to work properly with auto-generated 2011-06-12 01:41:09 -03:00
iterators.py Fix xmliter_lxml 2011-02-11 11:41:44 -02:00