Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
Note Kfet 2018
Commits
0c33eb5d
Commit
0c33eb5d
authored
Jul 28, 2018
by
Hamza Dely
Browse files
[activites/migrations] Commite les migrations oubliées lors du précédent merge
parent
2743dcf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
activites/migrations/0003_auto_20180719_1939.py
0 → 100644
View file @
0c33eb5d
# -*- coding: utf-8 -*-
# Generated by Django 1.11.10 on 2018-07-19 17:39
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
django.utils.timezone
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'activites'
,
'0002_auto_20170609_1940'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'invite'
,
name
=
'naissance'
,
field
=
models
.
DateTimeField
(
default
=
django
.
utils
.
timezone
.
now
,
verbose_name
=
'date de naissance'
),
preserve_default
=
False
,
),
migrations
.
AlterUniqueTogether
(
name
=
'invite'
,
unique_together
=
set
([(
'nom'
,
'prenom'
,
'naissance'
,
'activite'
)]),
),
]
activites/migrations/0004_auto_20180719_1949.py
0 → 100644
View file @
0c33eb5d
# -*- coding: utf-8 -*-
# Generated by Django 1.11.10 on 2018-07-19 17:49
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'activites'
,
'0003_auto_20180719_1939'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'invite'
,
name
=
'naissance'
,
field
=
models
.
DateField
(
verbose_name
=
'date de naissance'
),
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment