Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support to django model translation fields #1304

Closed
wants to merge 4 commits into from

Commits on Jan 25, 2024

  1. Django Model Translations compatibility

    The proposed change converts the django model translations fields to char or text fields, this way django-simple-history can iterate better and change its properties.
    
    This resolves the issue brought up in issue jazzband#1299.
    natanrmaia committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8d9780c View commit details
    Browse the repository at this point in the history
  2. Update AUTHORS.rst

    natanrmaia committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6f863a9 View commit details
    Browse the repository at this point in the history
  3. Update AUTHORS.rst

    natanrmaia committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a294196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b81fbc1 View commit details
    Browse the repository at this point in the history