Skip to main content

Tools for bleaching text and JSON of HTML

Project description

=====
django-bleachfields
=====
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
--------
.. code-block:: python

pip install bleachfields

Usage
--------
.. code-block:: python

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.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

bleachfields-1.0.2-py2-none-any.whl (4.8 kB view hashes)

Uploaded Python 2

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