Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oser-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamza Touizrat
oser-backend
Merge requests
!67
remplace notif by contact
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
remplace notif by contact
verification_mail
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Hamza Touizrat
requested to merge
verification_mail
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2543f293
1 commit,
2 years ago
2 files
+
20
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
users/migrations/0008_auto_20221206_1845.py
0 → 100644
+
18
−
0
View file @ 2543f293
Edit in single-file editor
Open in Web IDE
# Generated by Django 2.2 on 2022-12-06 17:45
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
users
'
,
'
0007_auto_20221028_1429
'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'
user
'
,
name
=
'
HasSignedCharter
'
,
field
=
models
.
BooleanField
(
blank
=
True
,
default
=
'
False
'
,
null
=
True
,
verbose_name
=
'
Charte
'
),
),
]
Loading