extensions-website/ratings/migrations
Oleg Komarov 7fc8d31ce8 Ratings: implement replies by maintainers (#181)
See #64

This PR changes the model: unused `reply_to` field is removed,
a new RatingReply model is introduced instead.
This simplifies prefetches and is better suited to the task of
supporting a single reply per rating.

Co-authored-by: Márton Lente <marton@blender.org>
Reviewed-on: #181
Reviewed-by: Anna Sirota <annasirota@noreply.localhost>
2024-06-11 12:35:01 +02:00
..
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
0001_initial.py Flattening out django migrations 2024-01-29 16:41:08 +01:00
0002_initial.py Flattening out django migrations 2024-01-29 16:41:08 +01:00
0003_alter_rating_score.py Make migrations 2024-02-22 21:25:15 +01:00
0004_alter_rating_status.py Approve all the reviews by default 2024-02-26 17:35:32 +01:00
0005_remove_rating_date_deleted.py Make it possible to fully delete unlisted/unrated extensions and versions (#81) 2024-04-19 11:00:13 +02:00
0006_alter_ratingflag_user.py Fix deletion task, protect more account-linked data 2024-06-05 13:20:51 +02:00
0007_ratingreply_and_more.py Ratings: implement replies by maintainers (#181) 2024-06-11 12:35:01 +02:00