wagtail/docs/topics
David Burke db54a9f0c4 Update IntegerBlock docs to show correct kwargs (#2930)
It should be max and min value - not length. See [here](07c3ba84fb/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)`
2016-08-20 02:38:00 +01:00
..
search Update documentation and code to put mixin first 2016-05-04 14:05:33 +01:00
images.rst Various typo fixes and grammar/clarity improvements. 2016-03-10 15:11:41 +00:00
index.rst Moved advanced image topics into advanced topics 2016-01-27 11:27:16 +00:00
pages.rst docs: fix typo (#2845) 2016-07-15 21:58:47 +03:00
snippets.rst Use python_2_unicode_compatible in snippets.rst (#2688) 2016-06-07 13:49:28 +01:00
streamfield.rst Update IntegerBlock docs to show correct kwargs (#2930) 2016-08-20 02:38:00 +01:00
writing_templates.rst Changed indentation on all code samples to 4 spaces. 2016-04-28 10:57:22 +01:00