Commit graph

151 commits

Author SHA1 Message Date
7wonders
6322a26e7f Added built in minify script changes so that select2-bootstrap is minified for production 2013-11-08 04:53:35 +01:00
7wonders
3be6962993 Adds bootstrap 3 support to make select2 look a little nicer 2013-11-08 03:34:03 +01:00
AppleGrew (applegrew)
7d66164e65 Bumping to v4.2.2. 2013-11-05 21:28:05 +05:30
AppleGrew
32b49c4cca Merge pull request #69 from apalazon/master
Fixed test case for issue #66 with solution
2013-10-29 03:21:39 -07:00
apalazon
8f81544f83 Restored test.db to old one 2013-10-29 10:45:26 +01:00
apalazon
c1de491f53 Restore the code to use GET - again. The example works with GET and POST. 2013-10-29 10:42:40 +01:00
apalazon
9c249ae5e7 Resuelto el problema con la limpiexa de la búsqueda 2013-10-29 10:27:10 +01:00
apalazon
e2cc63e69f Fix issue #66 on my own example, implementing get_val_txt(self, value) on my overriden field. 2013-10-29 10:23:26 +01:00
AppleGrew
e96a79833e Merge pull request #68 from apalazon/master
Test case for issue #66 AutoSelect2MultipleField does not bind GET value
2013-10-25 00:11:43 -07:00
apalazon
3805f12717 Test case for issue #66 AutoSelect2MultipleField does not bind GET value on page render 2013-10-22 13:53:31 +02:00
AppleGrew
1c67a47ceb Update widgets.py 2013-10-10 01:13:37 +05:30
AppleGrew
d01b0d2e87 Merge pull request #64 from emorozov/master
Do not assume that jQuery is bound to $ variable.
2013-10-07 22:38:19 -07:00
Eugene Morozov
c939010007 Use fully qualified jQuery name to avoid conflict with other js frameworks. 2013-10-07 22:35:38 +05:30
Eugene Morozov
b4feb53ea4 Do not assume that jQuery is bound to $ variable. 2013-10-07 22:03:00 +05:30
AppleGrew
9895dc613f Update README 2013-09-29 13:54:00 +05:30
AppleGrew
bdb936f762 Update README.md 2013-09-29 13:53:39 +05:30
AppleGrew
aef40c7300 Update get_started.rst 2013-09-29 13:53:18 +05:30
AppleGrew
dea936ebee Update get_started.rst 2013-09-29 13:52:45 +05:30
AppleGrew
66f1ab7bc3 Update README 2013-09-29 13:50:57 +05:30
AppleGrew
ad30a48f70 Update README.md 2013-09-29 13:50:31 +05:30
AppleGrew
44dd16ce18 Merge pull request #63 from briandant/master
Adds instruction for including in urlconf
2013-09-29 01:19:15 -07:00
Brian Dant
08360c93cc Adds instruction for including in urlconf 2013-09-29 03:07:59 -04:00
AppleGrew (applegrew)
f87839419d Updated .gitignore 2013-09-28 10:46:43 +05:30
AppleGrew
604130b06e Update fields.py 2013-09-27 20:10:44 +05:30
AppleGrew
0c46114f56 Update fields.py 2013-09-27 20:08:09 +05:30
AppleGrew
8cb1b0d82f Added doc to get_queryset. 2013-09-27 20:04:06 +05:30
AppleGrew
0a77e54b59 Merge pull request #61 from novapost/master
Fix #59 - Add a get_queryset helper to be able to provide a site related queryset.
2013-09-27 07:24:07 -07:00
Rémy HUBSCHER
71a7171e2f Fix #59 - Add a get_queryset helper to be able to provide a site related queryset. 2013-09-24 16:33:38 +02:00
AppleGrew
daba199d63 Update README.md 2013-09-18 10:03:09 +05:30
AppleGrew
79847dde86 Update README 2013-09-18 10:02:54 +05:30
AppleGrew (applegrew)
564bfd3467 v4.2.1 2013-09-17 23:10:14 +05:30
AppleGrew (applegrew)
cc94db7e2b Issue 54. Widget performance fix. 2013-09-17 22:02:32 +05:30
AppleGrew (applegrew)
096162ac84 Changed some log levels. 2013-09-16 11:37:34 +05:30
AppleGrew (applegrew)
e9035ede04 Updating docs. 2013-09-16 02:43:52 +05:30
AppleGrew (applegrew)
ab57470b02 Adding Tagging support. 2013-09-16 02:03:08 +05:30
AppleGrew (applegrew)
12ad5255d0 Bumping Select2 JS version to 3.4.2. 2013-09-15 13:38:41 +05:30
AppleGrew
ff658973b2 Merge pull request #52 from Ameriks/master
Removed empty term validation.
2013-09-08 22:50:12 -07:00
Agris Ameriks
5db7791b20 Removed empty term validation.
Why are you validating that term is filled? If I want to suggest values immediately after opening select2 input, I specify select2_options {"minimumResultsForSearch": 0, "minimumInputLength": 0,}.

Why isn't this valid case? Maybe I'm missing something, but see it very useful to suggest, for example, last used values immediately after opening select2 field.

Thanks!
2013-09-06 18:55:11 +03:00
AppleGrew (applegrew)
683d29fd2b Added debug code to heavy_data.js 2013-07-06 17:31:13 +05:30
AppleGrew (applegrew)
fe1fb4fd76 Updating Select2 JS to 3.4.1 2013-07-06 10:04:18 +05:30
AppleGrew
fd6357b827 Merge pull request #46 from mociepka/issues/45
The `_has_changed` in MultipleSelect2HiddenInput return bad data and added admin to testapp.
2013-06-12 08:49:28 -07:00
Michal Ociepka
ddbbb6a98c Add proper _has_changed for HiddenInput
Fixes #45
2013-06-12 16:43:30 +02:00
Michał Ociepka
677d817abf Sync database
Administration authentication data:
* user name: "admin",
* password: "admin".

Issue #43
2013-06-08 10:17:59 +02:00
Michał Ociepka
482435b313 Register all models in admin
Issue #43
2013-06-08 10:16:38 +02:00
Michał Ociepka
94c3d5bd21 Add the school form
Issue #43
2013-06-08 10:15:45 +02:00
Michał Ociepka
8f14e64701 Add new testing model School
Issue #43
2013-06-08 10:14:59 +02:00
Michał Ociepka
de98651ab0 Add Django admin
Issue #43
2013-06-08 10:13:46 +02:00
AppleGrew
93243616f3 Fixing issue#39. Added mark_safe() to MultipleSelect2HiddenInput.render(). 2013-05-02 10:45:55 +05:30
AppleGrew (applegrew)
710284eac4 Unicode fix in setup.py 2013-04-11 10:14:46 +05:30
AppleGrew
de18c95a61 Merge pull request #36 from imom0/master
Fix importerror under django1.6
2013-03-26 21:32:28 -07:00