AppleGrew
|
e1186229eb
|
Merge pull request #101 from bobisme/patch-1
Fix 1.4, 1.5 support in render_texts_for_value
|
2014-04-08 22:50:55 +05:30 |
|
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 |
|
AppleGrew
|
35b82dd55b
|
Merge pull request #91 from vinograd19/patch-1
typo
|
2014-01-10 11:02:56 -08: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 |
|
AppleGrew
|
a5c383a979
|
Merge pull request #75 from apalazon/master
Fix issue #74: Change MULTISEPARATOR value from String.fromCharCode(0) t...
|
2013-11-19 19:40:11 -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 |
|
AppleGrew
|
d00ba18db1
|
Merge pull request #72 from 7wonders/master
Adds bootstrap 3 support to make select2 look a little nicer
|
2013-11-11 20:02:48 -08:00 |
|
7wonders
|
a1d2206260
|
Added the new minified bootstrap css
|
2013-11-12 00:14:41 +01:00 |
|
AppleGrew (applegrew)
|
4bfcdc6ef5
|
Issue 76 testing
|
2013-11-09 10:00:43 +05:30 |
|
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 |
|