weblate/weblate
2025-04-25 13:34:51 +02:00
..
accounts fix(change): optimize prefetch for rendering changes 2025-04-22 08:04:58 +02:00
addons fix(change): optimize prefetch for rendering changes 2025-04-22 08:04:58 +02:00
api feat: Webhooks (#14009) 2025-04-14 08:45:50 +02:00
auth fix(auth): avoid crash when get_or_create is not passed with defaults 2025-04-02 09:39:54 +02:00
billing feat: Replace ", ".join(...) with format_html_join_comma for proper localization (#14191) 2025-04-08 11:14:03 +00:00
checks chore(checks): utilize should_skip API when possible 2025-04-22 08:04:10 +02:00
configuration chore(deps): update pre-commit hook adamchainz/django-upgrade to v1.24.0 (#14378) 2025-03-27 20:48:03 +00:00
examples fix(git): avoid using custom merge driver in rebase or cherry-pick 2025-02-12 10:51:55 +01:00
fonts feat: use finders to load static files locally 2025-01-22 10:58:27 +01:00
formats chore: add type annotations to file operations 2025-03-21 08:40:18 +01:00
gitexport fix(gitexport): silently ignore BrokenPipeError 2025-03-12 12:12:41 +01:00
glossary fix(translation): correctly remove pending strings 2025-04-23 16:29:13 +02:00
lang fix(tests): store test data in the database 2025-04-10 10:40:19 +02:00
legal
locale Translated using Weblate (Hungarian) 2025-04-25 12:17:32 +02:00
machinery handle glossary delete fail for moderMT 2025-04-14 19:56:50 +02:00
memory feat: Replace ", ".join(...) with format_html_join_comma for proper localization (#14191) 2025-04-08 11:14:03 +00:00
metrics fix(metrics): correctly display total users count 2025-03-27 17:04:47 +01:00
screenshots chore: Migrate Change.ACTION_* to IntegerChoices (#14025) 2025-03-14 07:52:37 +01:00
static fix(deps): update dependency @sentry/browser to v9.14.0 (#14666) 2025-04-24 08:08:29 +02:00
templates feat: deleting a unit goes to next entry in batch 2025-04-22 13:31:52 +02:00
trans fix(translation): correctly remove pending strings 2025-04-23 16:29:13 +02:00
utils chore: releasing 5.11.1 2025-04-25 13:34:51 +02:00
vcs bugfix (gitlab): check status code 409 for existing pull requests (#14620) 2025-04-22 07:28:20 +00:00
wladmin chore: add type annotations 2025-03-12 12:12:53 +01:00
__init__.py
logger.py
middleware.py chore: Migrate Change.ACTION_* to IntegerChoices (#14025) 2025-03-14 07:52:37 +01:00
models.py
py.typed
runner.py
settings_docker.py feat(settings): add environment variable to setup MEDIA and static URL 2025-04-25 10:46:17 +02:00
settings_example.py fix(config): enable webhooks in Docker container 2025-04-19 10:59:34 +02:00
settings_test.py feat(ci): use paralel test execution 2025-02-20 16:35:42 +01:00
sitemaps.py
urls.py chore: replace custom statistics views with API 2025-02-10 14:45:12 +01:00
wsgi.py