Metadata-Version: 1.1
Name: django-paypal
Version: 0.1.5
Summary: A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
Home-page: https://github.com/spookylukey/django-paypal
Author: Luke Plant
Author-email: L.Plant.98@cantab.net
License: UNKNOWN
Description: A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
        
        Home page: https://github.com/spookylukey/django-paypal
        
        Docs: https://django-paypal.readthedocs.org
        
        Change log
        ==========
        
        Version 0.1.5
        -------------
        
        * Fixed support for custom User model in South migrations
        
          If you:
        
          * are using a custom AUTH_USER_MODEL
          * are using the 'pro' app
          * installed version 0.1.4 and ran the migrations,
        
          you will need to reverse the migrations in the 'pro' app that were applied
          when you ran "./manage.py migrate".
        
        
        Version 0.1.4
        -------------
        
        * New docs!
        
        * Python 3 support.
        
        * Django 1.7 support.
        
        * Support for custom User model via AUTH_USER_MODEL. If you change AUTH_USER_MODEL
          you will still need to write your own migrations.
        
        * Support for all possible 'initial' options that could be wanted in PayPalStandardForm
        
        * Support for PayPalPro CreateBillingAgreement method
        
        * Support for PayPalPro DoReferenceTransaction method
        
        * Upgraded to PayPal Pro API version 116.0
        
          * This deprecates the "amt" parameter for SetExpressCheckout and
            DoExpressCheckoutPayment. paymentrequest_0_amt should be used instead. Use
            of amt will raise a DeprecationWarning for now.
        
        * Various bug fixes, refactorings and small features.
        
        Version 0.1.3
        -------------
        
        * Missing payment types added
        
        * Additional signals:
        
          * payment_was_refunded
          * payment_was_reversed
        
        * Django 1.6 compatibility
        
        * Various bug fixes, including:
        
          * Fixes for non-ASCII characters
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
