Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Backend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
swp-unisport
team-warumkeinrust
Backend
Commits
12dc71de
Commit
12dc71de
authored
3 years ago
by
borzechof99
Browse files
Options
Downloads
Patches
Plain Diff
Fix Typo for Josie
parent
19ea7120
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unisportomat/quiz/models.py
+2
-2
2 additions, 2 deletions
unisportomat/quiz/models.py
with
2 additions
and
2 deletions
unisportomat/quiz/models.py
+
2
−
2
View file @
12dc71de
...
@@ -95,9 +95,9 @@ class Sport(models.Model):
...
@@ -95,9 +95,9 @@ class Sport(models.Model):
class
CriterionManager
(
models
.
Manager
):
class
CriterionManager
(
models
.
Manager
):
"""
"""
Manages Creation of Criterion Objects
Manages Creation of Criterion Objects
Since every Sport Object needs to be rated in every
c
riterion,
Since every Sport Object needs to be rated in every
C
riterion,
when a new Criterion is created, every Sport object needs to be rated for that Criterion.
when a new Criterion is created, every Sport object needs to be rated for that Criterion.
As a default
V
alue, -1 is entered so that it can be recognized that no true value is given.
As a default
v
alue, -1 is entered so that it can be recognized that no true value is given.
Docs: https://docs.djangoproject.com/en/3.2/ref/models/instances/#creating-objects
Docs: https://docs.djangoproject.com/en/3.2/ref/models/instances/#creating-objects
"""
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment