Tools for bleaching text and JSON of HTML
Project description
django-bleachfields is a Python module that utilizes existing bleach and HTML parser modules to remove HTML tags and unescape text from a field before saving it to a Django model. To use, simply call BleachJSONField or BleachTextField in place of a Django text field, such as models.TextField or models.CharField.
Install
pip install bleachfields
Usage
from django.db import models
from bleachfields import BleachJSONField, BleachTextField
class Person(models.Model):
name = BleachTextField(max_length=256)
response = BleachJSONField()
Contact
Email: afrancis@betterworks.com
Changes
None to date.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bleachfields-1.0.6.tar.gz
(2.4 kB
view details)
File details
Details for the file bleachfields-1.0.6.tar.gz
.
File metadata
- Download URL: bleachfields-1.0.6.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ded834ad0e5361a622bfe3182ccfccedd559ace5da642cb62ba96bd97720b3e |
|
MD5 | 43666ba87c12414ff1486e8c2df7ed51 |
|
BLAKE2b-256 | 15dd91c487e63bad5dab7bc04324234919f9ebc563399b4c3782bfae1a32b074 |