Giter VIP home page Giter VIP logo

django-select2's Introduction

Django-Select2

PyPi Version Build Status Test Coverage GitHub license Join the chat at https://gitter.im/applegrew/django-select2

This is a Django integration of Select2.

The app includes Select2 driven Django Widgets.

Installation

  1. Install django_select2

     pip install django_select2
    
  2. Add django_select2 to your INSTALLED_APPS in your project settings.

  3. Add django_select to your urlconf if you use any 'Auto' fields.

     url(r'^select2/', include('django_select2.urls')),
    

Upgrade from Version 4

Version 5 is a complete rewrite of the package to drastically reduce the code base and to ensure a future maintainability.

While we feature set remained unchanged, the API changed completely. Major changes:

  • Fields have been removed in favor of widgets.
  • All version 4 settings have been removed.
  • Template tags have been removed.
  • 3rd party javascript is served by a CDN.
  • No more inline javascript code.

Upgrade can be done in 5 simple steps:

  1. Remove all existing and to setup the new cache backend.
  2. Remove the old template tags from your templates:
  3. import_django_select2_js
  4. import_django_select2_css
  5. import_django_select2_js_css
  6. Add form.media.css to the top and form.media.js to the bottom of your base template.
  7. Upgrade to jQuery version 2, if you are still running version 1.
  8. Replace old fields with new widgets.

Documentation

Documentation available at http://django-select2.readthedocs.io/.

External Dependencies

  • jQuery version 2 This is not included in the package since it is expected that in most scenarios this would already be available.

Example Application

Please see tests/testapp application. This application is used to manually test the functionalities of this package. This also serves as a good example.

Special Thanks

  • Samuel Goldszmidt (@ouhouhsami) for reporting many fundamental issues with the code, because of which versions 2.0 and 2.0.1 were released.

Official Contributors

  • Johannes Hoppe (@codingjoe)

Changelog

See CHANGELOG.md

License

Copyright 2012 Nirupam Biswas

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.