dj-paypal
dj-paypal copied to clipboard
Paypal integration for Django - Inspired by dj-Stripe
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
can we substitute django.contrib.postgres.fields.JSONField fro django.db.models.JSONField without breaking backwards compatability?
I'd like to use your library, but iIcan't find the documentation anywhere, I checked the wikis here and searched at readthedocs. isn't there any documentation?
Hi, is there any possibility to resync from paypal? Like `manage.py djpaypal_download_plans` but also for BillingAgreements and all the other models? Regards Native
We could add an inline model admin to show all WebhookEvents related to a specific model (e.g. Sale or BillingAgreement). This would help with debugging information desyncs between the API...
In Django migrations the IDs are defined as serialize=False but that's counter to what we actually want since they're remote IDs.
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...