diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst index 1bd634dad..b39d692f6 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