Django-NotesApp/project/notes/migrations
2023-03-29 19:37:42 +08:00
..
0001_initial.py Initial commit 2023-02-24 00:13:44 +08:00
0002_note_date_created.py Initial commit 2023-02-24 00:13:44 +08:00
0003_alter_note_content.py Initial commit 2023-02-24 00:13:44 +08:00
0004_historicalnote.py Allow showing of note timestamp in api 2023-02-25 16:48:43 +08:00
0005_delete_historicalnote.py Allow showing of note timestamp in api 2023-02-25 16:48:43 +08:00
0006_note_owner.py Notes now has owner foreign key 2023-03-01 22:58:22 +08:00
0007_alter_note_owner.py Notes now has owner foreign key 2023-03-01 22:58:22 +08:00
0008_alter_note_owner.py Notes now has owner foreign key 2023-03-01 22:58:22 +08:00
0009_alter_note_content.py Made content field for note unlimited 2023-03-03 23:47:30 +08:00
0010_alter_note_owner.py Hotfix for not being able to POST with changed 12 hour datetime format 2023-03-04 19:25:40 +08:00
0011_alter_note_owner.py Hotfix for not being able to POST with changed 12 hour datetime format 2023-03-04 19:25:40 +08:00
0012_remove_note_date_created_note_last_updated.py Fixed timezone for date_created 2023-03-04 22:07:34 +08:00
0013_remove_note_last_updated_note_date_created.py Fixed timezone for date_created 2023-03-04 22:07:34 +08:00
0014_note_public.py Added logic to support public notes 2023-03-29 19:37:42 +08:00
__init__.py Initial commit 2023-02-24 00:13:44 +08:00