chibisov / django-proxy-storage

Provides simple Django storage that proxies every operation to original storage and saves meta information about files to database
http://chibisov.github.io/django-proxy-storage/docs
40 stars 11 forks source link

refactor orm.py: use @python_2_unicode_compatible #4

Open pahaz opened 8 years ago

chibisov commented 8 years ago

Tests are failed. It would be nice if you fixed them. May be with some deprecations.

pahaz commented 8 years ago

Can you rebuild current master without cache?

chibisov commented 8 years ago

What kind of cache are you talking about?

pahaz commented 8 years ago

image

reBuild CircleCI master branch

pahaz commented 8 years ago

image

chibisov commented 8 years ago

Ok, same problem with master. Will look at it soon

pahaz commented 8 years ago

any news?

sysradium commented 8 years ago

@pahaz I think you probably need to rebase your change and look if the build passes. Because I merged quite a big change recently which fixed tests in master as well.