Commit Graph

  • f7bd9f3a25 Add Djrill version to User-Agent header medmunds 2015-09-25 18:23:45 -07:00
  • e06f2cf718 Travis: make build matrix more readable (by humans) medmunds 2015-09-25 17:50:44 -07:00
  • 3b4d1c1359 Travis: list installed package versions in build log medmunds 2015-09-25 17:19:51 -07:00
  • 42848e0eed Integration tests handle 'queued' response medmunds 2015-09-25 14:48:32 -07:00
  • 1ce7f98375 Add Django 1.9 alpha to test matrix Mike Edmunds 2015-09-25 12:02:42 -07:00
  • 23523389be Merge pull request #99 from Wrhector/v2.0-dev3 Mike Edmunds 2015-07-14 11:33:03 -07:00
  • 7179734a08 Allow global_merge_vars to be merged in with the per message dict, with keys in the latter taking precedent. William Hector 2015-07-14 05:57:12 +01:00
  • c8b760e8fa Merge pull request #98 from Wrhector/v2.0-dev Mike Edmunds 2015-07-13 16:21:39 -07:00
  • 883b23362c Allow Mandrill specific options to be set globally in the settings file. William Hector 2015-07-12 01:19:59 +01:00
  • bac85511b5 Use requests.session to pool requests when mass sending mail William Hector 2015-07-11 21:38:05 +01:00
  • da260de1a0 Drop support for Django 1.3, Python 2.6 and 3.2. medmunds 2015-05-14 11:39:57 -07:00
  • 99ac099081 Remove DjrillAdminSite medmunds 2015-05-14 11:00:52 -07:00
  • a658e12595 2.0 development branch medmunds 2015-05-14 10:10:42 -07:00
  • 1d086f85f4 Close out 1.4 dev medmunds 2015-05-13 20:18:11 -07:00
  • a6d4911d9b Travis: upgrade pip and setuptools at start of build medmunds 2015-05-13 19:49:25 -07:00
  • ef0051dd36 Docs: point to Django stable docs medmunds 2015-05-13 18:56:15 -07:00
  • c83aee0bf2 Update the docs copyright year medmunds 2015-05-13 18:47:18 -07:00
  • 46dea8d595 Fix missing Sphinx labels medmunds 2015-05-13 18:46:07 -07:00
  • 7c46bc7d96 Add troubleshooting docs medmunds 2015-05-13 18:03:28 -07:00
  • 651292fd24 Note Django DEFAULT_FROM_EMAIL in docs. medmunds 2015-05-13 17:58:55 -07:00
  • 6d94e94736 Live API tests medmunds 2015-05-13 16:27:38 -07:00
  • 00ddd2f4f6 Improve MandrillAPIError.__str__ medmunds 2015-05-13 15:43:54 -07:00
  • 6798b72b8b Fewer backticks and bullets in upcoming-changes docs medmunds 2015-05-12 19:00:55 -07:00
  • 8db86a8274 Fix RuntimeError on sys.modules in reset_warning_registry medmunds 2015-05-12 18:42:12 -07:00
  • fd75c4b24d Deprecate DjrillBackendHTTPError medmunds 2015-05-12 18:27:29 -07:00
  • 8d274e7b16 Deprecate DjrillMessage medmunds 2015-05-12 16:14:58 -07:00
  • 80895316f1 Deprecate DjrillAdminSite medmunds 2015-05-12 15:56:30 -07:00
  • cc56b96efa Improve and document JSON serialization for Mandrill API medmunds 2015-05-12 13:29:52 -07:00
  • 52de627af1 Clean up test warnings for Django 1.8 medmunds 2015-05-11 18:09:56 -07:00
  • adfc9f4a47 Django 1.8 release medmunds 2015-05-11 17:07:02 -07:00
  • d91e2c2f91 Adopt semver medmunds 2015-05-11 17:00:32 -07:00
  • 6891b0de91 Fix tests on Python 2.6 medmunds 2015-02-25 21:13:16 -08:00
  • d23a1bf4a1 Bump tests to Django 1.8b1 medmunds 2015-02-25 16:31:35 -08:00
  • bbc2e06091 Support Django 1.8 reply_to param. medmunds 2015-02-25 16:30:02 -08:00
  • 8ab36d2cd0 Django 1.8 alpha 1 support medmunds 2015-01-16 16:17:31 -08:00
  • 00a0a1fde6 Open v1.4 dev. medmunds 2015-01-16 14:06:57 -08:00
  • d714d35920 Release notes for 1.3. medmunds 2015-01-16 13:56:46 -08:00
  • 76e29c0845 Support merge_language option. medmunds 2015-01-16 13:48:39 -08:00
  • 1c4ee989f7 Fix "the JSON object must be str, not 'bytes'" on python3. medmunds 2015-01-16 13:36:00 -08:00
  • 0b4a210031 Test against SimpleAdminConfig on Django>=1.7. medmunds 2015-01-16 13:29:43 -08:00
  • 11961b57e5 Use real Response object in DjrillBackendMockAPITestCase tests. medmunds 2015-01-16 13:18:17 -08:00
  • 4754ef7650 Merge pull request #85 from freider/master Mike Edmunds 2015-01-16 10:41:47 -08:00
  • 95f143d8ca Changes the default API endpoint to the https version Elias Freider 2015-01-16 16:59:48 +01:00
  • a0ce916092 Fix a couple of Sphinx docs warnings medmunds 2014-09-29 17:25:45 -07:00
  • 52430216fc Open v1.3 dev medmunds 2014-09-29 17:14:04 -07:00
  • 6e6a6aad56 Prep for 1.2 release medmunds 2014-09-29 17:06:07 -07:00
  • 3acad587c9 Merge branch 'master' of https://github.com/brack3t/Djrill medmunds 2014-09-29 16:04:38 -07:00
  • c3f3480024 Merge pull request #75 from pkimber/master Mike Edmunds 2014-09-29 16:04:31 -07:00
  • 019a37d7f5 Docs: update list of testing configurations medmunds 2014-09-29 15:56:34 -07:00
  • 49ad853ab3 Docs: suggest checking Mandrill error logs for API errors medmunds 2014-09-29 15:48:31 -07:00
  • 79dac432c0 Add pointer to django.utils.log.AdminEmailHandler in docs. medmunds 2014-09-29 15:20:01 -07:00
  • c6b171b671 Document Django 1.7 admin installation changes. medmunds 2014-09-29 14:44:22 -07:00
  • a8ff2ad39e Update tests, readme for Django 1.7 release medmunds 2014-09-29 12:03:37 -07:00
  • 0063fde2e5 if missing 'from_email', then 'log_message' will fail to build Patrick Kimber 2014-08-04 15:32:24 +01:00
  • 54d54a9e73 Correct Travis install for Django 1.7rc2 medmunds 2014-08-01 07:43:53 -07:00
  • 55dc242879 Fix tests in Django 1.7 medmunds 2014-07-28 08:27:55 -07:00
  • 6dcbf86a43 Travis: Django 1.7rc2; explicit build matrix medmunds 2014-07-28 08:20:34 -07:00
  • 344e6013fd Merge pull request #70 from omerzimp/patch-1 Mike Edmunds 2014-07-17 18:29:50 -07:00
  • 44b51188a9 Added a note about PyPy support to the README file. Omer Katz 2014-07-15 11:54:54 +03:00
  • a46ade6c94 Updated the package's classifiers. Omer Katz 2014-07-15 11:54:07 +03:00
  • 1191d659d1 Updated the build process. Omer Katz 2014-07-15 11:52:54 +03:00
  • 274408eb1f Include missing templatetags in distribution medmunds 2014-06-04 08:03:18 -07:00
  • 19014a72b0 Open v1.2 development medmunds 2014-05-28 21:33:17 -07:00
  • fbbc84f98f Travis: _actually_ update Django 1.7 to b4 medmunds 2014-05-28 21:26:46 -07:00
  • ba803a553e Travis: _actually_ update Django 1.7 to b4 medmunds 2014-05-28 21:20:10 -07:00
  • 2f7de8e6af Update release notes medmunds 2014-05-28 21:19:58 -07:00
  • 18e3b52574 Travis: update Django 1.7 to b4 medmunds 2014-05-28 21:13:21 -07:00
  • 2c05647ada Travis: lose deprecated pip --use-mirrors medmunds 2014-05-28 21:12:41 -07:00
  • 62d15da00a Merge branch 'nikolay-saskovets-feature/use-mandrill-template-defaults' medmunds 2014-05-28 21:10:12 -07:00
  • 780d4f98f7 use_template_subject and use_template_from medmunds 2014-05-28 21:09:28 -07:00
  • 78ff0af229 Merge branch 'feature/use-mandrill-template-defaults' of git://github.com/nikolay-saskovets/Djrill into nikolay-saskovets-feature/use-mandrill-template-defaults medmunds 2014-05-28 20:42:36 -07:00
  • 66ae927b4c Merge pull request #65 from winhamwr/unicode_attachments Mike Edmunds 2014-05-28 09:03:12 -07:00
  • 3eb4582449 fix test nikolay.saskovets 2014-05-16 07:57:53 -04:00
  • 0e27a62f3c prepare for PR to mainstream (tests, docs, ...) nikolay.saskovets 2014-05-16 07:37:34 -04:00
  • c3420d156e ability to use default Mandrill subject and from fields nikolay.saskovets 2014-05-16 06:57:58 -04:00
  • f2a08894fa Fixed python 3.2 compatibility. winhamwr 2014-04-23 18:37:46 -04:00
  • 70dc022f77 Handle unicode attachment content in both python 2.X and python3. winhamwr 2014-04-23 16:59:48 -04:00
  • 4e0a0cca71 Added failing test showing that unicode attachments cause an error winhamwr 2014-04-23 15:52:05 -04:00
  • a5205786c7 Merge pull request #64 from kylegibson/issue_64 Mike Edmunds 2014-04-22 08:50:09 -07:00
  • 1c92edc665 Refs #64. Fixed requirement specification for requests Kyle Gibson 2014-04-21 13:43:45 -04:00
  • 07659aa121 Added Kyle Gibson to authors Kyle Gibson 2014-04-21 13:40:16 -04:00
  • 9eb8d13c3d Refs #64. Pegged requests to at least 1.0.0 Kyle Gibson 2014-04-21 13:37:54 -04:00
  • 8815601b65 Use override_settings rather than mucking with settings in tests medmunds 2014-04-20 15:48:12 -07:00
  • ea2499f92f Fix possible test-sequencing issue in DjrillMandrillSubaccountTests medmunds 2014-04-20 15:03:49 -07:00
  • 3cfcc34bc1 Oops: don't test Django 1.7b1 under Python 2.6 medmunds 2014-04-20 15:03:09 -07:00
  • 1e39e4d5c8 Start testing Django 1.7b1 medmunds 2014-04-20 14:45:29 -07:00
  • 28c5a3a742 Fix PendingDeprecationWarning for cycle tag on Django 1.6+ medmunds 2014-04-20 14:43:59 -07:00
  • 76a90cdf04 Use django.test.runner.DiscoverRunner on Django 1.6+ medmunds 2014-04-20 13:56:20 -07:00
  • 09fe0b0e12 Open 1.1 development medmunds 2014-04-20 13:43:27 -07:00
  • 0afb90389b Prep for 1.0 release medmunds 2014-04-20 13:35:07 -07:00
  • ba2302ae56 Subaccounts: Document setting; verify message option overrides global setting medmunds 2014-04-20 12:57:08 -07:00
  • 7e928dcaba Merge pull request #62 from expa/master Mike Edmunds 2014-04-20 12:17:37 -07:00
  • 3c7a69873f fix tests + add base send test Sameer Al-Sakran 2014-04-14 11:45:24 -07:00
  • 21e8727b1d use MANDRILL_SUBACCOUNT to match the API field Michael Hobbs 2014-04-11 14:24:31 -07:00
  • cd8c2b8760 add subaccount support to djrill Sameer Al-Sakran 2014-04-11 13:15:09 -07:00
  • 956e45bfcb Correct Django template example Mike Edmunds 2014-03-08 10:40:55 -08:00
  • 1707e2a665 Open dev branch for 1.0 medmunds 2014-01-25 13:05:34 -08:00
  • 6d7e14ffc4 Fix links to outdated 'master' in RTD. medmunds 2014-01-25 12:44:32 -08:00
  • d7c06bb576 Better handling for cc and bcc recipients. medmunds 2014-01-25 12:35:23 -08:00
  • 1e44392b13 Allow all extra message headers in send. medmunds 2014-01-25 11:58:12 -08:00