Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_django unchained
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Emmanuel B. Laurel
widget_django unchained
Commits
dc5b6def
Commit
dc5b6def
authored
Mar 30, 2022
by
Jose Emmanuel B. Laurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Checked departments using admin
parent
ab4e56f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
db.sqlite3
widget_django_unchained/db.sqlite3
+0
-0
0003_rename_id_name_widgetuser_id_num.py
...epage/migrations/0003_rename_id_name_widgetuser_id_num.py
+18
-0
0003_rename_id_name_widgetuser_id_num.cpython-39.pyc
...he__/0003_rename_id_name_widgetuser_id_num.cpython-39.pyc
+0
-0
No files found.
widget_django_unchained/db.sqlite3
View file @
dc5b6def
No preview for this file type
widget_django_unchained/homepage/migrations/0003_rename_id_name_widgetuser_id_num.py
0 → 100644
View file @
dc5b6def
# Generated by Django 3.2.12 on 2022-03-30 17:08
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'homepage'
,
'0002_auto_20220330_1805'
),
]
operations
=
[
migrations
.
RenameField
(
model_name
=
'widgetuser'
,
old_name
=
'id_name'
,
new_name
=
'id_num'
,
),
]
widget_django_unchained/homepage/migrations/__pycache__/0003_rename_id_name_widgetuser_id_num.cpython-39.pyc
0 → 100644
View file @
dc5b6def
File added
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