GithubHelp home page GithubHelp logo

fungiform's People

Contributors

dasich avatar florentx avatar jokull avatar mitsuhiko avatar mrluanma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fungiform's Issues

FAIL: test_multichoice (fungiform.tests.widgets.WidgetTestCase)

======================================================================
FAIL: test_multichoice (fungiform.tests.widgets.WidgetTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florent/dev/labs/hg_fungiform/fungiform/tests/widgets.py", line 36, in test_multichoice
    u'</form>', MyForm().as_widget().render())
AssertionError: u'<form action="" method="post"><dl><dt><label for="f_mc">Foo</label></dt><dd><ul id="f_mc" class="choicegroup"><li><input type="checkbox" id="f_mc_1" value="1" name="mc"> <label for="f_mc_1">One</label></li><li><input type="checkbox" id="f_mc_2" value="2" name="mc"> <label for="f_mc_2">Two</label></li></ul></dd></dl><div class="actions"><input type="submit" value="Submit"></div></form>' != u'<form action="" method="post"><dl><dt><label for="f_mc">Foo</label></dt><dd><ul id="f_mc" class="choicegroup">&lt;li&gt;&lt;input type=&#34;checkbox&#34; id=&#34;f_mc_1&#34; value=&#34;1&#34; name=&#34;mc&#34;&gt; &lt;label for=&#34;f_mc_1&#34;&gt;One&lt;/label&gt;&lt;/li&gt;&lt;li&gt;&lt;input type=&#34;checkbox&#34; id=&#34;f_mc_2&#34; value=&#34;2&#34; name=&#34;mc&#34;&gt; &lt;label for=&#34;f_mc_2&#34;&gt;Two&lt;/label&gt;&lt;/li&gt;</ul></dd></dl><div class="actions"><input type="submit" value="Submit"></div></form>'

----------------------------------------------------------------------
Ran 24 tests in 0.034s

FAILED (failures=1)

No way to handle file uploads

Although modern approaches to handling file uploads do so asynchronously, it is important to handle the ol' . I haven't worked up a patch because there is no obvious way to handle this. Frameworks have different ways to handling multipart request bodies. I suspect FormBase binding may need to change. Any thoughts?

Multiple validation does no skip

Currently there is no way to make for example a mapping in a multiple field properly skip the item. If extra_rows=1 is used for each validation a new item appears, even if nothing is inserted.

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.