question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

render() got an unexpected keyword argument 'renderer

See original GitHub issue

{% for field in line %}
--
<div{% if not line.fields\|length_is:'1' %} class="fieldBox{% if field.field.name %} field-{{ field.field.name }}{% endif %}{% if not field.is_readonly and field.errors %} errors{% endif %}{% if field.field.is_hidden %} hidden{% endif %}"{% elif field.is_checkbox %} class="checkbox-row"{% endif %}>
{% if not line.fields\|length_is:'1' and not field.is_readonly %}{{ field.errors }}{% endif %}
{% if field.is_checkbox %}
{{ field.field }}{{ field.label_tag }}
{% else %}
{{ field.label_tag }}
{% if field.is_readonly %}
<div class="readonly">{{ field.contents }}</div>
{% else %}
{{ field.field }}
{% endif %}
{% endif %}
{% if field.field.help_text %}
<div class="help">{{ field.field.help_text\|safe }}</div>
{% endif %}
</div>
{% endfor %}
</div>
{% endfor %}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Natimcommented, Jan 30, 2019

Yes we can close this. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django TypeError: render() got an unexpected keyword ...
Support for Widget.render() methods without the renderer argument is removed. You may have subclassed django.forms.widgets.
Read more >
render() got an unexpected keyword argument 'renderer'.
render() got an unexpected keyword argument 'renderer' Exception Location: /usr/local/lib/python3.8/site-packages/django/forms/boundfield.py in as_widget, ...
Read more >
render() got an unexpected keyword argument ... - GitHub
I am not using any widgets in my model, or using unique fields aside from tagulous. I am not sure how or when...
Read more >
render() got an unexpected keyword argument ... - YouTube
Django : Django TypeError: render () got an unexpected keyword argument ' renderer ' [ Beautify Your Computer ...
Read more >
Django 2.1.2 update, admin interface broken: render() got an ...
Django 2.1.2 update, admin interface broken: render() got an unexpected keyword argument 'renderer'. 1212 views.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found