aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/migrations (follow)
Commit message (Collapse)AuthorAgeLines
* Rename Tag Model Author FieldGravatar Hassan Abouelela2022-08-23-2/+2
| | | | | | | Renames the tag model `author` field to `authors` to better indicate what's contained in the field, and updates the documentation. Signed-off-by: Hassan Abouelela <[email protected]>
* Add Tag MetadataGravatar Hassan Abouelela2022-08-16-2/+3
| | | | | | | Uses the commit API to obtain tag metadata such as when it was last edited, and by whom. Signed-off-by: Hassan Abouelela <[email protected]>
* Unify Tag Migrations & Add Commit ModelGravatar Hassan Abouelela2022-08-16-45/+34
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Move Tag URL To Property And Add GroupGravatar Hassan Abouelela2022-08-14-0/+22
| | | | | | | | | The URLs can be simply constructed using the other tag properties, so they were removed from the database in favor of a property. A group field was also added to support tags within groups. Signed-off-by: Hassan Abouelela <[email protected]>
* Add Tags To Content ListingsGravatar Hassan Abouelela2022-08-13-0/+23
| | | | | | | Adds bot tags to the content page, as well as a model to go along with it. Signed-off-by: Hassan Abouelela <[email protected]>
* Remove unused migrations packageGravatar Johannes Christ2022-03-12-0/+0
|
* Change guides system to content systemGravatar ks1292020-10-04-0/+0
As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead.