Wagtail 1.5's table block in a separate package
Project description
Don’t use this if you can help it. Wagtail 1.5 features [this exact code](https://github.com/torchbox/wagtail/pull/1705) merged into Wagtail’s core. This exists only as an intermittent solution before Wagtail 1.5 is released, and perhaps as a way to quickly include the table block in a project with Wagtail < 1.5.
Since the code is identical to the code in core, the database representation and is the same. Therefore you can remove this plugin and simply change your imports once you upgrade to Wagtail 1.5.
Install with
pip install wagtail-table-block
Then add wagtail_table_block to your INSTALLED_APPS.
Then use from wagtail_table_block.fields import TableBlock and implement it like table = TableBlock().
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file wagtail_table_block-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: wagtail_table_block-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 144.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 431301e841f0b2d6cadb2e8ede8e83f3d23a2868f852de3e82b3648bf730e07c |
|
MD5 | 47de2ddcdccbff68e14d328e066b756d |
|
BLAKE2b-256 | 9d4c8b31eb4cb3f463705960fd18a28d0cad5ff393d1983c8c14cb8ab0ec38e2 |