forked from encode/django-rest-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace utf8 character ' with its ascii counterpart, makes bdist_rpm.…
…py happy on centos7 (encode#4412)
- Loading branch information
1 parent
e3f8d06
commit 966330a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,7 +169,7 @@ You may also want to [follow the author on Twitter][twitter]. | |
|
||
# Security | ||
|
||
If you believe you’ve found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**. | ||
If you believe you've found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**. | ||
|
||
Send a description of the issue via email to [[email protected]][security-mail]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure. | ||
|
||
|