Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render() got an unexpected keyword argument 'renderer' #82

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2015

  1. 兼容Python3改进

    tuweizhong committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    3974266 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Revert "兼容Python3改进"

    This reverts commit 3974266.
    xinyvz committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    bc74d12 View commit details
    Browse the repository at this point in the history
  2. 兼容python3 修改

    已在 python3.4 + django1.8 上测试过,可以正常使用,只是上传图片一直失败。
    
    Revert "Revert "兼容Python3改进""
    
    This reverts commit
    f612eeb776320a73b5cb7d40de64e7e323fbde27.
    
    Revert "兼容Python3改进"
    
    This reverts commit
    3974266.
    xinyvz committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    61785d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from xinyvz/master

    Master
    tuweizhong committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    c92b7ce View commit details
    Browse the repository at this point in the history
  4. remove *.pyc and add .gitignore file

    Weizhong Tu committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    6c4fcdc View commit details
    Browse the repository at this point in the history
  5. 合并历史修改

    Weizhong Tu committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    b033661 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. 兼容 Python3

    WeizhongTu committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    30f5423 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. fix widgets.py for Django >= 2.1:

    def render(self, name, value, attrs=None):
    # 修改为
    def render(self, name, value, attrs=None, renderer=None):
    echo1937 committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    9592f48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from echo1937/master

    fix widgets.py for Django >= 2.1:
    tuweizhong authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    6412db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. fix json response

    tuweizhong authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    7dbd778 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    614a7da View commit details
    Browse the repository at this point in the history
  2. fix setup

    tuweizhong committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f5ac85c View commit details
    Browse the repository at this point in the history
  3. remove .idea

    tuweizhong committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    50ec436 View commit details
    Browse the repository at this point in the history