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

Django 1.7 #58

Draft
wants to merge 5 commits into
base: python3-3
Choose a base branch
from
Draft

Django 1.7 #58

wants to merge 5 commits into from

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    780ab32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad9448 View commit details
    Browse the repository at this point in the history
  3. Explicitly mark used fields in FormSet

    Using shorthand "__all__" is counted as
    explicit here.
    
    Remove unused inlineformset_factory and ModelForm.
    
    These fixes are due to deprecation in Django 1.6
    and future removal in Django 1.8.
    ilesoft committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3ae5184 View commit details
    Browse the repository at this point in the history
  4. Use XHTML style boolean attribute to silence deprecation warning

    This fix is due to future change in functionality in Django 1.8.
    ilesoft committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0a689c1 View commit details
    Browse the repository at this point in the history
  5. Upgrade Django to 1.7

    Remove souht as Django 1.7 has built-in migrations.
    ilesoft committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b40bf49 View commit details
    Browse the repository at this point in the history