Skip to content

Commit 6dc8d73

Browse files
committed
version 4.0: with hosted assets and polish translation!
1 parent 68c3f10 commit 6dc8d73

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ must add 'pyuploadcare.dj' to INSTALLED_APPS setting and add
2626

2727
PYUPLOADCARE_USE_HOSTED_ASSETS = False
2828

29-
somewhere in the settings file.
29+
somewhere in the settings file. (Kudos to [Sławek Ehlert][3] for the feature!)
30+
31+
[3]: https://github.com/slafs
3032

3133
You're all set now!
3234

@@ -44,7 +46,7 @@ Adding a UploadCare file field to your model is really simple. Like that:
4446

4547
`FileField` doesn't require any arguments, file paths or whatever. It **just works**. That's the point of it all.
4648

47-
It look nice in the admin interface
49+
It looks nice in the admin interface
4850

4951
![Admin page](http://f.cl.ly/items/1v120O3h2W462o3T323F/Screen%20Shot%202011-11-04%20at%202.03.32%20PM.png)
5052

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='pyuploadcare',
4-
version='0.2',
4+
version='0.4',
55
description="UploadCare.com API library",
66
author='Valentin Golev',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)