Cristian Vargas
Cristian Vargas
Importing it is enough to make it fail. There is a method that you will find around named `django_setup` which initializes what is required.
@pirate the title is not present, is it ok to look in the `og:title` tag as a fallback? (the retrieval is stopping because of this) About the images, they are...
https://github.com/callowayproject/django-categories/issues/94 With this it should not cause the issue with mptt by default.
https://docs.djangoproject.com/en/1.8/ref/settings/#secret-key In short, it is. The issue is related to django tho, not to scrapy.
@zoechi The client has to try to decode using a best effort approach. The http client is already decoding, but using the wrong encoding. There are 2 attributes in the...
Got it. Thanks for this.
The issue seems to be in stacked inline. Tested in Tabular inline and it is working as intended (mostly)
Stacked in update seems to be working. Issue is on add parent form
"Add new A" is adding all A's inside first nest
What's the status of this?