REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'
Bug #1311433 reported by
Julian Edwards
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Django |
Unknown
|
Unknown
|
|||
MAAS |
Fix Released
|
Critical
|
Jeroen T. Vermeulen | ||
1.5 |
Fix Released
|
Critical
|
Jeroen T. Vermeulen | ||
maas (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Lucid |
Won't Fix
|
Undecided
|
Unassigned | ||
Precise |
Won't Fix
|
Undecided
|
Unassigned | ||
Quantal |
Won't Fix
|
Undecided
|
Unassigned | ||
Saucy |
Won't Fix
|
Undecided
|
Unassigned | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
python-django (Debian) |
New
|
Undecided
|
Unassigned | ||
python-django (Ubuntu) |
Fix Released
|
Critical
|
Marc Deslauriers | ||
Lucid |
Fix Released
|
Critical
|
Marc Deslauriers | ||
Precise |
Fix Released
|
Critical
|
Marc Deslauriers | ||
Quantal |
Fix Released
|
Critical
|
Marc Deslauriers | ||
Saucy |
Fix Released
|
Critical
|
Marc Deslauriers | ||
Trusty |
Fix Released
|
Critical
|
Marc Deslauriers |
Bug Description
[Test case]
Without the fix:
1. Install MAAS
2. Access the MAAS home page (http://
With the fix:
1. Install MAAS
2. Access the MAAS home page (http://
[Description of the problem]
This was caused by a regression in python-django introduced by a recent security update (see the bug's comment for details).
Related branches
lp://qastaging/~jtv/maas/bug-1311433
- Jeroen T. Vermeulen (community): Approve
-
Diff: 35 lines (+10/-3)1 file modifiedsrc/maasserver/views/combo.py (+10/-3)
lp://qastaging/~jtv/maas/1.5-bug-1311433
- Jeroen T. Vermeulen (community): Approve
-
Diff: 35 lines (+10/-3)1 file modifiedsrc/maasserver/views/combo.py (+10/-3)
lp://qastaging/~jtv/maas/revert-bug-1311433
- Raphaël Badin (community): Approve
-
Diff: 35 lines (+3/-10)1 file modifiedsrc/maasserver/views/combo.py (+3/-10)
lp://qastaging/~jtv/maas/1.5-revert-bug-1311433
- Raphaël Badin (community): Approve
-
Diff: 35 lines (+3/-10)1 file modifiedsrc/maasserver/views/combo.py (+3/-10)
- MAAS Maintainers: Pending requested
-
Diff: 1315 lines (+716/-221) (has conflicts)20 files modifieddocs/conf.py (+53/-16)
docs/hardware-enablement-kernels.rst (+96/-0)
docs/installing-ubuntu.rst (+88/-0)
etc/maas/templates/commissioning-user-data/snippets/maas_ipmi_autodetect.py (+8/-6)
src/maascli/api.py (+1/-0)
src/maasserver/api.py (+3/-3)
src/maasserver/migrations/0072_remove_ipmi_autodetect.py (+9/-0)
src/maasserver/models/node.py (+2/-42)
src/maasserver/models/tests/test_node.py (+2/-117)
src/maasserver/support/pertenant/tests/test_migration.py (+5/-9)
src/maasserver/testing/factory.py (+2/-2)
src/maasserver/tests/test_api_node.py (+4/-2)
src/maasserver/views/nodes.py (+5/-0)
src/maasserver/views/tests/test_clusters.py (+5/-5)
src/maasserver/views/tests/test_general.py (+2/-1)
src/maasserver/views/tests/test_nodes.py (+13/-4)
src/provisioningserver/custom_hardware/seamicro.py (+9/-0)
src/provisioningserver/import_images/boot_resources.py (+138/-0)
src/provisioningserver/import_images/tests/test_boot_resources.py (+256/-14)
src/provisioningserver/tests/test_tasks.py (+15/-0)
CVE References
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in maas: | |
status: | Triaged → Fix Committed |
Changed in maas: | |
assignee: | nobody → Jeroen T. Vermeulen (jtv) |
description: | updated |
tags: | added: patch |
Changed in maas: | |
status: | Fix Committed → Fix Released |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
bug 1309779 is the reference to the recent security fix.