blender-studio/blog/migrations
Anna Sirota f6ede7e3f7 Subscribers-only blog posts (#104416)
Adds `is_subscribers_only` column to Blog posts.

Posts with `is_subscribers_only == True` will

* not show up in the RSS feed;
* still show up at `/blog/` (`is_subscribers_only` is directly accessible in the templates);
* display a "Subscribe" banner in post's detail page instead of post's content;
   * comment section also won't be shown in this case.

Reviewed-on: #104416
Reviewed-by: Francesco Siddi <fsiddi@noreply.localhost>
2024-07-02 15:49:10 +02:00
..
__init__.py Blog app: models and basic views, admin 2020-07-29 14:27:54 +02:00
0001_initial.py Reset migrations and override User model [T83882] 2020-12-18 12:01:44 +01:00
0002_auto_20201218_1135.py Reset migrations and override User model [T83882] 2020-12-18 12:01:44 +01:00
0003_post_attachments.py Reset migrations and override User model [T83882] 2020-12-18 12:01:44 +01:00
0004_auto_20201218_1135.py Reset migrations and override User model [T83882] 2020-12-18 12:01:44 +01:00
0005_modify_content_help_text.py For markdown-with-HTML fields, include a help text with a list of supported tags 2021-11-09 14:25:31 +01:00
0006_modify_help_texts.py Minor change to help text on markdown-with-HTML fields 2021-11-09 15:29:02 +01:00
0007_fix_help_text_migrations.py Fix markdown fields migration 2021-11-10 11:01:47 +01:00
0008_update_help_text_replace_float_classes.py Replace BS4 float-{left,right} with BS5 float-{start,end} classes in existing content 2021-12-02 14:58:46 +01:00
0009_alter_post_content.py Missing migrations for altered markdown help texts 2022-09-23 16:51:49 +02:00
0010_help_text.py Add help_text to models 2023-01-23 17:04:30 +01:00
0011_post_contributors.py Blog: support post contributors in the model 2024-05-02 12:39:24 +02:00
0012_post_is_subscribers_only.py Subscribers-only blog posts (#104416) 2024-07-02 15:49:10 +02:00