]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(django): Removed unsupported template statements and filters by current LTS.
authortecis <67809811+tecis@users.noreply.github.com>
Fri, 17 Apr 2026 14:47:22 +0000 (14:47 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 17 Apr 2026 14:48:23 +0000 (14:48 +0000)
commit68d3129a05f0c97682126e51dcd7122fc6c2fbba
tree1e9dd2d76fc3b3cc693c269fe9775b41ce8d4cf2
parent8bcae3ca5d26218b2f9f3b4b33faedc2b4026d1b
runtime(django): Removed unsupported template statements and filters by current LTS.

Removed djangoStatement:

- ifequal: Depricated version 4.0.
- endifequal: Depricated version 4.0.
- ifnotequal: Depricated version 4.0.
- endifnotequal: Depricated version 4.0.
- parsed
- trans: Renamed to `translate` in version 4.0.
- blocktrans: Renamed to `blocktranslate` in version 4.0.
- endblocktrans: Renamed to `endblocktranslate` in version 4.0.

Removed djangoFilter:

- fix_ampersands: Removed in version 1.8.
- length_is: Removed in version 5.1.

sources:

- Current LTS is version [5.2](https://www.djangoproject.com/download/#supported-versions).
- Documentation template builtins [5.2](https://docs.djangoproject.com/en/5.2/ref/templates/builtins/#truncatechars-html).
- Documentation template builtins [6](https://docs.djangoproject.com/en/6.0/ref/templates/builtins).
- [Django Deprecation Timeline](https://docs.djangoproject.com/en/6.0/internals/deprecation)

closes: #19994

Signed-off-by: tecis <67809811+tecis@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/django.vim