django-watson/watson
Daniel Quinn fcfe6eae6d Support stringifying objects in both Python 2 & 3
Without this fix, a Python3-based admin will simply show `Search object`
instead of `self.title`.
2017-11-23 14:06:52 +00:00
..
management Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
migrations Set on_delete=CASCADE for ForeignKey model fields 2017-07-22 12:46:36 +02:00
south_migrations Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
templates/watson Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
templatetags Flatten context for render_to_string 2017-06-13 12:36:39 +01:00
__init__.py v1.4.3 2017-09-28 11:30:34 +01:00
admin.py Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
backends.py Fixing escaping of <> characters in postgres. Closes #219 2017-09-27 10:24:45 +01:00
middleware.py fix middleware object, use MiddlewareMixin if present 2017-03-22 09:30:41 +01:00
models.py Support stringifying objects in both Python 2 & 3 2017-11-23 14:06:52 +00:00
search.py Fixing caching for default search backend 2017-09-22 12:22:20 +01:00
urls.py Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
views.py Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00