Diederik van der Boor

Results 47 issues of Diederik van der Boor

I'd love to have support to preview other versions, e.g: - Preview a draft before the final change is published at the site. - Preview an older revision of the...

enhancement

The migration 0009 fails, because it tries to use a model method, which does not exist in the South ORM: ``` for log in orm['form_designer.FormLog'].objects.all(): log.set_data(log.tmp_data) log.save() ``` The `set_data()`...

Hi, As a request, I was hoping that `django.contrib.messages.views.SuccessMessageMixin` could be included as well. I think it's a valuable addition to mention, since it's designed to be used in combination...

Bug
Priority

Would it make sense to only require 2fa for the pages where wagtail is mounted? E.g. everything below `reverse('wagtailadmin_home')` such as `/cms/` and `/admin/`? ``` def _require_verified_user(self, request): ... if...

Hi, first of all: WONDERFUL APP! exactly what I was looking for. I noticed the shell remains in "non-echo" mode after running the dbdump command for PostgreSQL. I fixed this...

Hi, please report any issues you find at https://github.com/chrisglass/django_polymorphic While this repository still exists (and is rated high in google rankings), the author has disappeared from the Internet a few...

I see this popular project uses the GPL license. Often in Python land I've learned this isn't always intentional, and sometimes a mistake. Is your intention that any project that...

I see this popular project uses the GPL license. Often in Python land I've learned this isn't always intentional, and sometimes a mistake. Is your intention that any project that...

This pull request combines both of external branches that fix Django 1.9 support. The `rizmu` branch has the most features, while the `develop` has other fixes. In turn this hurts...

I noticed this project is under the AGPL3 license, which basically means no-one (except fully open source GPL projects) can use your code. Is this by design?