Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Percent signs escaping in templatetags #44

Closed

Conversation

mgu
Copy link

@mgu mgu commented May 28, 2018

Closes #43

In Django >= 1.9, % signs are escaped to %% during extraction
then replaced by % during the rendering. [1]
Before Django 1.9, only single percent signs were escaped.

The extraction now behaves in the same way.

[1] django/django@b750889

Closes python-babel#43

In Django >= 1.9, `%` signs are escaped to `%%` during extraction
then replaced by `%` during the rendering. [1]
Before Django 1.9, only single percent signs were escaped.

The extraction now behaves in the same way.

[1] django/django@b750889
@mgu mgu force-pushed the fix-percent-signs-escaping-templatetags branch from 123ba67 to a0ce42a Compare May 28, 2018 15:16
Since Django 2.1a1 [1], TOKEN_* constants have been replaced by an Enum

[1] django/django@9c4ea63
@mgu
Copy link
Author

mgu commented Feb 8, 2019

project seems dead

@mgu mgu closed this Feb 8, 2019
@mgu mgu deleted the fix-percent-signs-escaping-templatetags branch February 8, 2019 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant