Jake Howard
4702afd5dd
This replaces more custom iteration with caching, which will end up faster anyway, and is more drop-in with the new structure. Sadly it still renders the content twice, as `get_content_html` requires access to the blocks.
8 lines
149 B
Text
8 lines
149 B
Text
Django==4.0.5
|
|
wagtail==3.0
|
|
django-environ==0.8.1
|
|
whitenoise[brotli]==6.2.0
|
|
pygments==2.12.0
|
|
beautifulsoup4==4.9.3
|
|
lxml==4.9.0
|
|
more-itertools==8.13.0
|