Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hipo/django-ses-plus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: Hipo/django-ses-plus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    dae0121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342571d View commit details
    Browse the repository at this point in the history
  3. bump version

    alicertel committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    8e8c189 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Remove deprecated ugettext_lazy()

    Instead use gettext_lazy()
    canbolukbas committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2caea19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb39df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6b68eb View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.0.0

    canbolukbas committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    399f421 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    c1e6a9b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    1f7f381 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from canbolukbas/migrate-to-django-4-1

    Support Django 3.2 as Minimum
    omerfarukabaci authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d600fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Email attachment feature (#7)

    * Implement email attachment feature
    
    * Bump version to 1.0.0
    
    * Refactor email attachments feature
    
    * Fix typo
    
    * Email monitoring and tracking (#8)
    
    * add email monitoring and tracking fields
    
    * add bounce type fields
    
    * add migration
    
    * add events extra requirements
    
    * add monitoring fields to SentEmailAdmin
    
    * send_email method returns sent_email
    
    * add ordering to SentEmailAdmin
    
    * if the email is opened, clicked or complained, it is also delivered
    
    * message_id may not be exists in extra_headers for testing
    
    * task required to return a serializable
    
    * Update version
    
    ---------
    
    Co-authored-by: Goksel Coban <[email protected]>
    Co-authored-by: Taylan Pince <[email protected]>
    3 people authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f2e9531 View commit details
    Browse the repository at this point in the history
Loading