Coder Social home page Coder Social logo

Comments (6)

PetrDlouhy avatar PetrDlouhy commented on August 27, 2024

This is fixed in PR #73, please test

from django-fluent-comments.

nordbit avatar nordbit commented on August 27, 2024

So far all errors disappered.
Tested with django==1.9.1 and python==3.5.1
Thank You Peter for your contribution.

from django-fluent-comments.

vdboor avatar vdboor commented on August 27, 2024

Thanks @PetrDlouhy! I've also merged your pull request now.

from django-fluent-comments.

nq-ebaratte avatar nq-ebaratte commented on August 27, 2024

@vdboor Can we reopen this ? I still see this warning with python 2.7.8, Django 1.9.5, fluent-comments 1.2

fluent_comments/templatetags/fluent_comments_tags.py:124: RemovedInDjango110Warning: render() must be called with a dict, not a Context.

from django-fluent-comments.

vdboor avatar vdboor commented on August 27, 2024

@nq-ebaratte : I think you have a stale version somewhere, because the line numbers don't match. try to uninstall django-fluent-comments and remove any remaining files before you reinstall it. I've also released 1.2.1 with a minor bugfix.

from django-fluent-comments.

nq-ebaratte avatar nq-ebaratte commented on August 27, 2024

I carefully checked the version I use; it seems to be up to date. Note that replacing fluent_comment_tags.py:124

return self.nodelist.render(context)

by

return self.nodelist.render(context.flatten())

clears the warning.

from django-fluent-comments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.