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

Fix DeprecationWarning / invalid escape sequence on Python 3.7.x #197

Closed
wants to merge 0 commits into from

Conversation

jerrcs
Copy link

@jerrcs jerrcs commented Dec 11, 2018

Fixes this error whenever running Django commands:

/usr/local/lib/python3.7/site-packages/auditlog/models.py:358: DeprecationWarning: invalid escape sequence \.
  add_introspection_rules([], ["^auditlog\.models\.AuditlogHistoryField"])

@codecov-io
Copy link

codecov-io commented Dec 11, 2018

Codecov Report

Merging #197 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #197   +/-   ##
=======================================
  Coverage   83.43%   83.43%           
=======================================
  Files          19       19           
  Lines         513      513           
=======================================
  Hits          428      428           
  Misses         85       85
Impacted Files Coverage Δ
src/auditlog/models.py 83.42% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a22978e...a86f8ad. Read the comment docs.

@Linkid
Copy link
Contributor

Linkid commented Jan 4, 2022

Hi! Thank you for this PR.
Could you please rebase ?
Thanks

Copy link
Contributor

@Linkid Linkid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A rebase is needed.

@Linkid
Copy link
Contributor

Linkid commented Jan 10, 2022

Check #342 for the rebase.

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.

3 participants