GitLab
Sign in
SGJP
/
Kuznia
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
d25ca733b535034b3ce720cc1de94c4f4ce8bb88
Authored by
janek37
11 years ago
1 parent
bebc1c60
przywrócony import datetime (błąd pycharma)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
dictionary/pagination_types.py
dictionary/pagination_types.py
View file @
d25ca73
1
1
#-*- coding:utf-8 -*-
2
2
3
+from datetime import datetime
3
4
from django.contrib.auth.models import User
4
5
from django.forms import *
5
6
from dictionary.models import History, Lexeme, filter_visible, Pattern
...
...