debian-django-watson/watson
Matt Molyneaux 4f68db0523 Backend fixes for using `watson_rank` in expressions
Referencing columns defined using `QuerySet.extra` does not make them
visible to expressions such as `Value`, `F`, or `When`, and Django docs
state that the `extra` method will get no further bug fixes.
2018-04-30 23:28:59 +01:00
..
management Updating changelog 2017-12-21 16:21:11 +00:00
migrations Set on_delete=CASCADE for ForeignKey model fields 2017-07-22 12:46:36 +02: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 1.5.2 2018-02-23 16:23:10 +00:00
admin.py Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
backends.py Backend fixes for using `watson_rank` in expressions 2018-04-30 23:28:59 +01:00
middleware.py Fixing flake8 2017-11-27 08:54:17 +00:00
models.py Adding support for Django 2.0 BigAutoField. Closes #238. 2018-02-20 11:01:46 +00:00
search.py Fixing filter() with a UUID field. Closes #227. 2017-12-06 16:51:57 +00:00
urls.py Add app_name to be compatible with Django 2. 2018-02-02 16:19:16 +09:00
views.py Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00