Skip to content

Commit

Permalink
Fixes bug 1325069 - Removed CrashesCountByDay model from the public A…
Browse files Browse the repository at this point in the history
…PI. (#3680)
  • Loading branch information
adngdb committed Mar 1, 2017
1 parent 394680d commit 4746d11
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions webapp-django/crashstats/crashstats/models.py
Expand Up @@ -1198,26 +1198,6 @@ class CorrelationsSignatures(SocorroMiddleware):
)


class CrashesCountByDay(SocorroMiddleware):

deprecation_warning = DEPRECATION_RAMPAGE_WARNING

cache_seconds = 60 * 60 * 18 # 18 hours of cache should be good.

URL_PREFIX = '/crashes/count_by_day/'

required_params = (
'signature',
'start_date'
)

possible_params = (
'end_date',
)

API_WHITELIST = None


class GCCrashes(SocorroMiddleware):

cache_seconds = 60
Expand Down

0 comments on commit 4746d11

Please sign in to comment.