Skip to content

Commit

Permalink
Fix internal field. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg committed Jul 24, 2014
1 parent 6bcb254 commit 1118a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Add direct uploads to AWS S3 functionality with a progress bar to file input fie

## Support
Python 2/3
Chrome / Safari / Firefox / IE10+
Chrome / Safari / Firefox / IE10+

For older browser support use version 0.1.10.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion s3direct/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, upload_to=S3DIRECT_DIR):
super(S3DirectField, self).__init__()

def get_internal_type(self):
return 'URLField'
return 'TextField'

def formfield(self, **kwargs):
kwargs['widget'] = self.widget
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-s3direct',
version='0.1.11',
version='0.2.0',
description='Add direct uploads to S3 functionality with a progress bar to file input fields.',
long_description=readme,
author="Bradley Griffiths",
Expand Down

0 comments on commit 1118a3a

Please sign in to comment.