GitLab
Sign in
Walenty
/
Slowal
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
afb541d5ee033cb520307482cf3a31a010ee6e9e
Authored by
Tomasz Bartosiak
5 years ago
1 parent
794f2d78
dodanie funkcji agregującej
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dictionary/teixml.py
dictionary/teixml.py
View file @
afb541d
...
...
@@ -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
...
...