Cannot import for-purchase apps when archive_id=None
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
Fix Released
|
Medium
|
Michael Nelson |
Bug Description
Currently the import_
{{{
michael@
[localhost] local: virtualenv/
Traceback (most recent call last):
File "django_
execute_
File "/home/
utility.
File "/home/
self.
File "/home/
self.
File "/home/
output = self.handle(*args, **options)
File "/home/
self.
File "/home/
form = ForPurchaseAppl
File "/home/
distroserie
File "/home/
return self.get_
File "/home/
% (self.model.
webcatalog.
Fatal error: local() encountered an error (return code 1) while executing 'virtualenv/
}}}
Related branches
- Łukasz Czyżykowski (community): Approve
-
Diff: 583 lines (+390/-61)7 files modifiedsrc/webcatalog/forms.py (+14/-3)
src/webcatalog/migrations/0021_add_archive_id.py (+166/-0)
src/webcatalog/models/applications.py (+1/-0)
src/webcatalog/tests/factory.py (+3/-2)
src/webcatalog/tests/test_commands.py (+99/-55)
src/webcatalog/tests/test_data/sca_apps.txt (+43/-1)
src/webcatalog/tests/test_forms.py (+64/-0)
Changed in ubuntu-webcatalog: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-webcatalog: | |
milestone: | none → 12.05 |
Changed in ubuntu-webcatalog: | |
status: | Fix Committed → Fix Released |