Skip to content

Commit

Permalink
1.2.1 docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
garmoncheg committed Jul 28, 2011
1 parent 3082c8b commit 56143a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Requirements:

Tested:
----------------------------------------------------------------------
Currently Tested full functionality under Chrome, Firefox and Safari
And Opera somehow fails to add multiple Photos.
Currently Tested full functionality under Chrome, Firefox and Safari.
Opera somehow fails to add multiple Photos.

Will try to fix them as soon as possible.

Expand All @@ -30,6 +30,13 @@ Adding this AJAX form to your web site is as simple, as adding this 2 tags to yo
{% load multiuploader %}
{% multiupform %}

Also I've done a demo app repo here at my github.
It's called django_multiuploader_usage_demo.
For those who can not figure out this manual.) Also feel free to comment it on my
blog or send me a e-mail with your troubles/suggestions and usage experience...
https://github.com/garmoncheg/django_multiuploader_example_usage/


Installation:
----------------------------------------------------------------------
1.Install an app. Do it by adding:
Expand Down
2 changes: 1 addition & 1 deletion django_multiuploader/multiuploader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (1, 2, 0)
VERSION = (1, 2, 1)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 56143a5

Please sign in to comment.