mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-27 10:26:05 +00:00
Forced django requirement to ==1.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Django>=1.4
|
||||
Django==1.4
|
||||
PIL>=1.1.7
|
||||
south
|
||||
beautifulsoup4>=4.1.1
|
||||
|
||||
@@ -79,8 +79,12 @@ class MixResource(BackboneCompatibleResource):
|
||||
bundle.data['is_featured'] = False
|
||||
|
||||
bundle.data['user'] = bundle.request.user.get_profile()
|
||||
ret = super(MixResource, self).obj_create(bundle, user=bundle.request.user.get_profile(), local_file=file_name,
|
||||
uid=uid)
|
||||
ret = super(MixResource, self).obj_create(
|
||||
bundle,
|
||||
user=bundle.request.user.get_profile(),
|
||||
local_file=file_name,
|
||||
uid=uid)
|
||||
|
||||
self._unpackGenreList(ret, bundle.data['genre-list'])
|
||||
#if ret is hunky dory
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user