Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Removed apps/compat/ (bug 999120)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Apr 24, 2014
1 parent fa9e25c commit 70689b4
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 1,298 deletions.
3 changes: 1 addition & 2 deletions apps/addons/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from addons.models import Persona
from amo.utils import create_es_index_if_missing
from bandwagon.models import Collection
from compat.models import AppCompat
from users.models import UserProfile
from versions.compare import version_int

Expand Down Expand Up @@ -150,7 +149,7 @@ def setup_mapping(index=None, aliased=True):
# Adjust the mapping for all models at once because fields are shared
# across all doc types in an index. If we forget to adjust one of them
# we'll get burned later on.
for model in Addon, AppCompat, Collection, UserProfile:
for model in Addon, Collection, UserProfile:
index = index or model._get_index()
index = create_es_index_if_missing(index, aliased=aliased)
try:
Expand Down
Empty file removed apps/compat/__init__.py
Empty file.
127 changes: 0 additions & 127 deletions apps/compat/cron.py

This file was deleted.

26 changes: 0 additions & 26 deletions apps/compat/forms.py

This file was deleted.

70 changes: 0 additions & 70 deletions apps/compat/models.py

This file was deleted.

85 changes: 0 additions & 85 deletions apps/compat/templates/compat/index.html

This file was deleted.

40 changes: 0 additions & 40 deletions apps/compat/templates/compat/reporter.html

This file was deleted.

Loading

0 comments on commit 70689b4

Please sign in to comment.