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

Integrates django-modeltranslation as an optional app à la south #1019

Merged
merged 34 commits into from Mar 5, 2015

Commits on Apr 26, 2014

  1. Django-modeltranslation integration. Missing fix for dupplicated admi…

    …n inline fields
    Mathias Ettinger committed Apr 26, 2014
    Copy the full SHA
    de34f02 View commit details
    Browse the repository at this point in the history
  2. Syntax improved. Tests validates. test_mulisite (sic) fails, possibly…

    … a django-modeltranslation bug
    Mathias Ettinger committed Apr 26, 2014
    Copy the full SHA
    46a6be0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f89ebcd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

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

Commits on May 14, 2014

  1. Add language selector in the navigation bar

    Mathias Ettinger committed May 14, 2014
    Copy the full SHA
    61a1894 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3ba2c6 View commit details
    Browse the repository at this point in the history
  3. Add translatable settings through django-modeltranslation

    Mathias Ettinger committed May 14, 2014
    Copy the full SHA
    069bd47 View commit details
    Browse the repository at this point in the history
  4. Cosmetic changes to fix syntax tests

    Mathias Ettinger committed May 14, 2014
    Copy the full SHA
    9fd92a0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

  1. Fix CharFields with default value being a translation string

    Mathias Ettinger committed May 19, 2014
    Copy the full SHA
    3766e51 View commit details
    Browse the repository at this point in the history
  2. Improve admin display for translatable settings

    Mathias Ettinger committed May 19, 2014
    Copy the full SHA
    ae93d98 View commit details
    Browse the repository at this point in the history
  3. Pep8 fix

    Mathias Ettinger committed May 19, 2014
    Copy the full SHA
    9fe70da View commit details
    Browse the repository at this point in the history

Commits on May 24, 2014

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

Commits on May 27, 2014

  1. [modeltranslation] move slug creation logic into the models

    Mathias Ettinger committed May 27, 2014
    Copy the full SHA
    1dbdc25 View commit details
    Browse the repository at this point in the history
  2. Slug creation fallback to Page.title if no translation is provided fo…

    …r the default language
    Mathias Ettinger committed May 27, 2014
    Copy the full SHA
    c22a034 View commit details
    Browse the repository at this point in the history
  3. Add tests for modeltranslation

    Mathias Ettinger committed May 27, 2014
    Copy the full SHA
    faa4980 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Copy the full SHA
    bacf402 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd1f964 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ee76caf View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Urls: check against USE_MODELTRANSLATION instead of USE_L10N

    Mathias Ettinger committed Jun 10, 2014
    Copy the full SHA
    1fb3d81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3eb22cb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Copy the full SHA
    2fa3acf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf660a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Copy the full SHA
    9da09bb View commit details
    Browse the repository at this point in the history
  2. Fix createdb syntax error

    Kniyl committed Feb 5, 2015
    Copy the full SHA
    8efb995 View commit details
    Browse the repository at this point in the history
  3. Pep8 fix

    Kniyl committed Feb 5, 2015
    Copy the full SHA
    7daabe3 View commit details
    Browse the repository at this point in the history
  4. Pep8 fix

    Kniyl committed Feb 5, 2015
    Copy the full SHA
    6fc1d13 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Copy the full SHA
    6737a38 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fbd9205 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Modeltranslation's global switch gets a fixed position for easy acces…

    …s when editing fields
    Kniyl committed Feb 10, 2015
    Copy the full SHA
    68b0c0d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ee7aa30 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Copy the full SHA
    7da55d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2015

  1. Copy the full SHA
    8b0ed11 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. Removed modeltranslation's tabs that appeared for TabularInlines with…

    … no translation field defined
    Kniyl committed Feb 16, 2015
    Copy the full SHA
    3e91ed5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Disable settings.USE_MODELTRANSLATION when set to True but

    django-modeltranslation is not installed.
    Kniyl committed Feb 18, 2015
    Copy the full SHA
    71c7494 View commit details
    Browse the repository at this point in the history