Commit afb541d5ee033cb520307482cf3a31a010ee6e9e

Authored by Tomasz Bartosiak
1 parent 794f2d78

dodanie funkcji agregującej

Showing 1 changed file with 1 additions and 1 deletions
dictionary/teixml.py
... ... @@ -3,7 +3,7 @@ from semantics.models import LexicalUnitExamples
3 3  
4 4 import datetime
5 5  
6   -from django.db.models import Count, Min
  6 +from django.db.models import Count, Min, Max
7 7 from lxml import etree
8 8 from xml.sax.saxutils import escape
9 9  
... ...