Closed Bug 940354 Opened 11 years ago Closed 11 years ago

Convert or remove tastypie_services.services stuff

Categories

(Marketplace Graveyard :: API, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mat, Assigned: mat)

References

Details

(Whiteboard: [qa-])

We have this code:

from tastypie_services.services import (ErrorResource, SettingsResource)

(...)

if settings.ALLOW_TASTYPIE_SERVICES:
    services.register(ErrorResource(set_handler=handle_500))
    if getattr(settings, 'CLEANSED_SETTINGS_ACCESS', False):
        services.register(SettingsResource())


I can't find any trace of CLEANSED_SETTINGS_ACCESS in the settings commited in the repos, however both stage and dev have settings.ALLOW_TASTYPIE_SERVICES set to True. We need to investigate whether we really need this and how this can be converted if we do.
Priority: -- → P2
Assignee: nobody → mpillard
Status: NEW → ASSIGNED
Fixed in https://github.com/mozilla/zamboni/commit/d571dffbb317376b8b7aed0a92307ba6be763cee
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.