Daniele Procida

Results 52 comments of Daniele Procida

You're quite right; that's what comes of being lazy and expecting all software to announce new updates these days. As for reproducing the `Input/output error` - it's something that would...

> I thought about that myself; I think we should either revert to the original `example.db`, or maybe slightly better: `tutorial.db`. `tutorial.db` is what I would choose. It gives a...

> * I see that the reviews themselves changed during the course of the PR ... I had to apply it and try to use it in order to discover...

@markerikson Hi - I'm the author of the documentation system you mention (which is now published and updated at https://diataxis.fr). I'm doing free workshops for open-source projects in the Python...

Actually I think this affects all ForeignKeys.

Problem identified: `{% autoescape off %}` was the cause. On the other hand, I do find that I need to turn off autoescaping all over the place in order to...

Thanks, this is great to see, I have no way of testing this right now, but I am doing some work on the project so let me think about this...

Confirmed. The slug is checked for uniqueness in the Page settings form, but not on page move. (I could swear that we had logic that tested for this - has...

pip freeze: ``` Django==1.9.12 django-classy-tags==0.8.0 django-cms==3.4.1 django-filer==1.2.5 django-formtools==1.0 django-mptt==0.8.7 django-polymorphic==0.8.1 django-sekizai==0.10.0 django-treebeard==4.1.0 djangocms-admin-style==1.2.6.2 djangocms-attributes-field==0.1.2 djangocms-column==1.7.0 djangocms-file==2.0.2 djangocms-googlemap==1.0.1 djangocms-link==2.0.3 djangocms-picture==2.0.4 djangocms-snippet==1.9.2 djangocms-style==2.0.1 djangocms-text-ckeditor==3.3.1 djangocms-video==2.0.3 easy-thumbnails==2.3 html5lib==0.9999999 Pillow==3.4.2 six==1.10.0 Unidecode==0.4.19 wheel==0.24.0 ```...

@czpython Documentation issue?