mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-29 00:35:45 +08:00
Add formatted timestamp to student status serializer
This commit is contained in:
parent
cc52931956
commit
4a96774ba8
4 changed files with 25 additions and 8 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 4.2.3 on 2023-08-15 10:51
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('student_status', '0002_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='studentstatus',
|
||||
name='timestamp',
|
||||
field=models.DateTimeField(auto_now_add=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue