Skip to main content

Tools for bleaching text and JSON of HTML

Project description

https://travis-ci.org/BetterWorks/django-bleachfields.png

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)

Uploaded Source

File details

Details for the file bleachfields-1.0.6.tar.gz.

File metadata

File hashes

Hashes for bleachfields-1.0.6.tar.gz
Algorithm Hash digest
SHA256 8ded834ad0e5361a622bfe3182ccfccedd559ace5da642cb62ba96bd97720b3e
MD5 43666ba87c12414ff1486e8c2df7ed51
BLAKE2b-256 15dd91c487e63bad5dab7bc04324234919f9ebc563399b4c3782bfae1a32b074

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page