forked from dbca-wa/licensing-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0001_initial.py.patch2
More file actions
21 lines (21 loc) · 856 Bytes
/
0001_initial.py.patch2
File metadata and controls
21 lines (21 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 0001_initial.py.upd 2021-12-14 06:36:05.897813569 +0800
+++ 0001_initial.py.upd2 2021-12-14 06:47:11.559595589 +0800
@@ -27,13 +27,11 @@
to='contenttypes.ContentType',
verbose_name='content type',
)),
- ('user', models.IntegerField(
- verbose_name='user')),
- #('user', models.ForeignKey(
- # to=settings.AUTH_USER_MODEL,
- # on_delete=models.CASCADE,
- # verbose_name='user',
- #)),
+ ('user', models.ForeignKey(
+ to=settings.AUTH_USER_MODEL,
+ on_delete=models.CASCADE,
+ verbose_name='user',
+ )),
],
options={
'ordering': ['-action_time'],