This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
forked from dj-stripe/dj-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
71 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,19 @@ | |
|
||
__title__ = "dj-stripe" | ||
__summary__ = "Django + Stripe Made Easy" | ||
__uri__ = "https://github.com/pydanny/dj-stripe/" | ||
__uri__ = "https://github.com/kavdev/dj-stripe/" | ||
|
||
__version__ = "0.9.0.dev" | ||
__version__ = "0.9.0.dev0" | ||
|
||
__author__ = "Daniel Greenfeld" | ||
__email__ = "[email protected]" | ||
__author__ = "Alexander Kavanaugh" | ||
__email__ = "[email protected]" | ||
|
||
__license__ = "BSD" | ||
__license__ = "License :: OSI Approved :: BSD License" | ||
__copyright__ = "Copyright 2015 Daniel Greenfeld" | ||
__copyright__ = "Copyright 2016 Alexander Kavanaugh" | ||
|
||
if get_django_version() <= '1.7.x': | ||
msg = "dj-stripe deprecation notice: Django 1.7 and lower are no longer\n" \ | ||
"supported. Please upgrade to Django 1.8 or higher.\n" \ | ||
"Reference: https://github.com/pydanny/dj-stripe/issues/275" | ||
"Reference: https://github.com/kavdev/dj-stripe/issues/275" | ||
warnings.warn(msg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ Contents | |
usage | ||
settings | ||
cookbook | ||
migrating_to_djstripe | ||
contributing | ||
authors | ||
history | ||
|
Oops, something went wrong.