Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
670023fa
Verified
Commit
670023fa
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Change default of persons to active; update submodules.
Advances
#69
.
parent
454cfb83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
apps/official/BiscuIT-App-Alsijil
+1
-1
1 addition, 1 deletion
apps/official/BiscuIT-App-Alsijil
apps/official/BiscuIT-App-Chronos
+1
-1
1 addition, 1 deletion
apps/official/BiscuIT-App-Chronos
biscuit/core/models.py
+1
-1
1 addition, 1 deletion
biscuit/core/models.py
with
3 additions
and
3 deletions
BiscuIT-App-Alsijil
@
537af657
Compare
3efec9b1
...
537af657
Subproject commit
3efec9b19a9b62389569f1556e17450047fe4561
Subproject commit
537af657858c0362a56112c8cc085e094e04665a
This diff is collapsed.
Click to expand it.
BiscuIT-App-Chronos
@
00449ffa
Compare
1073b77c
...
00449ffa
Subproject commit
1073b77c7f34051d6f2602e56b131c51ad886bdc
Subproject commit
00449ffaf896bb5ac28b2bcb908c83c7b918a96a
This diff is collapsed.
Click to expand it.
biscuit/core/models.py
+
1
−
1
View file @
670023fa
...
...
@@ -43,7 +43,7 @@ class Person(SchoolRelated):
get_user_model
(),
on_delete
=
models
.
SET_NULL
,
blank
=
True
,
null
=
True
,
related_name
=
'
person
'
)
is_active
=
models
.
BooleanField
(
verbose_name
=
_
(
'
Is person active?
'
),
default
=
Fals
e
)
verbose_name
=
_
(
'
Is person active?
'
),
default
=
Tru
e
)
first_name
=
models
.
CharField
(
verbose_name
=
_
(
'
First name
'
),
max_length
=
30
)
last_name
=
models
.
CharField
(
verbose_name
=
_
(
'
Last name
'
),
max_length
=
30
)
...
...
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