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

initialize select2 widget #31

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jun 7, 2016

  1. Fixed select2 widgets not initializing

    PJ Passalacqua committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    b48dfe8 View commit details
    Browse the repository at this point in the history
  2. fixed bad placement of initialize_select2 call

    PJ Passalacqua committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    0c639d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Changes URL declaration to avoid deprecated pattern

    This commit changes the way the URLs are declared to avoid RemovedInDjango110Warning messages. The
    old way, using django.conf.urls.patterns(), is deprecated and will be removed in Django 1.10
    hermanocabral authored and PJ Passalacqua committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    f37013c View commit details
    Browse the repository at this point in the history