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

Unexpected change in string contents #3981

Closed
sbdchd opened this issue Apr 16, 2023 · 1 comment
Closed

Unexpected change in string contents #3981

sbdchd opened this issue Apr 16, 2023 · 1 comment

Comments

@sbdchd
Copy link
Contributor

sbdchd commented Apr 16, 2023

not entirely sure which rule is changing it, but for some reason the help text string for a Django ORM column description is being rewritten from using a fancy forward quote: to use a tilde `

 customer_email = models.CharField(
-    max_length=255, help_text="The customer’s email address."
+    max_length=255, help_text="The customer`s email address."
 )
@dhruvmanila
Copy link
Member

Duplicate of #3977

@sbdchd sbdchd closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2023
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

No branches or pull requests

2 participants