Ran
|
Files
455
|
Run time
17s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Update IntegerBlock docs to show correct kwargs (#2930) It should be max and min value - not length. See [here](https://github.com/torchbox/wagtail/blob/07c3ba84f/wagtail/wagtailcore/blocks/field_block.py#L306). So this would work `blocks.IntegerBlock(max_value=10, min_value=0)` but this wouldn't do anything `blocks.IntegerBlock(max_length=10, min_length=0)`
27892 of 29492 relevant lines covered (94.57%)
0.95 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|