extensions-website/common
Anna Sirota aeaeee7ff9 Files: add extension field to the model
This makes it easier to identify which files belong to which extensions
(because they can be linked via 4 different ways: as icons, featured
images, version files and preview files), and makes this relation
obvious at the database level.
2024-05-09 17:55:46 +02:00
..
fixtures Merge 'policies' and 'conditions of use' pages (#117) 2024-05-07 19:20:15 +02:00
management/commands Fake data: set logging level from verbosity 2024-04-18 15:13:46 +02:00
middleware Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
static/common Galleria: fix video URL not set on first click (closes #101) 2024-05-09 15:54:30 +02:00
templates Implement Web Assets' theme system and selection, and add 'light' theme (#118) 2024-05-08 14:20:05 +02:00
templatetags Forms: remove cols,rows; add classes and placeholder in the template 2024-05-02 18:24:05 +02:00
tests Files: add extension field to the model 2024-05-09 17:55:46 +02:00
views Fix TemplateDoesNotExist that happens during handling of CSRF 2024-04-04 08:49:24 +02:00
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
admin.py Admin: allow deletion of LogEntry (otherwise it blocks deletion of other objects) 2024-04-18 15:13:34 +02:00
compare.py OpenAPI Support 2024-02-14 15:28:29 +01:00
context_processors.py ApprovalQueue: fix N+1 query checking user.is_moderator 2024-05-06 19:16:50 +02:00
fields.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
help_texts.py Upload files, create extensions of different types + tests 2022-08-31 17:31:22 +02:00
log_entries.py Fix "Cannot record change" error that happens when a new user logs in 2024-04-04 08:41:45 +02:00
markdown_renderers.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
markdown.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
model_mixins.py Record changes: better way to compare object states 2024-04-23 18:38:41 +02:00