Skip to content

Commit 9737045

Browse files
authored
Update README.md
1 parent f9c85ee commit 9737045

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Django StreamField
22

33
This is a simple realisation of StreamField's idea of Wagtail CMS for plain Django admin or with Grappelli skin.
4-
Stable version: 2.0.1
4+
Stable version: 2.0.2
55

66
[Major changes (1.4.5 > 2)](changes2.0.md)
77

@@ -489,8 +489,8 @@ STREAMFIELD_DELETE_BLOCKS_FROM_DB = False
489489
It was default behavior in previous releases.
490490
> Note: If you delete entire object which contain StreamField, streamblock's instances will not be deleted. You should care about it by yourself.
491491

492-
### STREAMFIELD_BLOCK_TITLE (v2.0.1)
493-
The default block name uses the verbose_name from the model. Plus the name for each object is taken from `__str__` method. For "as_list" blocks, from first block. You can use STREAMFIELD_BLOCK_TITLE to change it to another method or property. If want disable this, set to False. If some blocks will not have setuped method, they will be ignored.
492+
### STREAMFIELD_BLOCK_TITLE (> 2.0.1)
493+
The default block name uses the verbose_name from the model. Plus the name for each object is taken from `__str__` method. For "as_list" blocks, from the first block. You can use STREAMFIELD_BLOCK_TITLE to change it to another method or property. If you want disable this, set to False. If some blocks will not have setuped method, they will be ignored.
494494

495495
### STREAMFIELD_BLOCK_OPTIONS
496496

0 commit comments

Comments
 (0)