Skip to content

Commit

Permalink
Update README with install instructions; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgrant committed Nov 6, 2011
1 parent be9e51c commit d50bed3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
django-html-field provides a HTML sanitization and tag stripping either at
the database level or at the form level, with no dependencies outside of the
standard library.

Installation:

pip install django-html-field
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-html-field',
version='0.1.3',
version='0.1.4dev',
packages=[
'html_field',
'html_field.db',
Expand Down

0 comments on commit d50bed3

Please sign in to comment.