Wim Feijen

Results 13 issues of Wim Feijen

We use comments, nested with 4 spaces. This works fine in environ 0.4.5 , but now generates an error in environ 0.9.0: > Invalid line: # Domain, without prefix ('www.')...

need reproducible example

Searching the Wagtail documentation regularly returns no results, while it should. For example, when I search on image, I get no results. https://docs.wagtail.org/en/v2.16.1/search.html?q=image# I am using Firefox 98.0.1 as a...

type:Bug
Documentation
Infrastructure

Hi, Django's documentation is staggering. I really like the "You are here" path in the right sidebar in order to navigate more easily. In effect, they function as breadcrumbs. For...

docs

Resolve bug: 'FakeQuerySet' object has no attribute '_prefetch_related_lookups'

…ation docs Makes clear that FACEBOOK_APP_SECRET is a string [in Python 2.x]. [I did not check whether another installed app converted my '12345...' string to unicode, u'12345...' .] In addition,...

Update edit_handlers.py to use form['field_name'].value() because I believe this to be correct in Django 2.2.8 Please make sure to check properly because I do not know why the former implementation...

Hello, Thanks for creating django-file-resubmit! I have a question: does file resubmit work with form.empty_permitted is False? I suspect that when I use the ClearableFileInput, it does not check empty_permitted....

Hi, If we are previewing a concept page with a parent which is also in concept status, page_data['meta']['parent'] is not supplied. However, in preview mode, I would like to have...

Allow use of **unicode** method when payment has not yet been saved.

get_mollie_banklist does not save mollie_banklist.xml to the directory specified in MOLLIE_BANKLIST_DIR but instead uses the current directory. This poses a problem with our cron command which executes from a virtualenv...