mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Fix ESTestCase and 501/503 templates for middleware #149

Closed willkg closed 11 years ago

willkg commented 11 years ago

ESTestCase now derives from django.test.TestCase which means it requires DATABASES settings. This adds sqlite in-memory settings to test_settings.py.

Moved the middleware error templates so that they're in the elasticutils.contrib.django Django app.

willkg commented 11 years ago

r?

rlr commented 11 years ago

Changes look good to me :sailboat: