File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Django StreamField
22
33This is a simple realisation of StreamField's idea of Wagtail CMS for plain Django admin or with Grappelli skin.
4- Stable version: 2.3.1
4+ Stable version: 2.3.2
55Django <= 5.0
66
77[ Major changes (1.4.5 > 2)] ( changes2.0.md )
Original file line number Diff line number Diff line change 11{
22 "name" : " streamfield_widget.js" ,
3- "version" : " 2.3.1 " ,
3+ "version" : " 2.3.2 " ,
44 "description" : " " ,
55 "private" : true ,
66 "scripts" : {
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "django-streamfield" ,
8- version = "2.3.1 " ,
8+ version = "2.3.2 " ,
99 author = "Yury Lapshinov" ,
1010 author_email = "y.raagin@gmail.com" ,
1111 description = "StreamField for native Django Admin or with Grappelli" ,
3030 "Framework :: Django :: 4.0" ,
3131 "Framework :: Django :: 4.1" ,
3232 "Framework :: Django :: 4.2" ,
33+ "Framework :: Django :: 5.0" ,
34+ "Framework :: Django :: 5.1"
3335 ],
3436)
Original file line number Diff line number Diff line change 11name = "streamfield"
2- VERSION = "2.3.1 "
2+ VERSION = "2.3.2 "
You can’t perform that action at this time.
0 commit comments