Skip to content

Releases: founders4schools/django-donations

Hidden Donor

23 Oct 09:06
Compare
Choose a tag to compare

Don't crash in case of hidden donations

Saferer JG

22 Oct 17:20
Compare
Choose a tag to compare

Fix a possible crash during the verification process when extracting data returned by Just Giving API

Safer JG

22 Oct 17:12
Compare
Choose a tag to compare

Fix a possible crash in the verification when coming back from Just Giving

Donor Capturer

19 Oct 17:37
Compare
Choose a tag to compare

Main changes:

  • New field on Donation model to capture donor display name from the provider, useful if the donor has no user on the Django website.
  • Capture Donor as user if authenticated
  • Avoid auto-config crash before migration have been run
  • Bug fixes in the verify view
  • Just Giving gives back the Donation reference as GET parameter

Also a few code quality tweaks for warnings reported by landscape:

  • Use of built-in id, replaced by pk

Unicode Supporter

16 Oct 17:10
Compare
Choose a tag to compare

Main changes:

  • Fix a few issues with unicode in models and provider
  • Make the main URL namespace for the application to donations
  • Do not install south if Django >= 1.7
  • Donation reference is the ID of the Donation model instance. Passing the whole donation name would include the currency, which urlencode doesn't like
  • Remove the read-only attribute to some field of the Donation Provider in the admin.

Full diff here.

Invisible Administrator

16 Oct 13:22
Compare
Choose a tag to compare

This release resolves an issue which was making the admin to not show up when integrated to a Django project. The list display were also not defined for some models, it was therefore not really usable.

Migrating Pigeon

13 Oct 12:04
Compare
Choose a tag to compare

Attempt to fix including migrations again in the pip release, which was causing:

The app 'donations' does not appear to use migrations.