Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!92
Používání mo.web.fields
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Používání mo.web.fields
jk/fields
into
devel
Overview
16
Commits
20
Changes
1
Merged
Jiří Kalvoda
requested to merge
jk/fields
into
devel
3 years ago
Overview
16
Commits
20
Changes
1
Expand
0
0
Merge request reports
Viewing commit
00f57d83
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
00f57d83
UsersFilterForm: Přidání chybějícího atributu f_round_year
· 00f57d83
Jiří Kalvoda
authored
3 years ago
mo/web/org_users.py
+
1
−
0
Options
@@ -47,6 +47,7 @@ class UsersFilterForm(PagerForm):
f_search_email
:
Optional
[
str
]
=
None
f_year
:
Optional
[
int
]
=
None
f_school
:
Optional
[
db
.
Place
]
=
None
f_round_year
:
Optional
[
int
]
=
None
f_round_category
:
Optional
[
str
]
=
None
f_round_seq
:
Optional
[
int
]
=
None
f_contest_site
:
Optional
[
db
.
Place
]
=
None
Loading