Removed podnoms.utils dependancy in mixCreateView

This commit is contained in:
Fergal Moran
2013-06-19 19:24:50 +01:00
parent c6dc030af0
commit eb77f0fbb9
787 changed files with 45 additions and 340 deletions

0
spa/__init__.py Normal file → Executable file
View File

0
spa/admin.py Normal file → Executable file
View File

0
spa/ajax.py Normal file → Executable file
View File

0
spa/api/__init__.py Normal file → Executable file
View File

0
spa/api/v1/ActivityResource.py Normal file → Executable file
View File

0
spa/api/v1/BackboneCompatibleResource.py Normal file → Executable file
View File

0
spa/api/v1/ChatResource.py Normal file → Executable file
View File

0
spa/api/v1/CommentResource.py Normal file → Executable file
View File

0
spa/api/v1/EventResource.py Normal file → Executable file
View File

0
spa/api/v1/MixResource.py Normal file → Executable file
View File

0
spa/api/v1/ReleaseAudioResource.py Normal file → Executable file
View File

0
spa/api/v1/ReleaseResource.py Normal file → Executable file
View File

0
spa/api/v1/UserResource.py Normal file → Executable file
View File

0
spa/api/v1/__init__.py Normal file → Executable file
View File

0
spa/api/v1/tests.py Normal file → Executable file
View File

0
spa/audio.py Normal file → Executable file
View File

0
spa/context_processors.py Normal file → Executable file
View File

0
spa/forms.py Normal file → Executable file
View File

0
spa/management/__init__.py Normal file → Executable file
View File

0
spa/management/commands/__init__.py Normal file → Executable file
View File

0
spa/management/commands/debug.py Normal file → Executable file
View File

0
spa/management/commands/deletefailed.py Normal file → Executable file
View File

0
spa/management/commands/deleteorphanmp3.py Normal file → Executable file
View File

0
spa/management/commands/drop.py Normal file → Executable file
View File

0
spa/management/commands/importdownloads.py Normal file → Executable file
View File

0
spa/management/commands/importplays.py Normal file → Executable file
View File

0
spa/management/commands/processmix.py Normal file → Executable file
View File

0
spa/management/commands/processuser.py Normal file → Executable file
View File

0
spa/management/commands/purchaselinks.py Normal file → Executable file
View File

0
spa/management/commands/tracklists.py Normal file → Executable file
View File

0
spa/management/commands/waveforms.py Normal file → Executable file
View File

0
spa/middleware/__init__.py Normal file → Executable file
View File

0
spa/middleware/sqlprinter.py Normal file → Executable file
View File

0
spa/middleware/stripwhitespace.py Normal file → Executable file
View File

0
spa/middleware/uploadify.py Normal file → Executable file
View File

0
spa/migrations/0001_initial.py Normal file → Executable file
View File

0
spa/migrations/0002_auto__add_userfollows.py Normal file → Executable file
View File

0
spa/migrations/0003_auto__add_field_mix_duration.py Normal file → Executable file
View File

0
spa/migrations/0004_auto__add_field_mix_slug.py Normal file → Executable file
View File

View File

0
spa/migrations/0006_auto__chg_field_mix_title.py Normal file → Executable file
View File

View File

View File

0
spa/migrations/0010_auto.py Normal file → Executable file
View File

0
spa/migrations/0011_auto__del_field__activity_user.py Normal file → Executable file
View File

0
spa/migrations/0012_auto__add_field__activity_user.py Normal file → Executable file
View File

View File

View File

View File

0
spa/migrations/0016_auto__del_mixlike.py Normal file → Executable file
View File

0
spa/migrations/0017_auto__add_mixlike.py Normal file → Executable file
View File

0
spa/migrations/0019_auto__add_activityfavourite.py Normal file → Executable file
View File

0
spa/migrations/0020_auto__add_activityplay.py Normal file → Executable file
View File

0
spa/migrations/0021_auto__add_activitylike.py Normal file → Executable file
View File

0
spa/migrations/0022_auto__add_activitydownload.py Normal file → Executable file
View File

0
spa/migrations/__init__.py Normal file → Executable file
View File

0
spa/models/__init__.py Normal file → Executable file
View File

0
spa/models/_basemodel.py Normal file → Executable file
View File

0
spa/models/_lookup.py Normal file → Executable file
View File

0
spa/models/activity.py Normal file → Executable file
View File

0
spa/models/chatmessage.py Normal file → Executable file
View File

0
spa/models/comment.py Normal file → Executable file
View File

0
spa/models/event.py Normal file → Executable file
View File

0
spa/models/genre.py Normal file → Executable file
View File

0
spa/models/label.py Normal file → Executable file
View File

0
spa/models/managers/QueuedActivityModelManager.py Normal file → Executable file
View File

0
spa/models/managers/__init__.py Normal file → Executable file
View File

0
spa/models/mix.py Normal file → Executable file
View File

0
spa/models/purchaselink.py Normal file → Executable file
View File

0
spa/models/recurrence.py Normal file → Executable file
View File

0
spa/models/release.py Normal file → Executable file
View File

0
spa/models/tracklist.py Normal file → Executable file
View File

0
spa/models/userprofile.py Normal file → Executable file
View File

0
spa/models/venue.py Normal file → Executable file
View File

0
spa/podcast.py Normal file → Executable file
View File

0
spa/signals.py Normal file → Executable file
View File

0
spa/social/__init__.py Normal file → Executable file
View File

0
spa/social/urls.py Normal file → Executable file
View File

0
spa/social/views.py Normal file → Executable file
View File

0
spa/templates.py Normal file → Executable file
View File

0
spa/templatetags/__init__.py Normal file → Executable file
View File

0
spa/templatetags/spa_extras.py Normal file → Executable file
View File

0
spa/urls.py Normal file → Executable file
View File

0
spa/views.py Normal file → Executable file
View File