| .. |
|
0001_initial.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0002_alter_game_box_art.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0003_remove_dropcampaign_twitch_drop_is_acco_7e9078_idx_and_more.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0004_remove_game_twitch_game_owner_i_398fa9_idx_and_more.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0005_add_reward_campaign.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0006_add_chat_badges.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0007_rename_operation_name_to_operation_names.py
|
Fix feed links
|
2026-03-22 01:12:23 +01:00 |
|
0008_alter_channel_options_alter_chatbadge_options_and_more.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0009_alter_chatbadge_badge_set_and_more.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0010_rewardcampaign_image_file_rewardcampaign_image_url.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0011_dropbenefit_image_height_dropbenefit_image_width_and_more.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0012_dropcampaign_operation_names_gin_index.py
|
Lower line-length to default and don't add from __future__ import annotations to everything
|
2026-03-09 04:37:54 +01:00 |
|
0013_game_box_art_mime_type_game_box_art_size_bytes.py
|
Add box art and campaign image metadata fields; update feeds and backfill command
|
2026-03-09 19:53:10 +01:00 |
|
0014_dropcampaign_image_mime_type_and_more.py
|
Add box art and campaign image metadata fields; update feeds and backfill command
|
2026-03-09 19:53:10 +01:00 |
|
0015_dropcampaign_is_fully_imported.py
|
Add is_fully_imported field to DropCampaign and KickDropCampaign models; update views and commands to filter by this field
|
2026-03-20 00:55:32 +01:00 |
|
0016_mark_all_drops_fully_imported.py
|
Fix feed links
|
2026-03-22 01:12:23 +01:00 |
|
0017_dropbenefit_twitch_drop_distrib_70d961_idx.py
|
Refactor badge list view to use badge_data and optimize badge fetching; add tests for badge list and detail views
|
2026-04-11 01:12:08 +02:00 |
|
0018_rename_twitch_drop_start_a_929f09_idx_tw_drop_start_desc_idx_and_more.py
|
Rename indexes in DropCampaign and RewardCampaign for clarity; add tests to verify index usage in dashboard queries
|
2026-04-11 01:20:35 +02:00 |
|
0019_dropcampaign_campaign_list_indexes.py
|
Add indexes to drop_campaign_list_view
|
2026-04-11 04:30:08 +02:00 |
|
0020_rewardcampaign_tw_reward_ends_starts_idx.py
|
Add index on RewardCampaign for ends_at and starts_at fields; update tests for index verification
|
2026-04-12 03:09:21 +02:00 |
|
0021_channel_allowed_campaign_count_cache.py
|
Add allowed_campaign_count field to Channel model and implement counter cache logic
|
2026-04-12 04:20:47 +02:00 |
|
__init__.py
|
Add initial configuration and structure for the Twitch app, including models, views, and admin registration
|
2025-07-08 19:05:36 +02:00 |