chapeau/kepi/trilby_api/migrations
Marnanel Thurman 37d53b2e4e Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source.
HTML renderings of each one are cached. You can access them at Status.content_as_html
and Status.spoiler_as_html.
2021-02-16 22:58:42 +00:00
..
0001_initial.py
0002_auto_20200406_2239.py
0003_auto_20200414_1634.py
0004_auto_20200415_1506.py
0005_auto_20200415_1658.py
0006_auto_20200420_1658.py
0007_auto_20200423_1912.py
0008_auto_20200424_1345.py
0009_auto_20200511_1853.py
0010_remoteperson_hostname.py
0011_auto_20200514_0006.py
0012_auto_20200516_0044.py
0013_auto_20200516_0059.py
0014_auto_20200516_1946.py
0015_remoteperson_created_at.py
0016_auto_20200525_1608.py
0017_person_language.py
0018_auto_20200603_1706.py
0019_localperson_default_sensitive.py
0020_auto_20200815_1749.py
0021_auto_20200820_1535.py
0022_auto_20200915_1638.py
0023_auto_20200928_2039.py Replaced the "requested" flag in Follow with an "offer" field which holds the ID of the follow request. 2020-09-30 15:44:16 +01:00
0024_localperson_featured.py LocalPerson gains "featured" attribute. Bowler gains FeaturedView. 2020-10-11 15:36:58 +01:00
0025_auto_20201011_1439.py Only local accounts can receive Notifications. Closes issue #43. 2020-10-11 15:46:06 +01:00
0026_auto_20201019_1524.py "url" param of trilby's Person renamed to "remote_url" per policy; "status" field or attribute removed in both Person subclasses. 2020-10-19 16:51:11 +01:00
0027_localperson_gone.py add "gone" field to LocalPerson 2020-10-29 01:53:01 +00:00
0028_mention.py added Mention class 2020-10-29 04:17:22 +00:00
0029_auto_20210216_1914.py Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source. 2021-02-16 22:58:42 +00:00
__init__.py