Skip to content

Unicode Supporter

Compare
Choose a tag to compare
@browniebroke browniebroke released this 16 Oct 17:10
· 202 commits to master since this release

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.