Commit graph

72 commits

Author SHA1 Message Date
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
AppleGrew
7515dad006 Update django_select2/util.py
Added `type="text/javascript"` to generated `<script>` tag.
2013-02-14 09:02:30 +05:30
hotet
10b16f2ba3 Update django_select2/static/js/heavy_data.min.js
Removed comma
2013-01-24 12:00:56 +01:00
hotet
06ae211f8b Update django_select2/static/js/heavy_data.js
Removed comma :<
2013-01-24 11:59:36 +01:00
AppleGrew (applegrew)
322fc67759 Major typo. Regression in widgets. 2013-01-19 17:30:04 +05:30
AppleGrew (applegrew)
709c58fca2 Added type directive in docstring for userGetValTextFuncName. 2013-01-16 00:12:32 +05:30
AppleGrew (applegrew)
ebdc72b9f4 Docstring indent 2013-01-16 00:02:00 +05:30
AppleGrew (applegrew)
842e1ac8f8 Correcting doc string directive. 2013-01-15 23:56:42 +05:30
AppleGrew (applegrew)
97b8dac054 Formatting fix in docstring 2013-01-15 23:39:11 +05:30
AppleGrew (applegrew)
1aedde99d6 Now minifying CSS and JS files. During production they will be used intead.
The minification process has been automated too. When sdist command is
given to setup.py then it will use web-service to minify the js n css
files.
2013-01-13 23:25:47 +05:30
AppleGrew (applegrew)
3fb6581737 Heavy no longer has any need for caching user selections in cookies or localStorage. 2013-01-13 10:58:52 +05:30
AppleGrew (applegrew)
aa60bb36ec Making heavy use localStorage instead of cookies and few more heavy related fixes. 2013-01-13 10:02:39 +05:30
AppleGrew (applegrew)
8dea1a6446 Addressed issue#19.
Code to generate JS code did not take into account the scenario where
string constants already had quotes in them. Only Heavy fields and
widgets were affected.
2013-01-06 00:30:02 +05:30
AppleGrew (applegrew)
ec8f815b9c v3.1.5 2012-12-18 09:54:55 +05:30
Stefan Foulis
fdbf724761 adds extra_data support for AutoModelSelect2Field
allows passing data structures in ajax requests that can be used for custom formatting
2012-12-13 14:20:08 +01:00
AppleGrew (applegrew)
913453f8ef v3.1.4. Manually picked changes from Issue#16 (pull request). 2012-11-27 10:31:40 +05:30
AppleGrew (applegrew)
cf960fe11b v3.1.3 released. 2012-11-26 23:17:15 +05:30
AppleGrew (applegrew)
7946563288 v3.1.3. Fixed some minor issues. 2012-11-25 01:44:36 +05:30
AppleGrew (applegrew)
434f89cdfc Performace improvement & tests 2012-11-25 00:32:56 +05:30
Stéphane Raimbault
d24b6a5206 Pylint and useless imports
widgets.py contains DOS and Unix line returns, I've converted it
to DOS only to keep changes small in this commit.
2012-11-09 18:20:32 +01:00
AppleGrew (applegrew)
487e55020c Added a timer util. 2012-10-13 20:56:39 +05:30
AppleGrew (applegrew)
be760d69c0 Version 3.1.2 doc n version no. update 2012-10-04 23:23:21 +05:30
AppleGrew (applegrew)
1e166c7e8f Let Django_select2 be imported even when Django is not installed. 2012-10-02 21:07:47 +05:30
AppleGrew (applegrew)
0d40026fe0 Doc updates. 2012-09-29 01:32:21 +05:30
AppleGrew (applegrew)
34c9f4383d Removed an unwanted file. 2012-09-28 23:30:59 +05:30
AppleGrew (applegrew)
3ac09c7a96 * Fixed setup.py to include templates dir * Updated select2 to version 3.2 2012-09-28 23:26:12 +05:30
AppleGrew (applegrew)
6409289bbb Added AUTO_RENDER_SELECT2_STATICS setting. 2012-09-14 12:04:36 +05:30
AppleGrew (applegrew)
18856a8e1a Doc update 2012-09-10 12:02:58 +05:30
AppleGrew (applegrew)
8ba04e5e4a Doc updates 2012-09-05 12:16:48 +05:30