-
Notifications
You must be signed in to change notification settings - Fork 25
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
Weak JS tests #39
Comments
joehybird
added a commit
that referenced
this issue
Jul 24, 2020
joehybird
added a commit
that referenced
this issue
Jul 24, 2020
genglert
added a commit
that referenced
this issue
Jan 29, 2021
TODO: changelog TODO: complete TODO: fix ContentType.__str__() (remove label) TODO: test creme_uninstall TODO: re-activate eslint (see .githooks/pre-commit & .githooks/pre-push ) Django's version is now "3.0". Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme()
genglert
added a commit
that referenced
this issue
Feb 2, 2021
TODO: re-activate eslint (see .githooks/pre-commit & .githooks/pre-push ) Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 8, 2021
TODO: re-activate eslint (see .githooks/pre-commit & .githooks/pre-push ) Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 10, 2021
TODO: re-activate eslint (see .githooks/pre-commit & .githooks/pre-push ) Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 11, 2021
…s/pre-commit & .githooks/pre-push ) Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 18, 2021
…s/pre-commit & .githooks/pre-push ) Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 18, 2021
…s/pre-commit & .githooks/pre-push ) Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 22, 2021
Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
genglert
added a commit
that referenced
this issue
Feb 22, 2021
Notes: - django.utils.encoding.force_text() => force_str() - django.utils.html.escape() converts now ' to ' instead of '. - django.utils.http.urlquote() => urllib.parse.quote() - django.utils.http.is_safe_url() => url_has_allowed_host_and_scheme() - Use the old ContentType__str__() method. - The decorator @xframe_options_sameorigin has been used on views which are designed to be displayed in <iframe> (HTML bodies of emails).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://app.circleci.com/pipelines/github/HybirdCorp/creme_crm/148/workflows/fce73511-18a3-4aa1-a4a4-2543e51eb42c/jobs/556/steps
The text was updated successfully, but these errors were encountered: