Commit 33fca50f authored by Michal Čihař's avatar Michal Čihař

Remove unused import, improve docs

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bcd02d86
...@@ -18,11 +18,8 @@ ...@@ -18,11 +18,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
''' '''
Wrapper for Sum to work with PostgreSQL database. Wrapper for Sum to work on Boolean fields.
See also https://code.djangoproject.com/ticket/17564
''' '''
from django.conf import settings
from django.db.models import Sum, When, Case, IntegerField from django.db.models import Sum, When, Case, IntegerField
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment