summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeredithAnya <meredith.a.heller@gmail.com>2016-10-19 11:17:55 -0700
committerGitHub <noreply@github.com>2016-10-19 11:17:55 -0700
commit39a75224e58d3c8694a9346202299a645ea49182 (patch)
treebd732b3bda4f4398a7ba21b337d6ac0f825f88ab
parenta57f4aeea145211404dc4b2eb17c4e53082a5ab4 (diff)
downloadraven-39a75224e58d3c8694a9346202299a645ea49182.tar.gz
Change django release path (#889)
* release path change * release path change * use os.pardir
-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 333f75a..43ba2a2 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(__file__)),
+ 'release': raven.fetch_git_sha(os.path.dirname(os.pardir)),
}
Once you've configured the client, you can test it using the standard Django