summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeredithAnya <meredith.a.heller@gmail.com>2017-11-03 11:22:46 -0700
committerGitHub <noreply@github.com>2017-11-03 11:22:46 -0700
commit1477d7181f8fa24255466a69805caf6d61556da4 (patch)
treeecacea08ea483ad79d583ef9f24720c03b2d64f8
parent1a0d697dd11459bfa8ce933b3b53264098dad60d (diff)
downloadraven-update-fetch-git-sha-docs.tar.gz
-rw-r--r--docs/integrations/django.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst
index 1bd634d..b39d692 100644
--- a/docs/integrations/django.rst
+++ b/docs/integrations/django.rst
@@ -28,7 +28,7 @@ Additional settings for the client are configured using the
'dsn': '___DSN___',
# If you are using git, you can also automatically configure the
# release based on the git info.
- 'release': raven.fetch_git_sha(os.path.dirname(os.pardir)),
+ 'release': raven.fetch_git_sha(os.path.abspath(os.pardir)),
}
Once you've configured the client, you can test it using the standard Django