Commit graph

100 commits

Author SHA1 Message Date
AppleGrew
4f8fbb5f93 Merge pull request #115 from fjcapdevila/master
Fix typos
2014-06-12 08:55:04 +05:30
fjcapdevila
fd87d86344 typo 2014-06-11 12:34:43 -03:00
fjcapdevila
c7561ecde1 Typo 2014-06-11 12:25:21 -03:00
fjcapdevila
73d9e6cb90 Typo 2014-06-11 12:16:48 -03:00
AppleGrew
3f968c1532 Merge pull request #114 from fjcapdevila/master
Minor changes in doc-strings
2014-06-11 02:16:34 +05:30
fjcapdevila
3b8ba099a3 Minor format typo 2014-06-10 12:43:59 -03:00
fjcapdevila
5004b79c85 Typo
Little type
2014-06-10 12:23:24 -03:00
AppleGrew
40b2b9dbfc Merge pull request #113 from fjcapdevila/master
Fix another typos
2014-06-10 11:00:12 +05:30
fjcapdevila
4edeff61af Fix another typo
FIx another typo in a doc-string
2014-06-09 18:15:31 -03:00
AppleGrew
89c4f07643 Merge pull request #111 from jdotjdot/master
added '.distinct()' to result query on ModelJsonMixin
2014-06-10 02:28:52 +05:30
fjcapdevila
f354e54f91 Fix typo
Fix typo in a doc-string
2014-06-09 17:55:55 -03:00
fjcapdevila
26f9deaf90 Fix typo
Fix typo in a doc-string.
2014-06-09 17:33:43 -03:00
JJ
d27f04dec4 added '.distinct()' to result query on ModelJsonMixin to prevent duplicates 2014-06-09 16:00:41 -04:00
Bhaskar
6d1746cd21 Updated select2.js with latest version 3.4.2 to 3.4.8:
- When any of the duplicated options are selected, the values are not being cleared(in 3.4.2) after removing them, working in 3.4.8
2014-06-09 23:33:18 +05:30
Jonathan Liuti
7721d6aeb5 Documentation improvement.
I have just been bitten by this.

While it's really related to select2, due to the fact that django-select2 adds his bits of abstraction on top of select2, I wasted quite some time making sure nothing was wrong with django-select2 in the first place...

Hope it can help others, or help me if I happen to forget about it ;)
2014-04-24 11:24:31 +02:00
Bob
21e80ac2d6 Fix 1.4, 1.5 support in render_texts_for_value
Django 1.6 introduces field.empty_values.  This makes it compatible.
2014-04-08 12:49:27 -04:00
Pavel
400b5bde39 typo 2014-01-10 21:53:59 +03:00
AppleGrew
d11c127747 Merge pull request #76 from crccheck/fix-typos
Fix typos in the documentation
2013-11-19 19:52:07 -08:00
crccheck
3d800e6868 update capitalization of proper nouns
I usually spell ajax as AJAX, but after doing some reasearch, it seems
like Ajax is more commonly used.
2013-11-19 19:09:19 -06:00
crccheck
66a0ebfe99 fix random typos found while reading the project 2013-11-19 19:00:58 -06:00
apalazon
3f13e0cab4 Fix issue #74: Regen heavy_data.min.js 2013-11-19 19:25:56 +01:00
apalazon
c4fe791508 Fix issue #74: Change MULTISEPARATOR value from String.fromCharCode(0) to String.fromCharCode(31) to solve a problem with Internet Explorer 2013-11-19 19:03:43 +01:00
7wonders
a1d2206260 Added the new minified bootstrap css 2013-11-12 00:14:41 +01:00
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
1c67a47ceb Update widgets.py 2013-10-10 01:13:37 +05:30
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
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
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 (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
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
Michal Ociepka
ddbbb6a98c Add proper _has_changed for HiddenInput
Fixes #45
2013-06-12 16:43:30 +02:00
AppleGrew
93243616f3 Fixing issue#39. Added mark_safe() to MultipleSelect2HiddenInput.render(). 2013-05-02 10:45:55 +05:30
iMom0
80f52a4b27 Do not import urls defaults 2013-03-27 12:14:45 +08:00
AppleGrew (applegrew)
e082822cdd v4.0.0 Added Hashed Id generation scheme 2013-03-15 11:30:40 +05:30
AppleGrew (applegrew)
f58f608b23 v3.3.1 commit 2013-03-13 00:29:02 +05:30
AppleGrew (applegrew)
05b69c89b6 * Multi-process support. * Updated Select2 to 3.3.1. 2013-03-02 11:25:00 +05:30
AppleGrew (applegrew)
b39268f42d Issue#26 fix. 2013-02-28 21:17:20 +05:30
AppleGrew (applegrew)
4e1243bfec Issue#23 fix. 2013-02-28 14:18:27 +05:30