From afb541d5ee033cb520307482cf3a31a010ee6e9e Mon Sep 17 00:00:00 2001
From: Tomasz Bartosiak <tomasz.bartosiak@gmail.com>
Date: Thu, 21 Nov 2019 17:58:31 +0100
Subject: [PATCH] dodanie funkcji agregujÄ…cej

---
 dictionary/teixml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dictionary/teixml.py b/dictionary/teixml.py
index 30fb7b4..c812dc5 100644
--- a/dictionary/teixml.py
+++ b/dictionary/teixml.py
@@ -3,7 +3,7 @@ from semantics.models import LexicalUnitExamples
 
 import datetime
 
-from django.db.models import Count, Min
+from django.db.models import Count, Min, Max
 from lxml import etree
 from xml.sax.saxutils import escape
 
--
libgit2 0.22.2