ku-polls/polls/migrations
2023-09-15 23:52:51 +07:00
..
__init__.py Create the polls app. 2023-08-26 16:28:34 +07:00
0001_initial.py Create polls models and migrate 2023-08-28 18:57:49 +07:00
0002_question_end_date_alter_question_pub_date.py Add is_published, can_vote to QuestionModel/ Add test for can_vote, is_published 2023-09-05 21:25:04 +07:00
0003_alter_choice_votes_alter_question_pub_date.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0004_alter_question_pub_date.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0005_question_long_description_question_short_description_and_more.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0006_question_down_vote_count_question_up_vote_count.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0007_question_participant_count.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0008_alter_question_pub_date.py Editable pub_date + docstring / format file with black.py 2023-09-10 21:52:46 +07:00
0009_tag_remove_choice_votes_vote_question_tags.py Fix query in Index / Check User Vote/ Refine Model 2023-09-12 02:47:21 +07:00
0010_sentimentvote.py Add a way to do up,down vote in model 2023-09-12 16:31:03 +07:00
0011_remove_vote_question.py Add Vote View Test and Recode it a bit + Seperate test 2023-09-14 21:47:12 +07:00
0012_vote_question.py Add Vote View Test and Recode it a bit + Seperate test 2023-09-14 21:47:12 +07:00
0013_alter_vote_question.py Add Vote View Test and Recode it a bit + Seperate test 2023-09-14 21:47:12 +07:00
0014_remove_question_down_vote_count_and_more.py Add up/down Vote + Update admin field 2023-09-15 02:22:06 +07:00
0015_question_trend_score.py Add trend score and modify view / test to apply trending 2023-09-15 23:52:51 +07:00