Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing git #4

Open
wants to merge 400 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
400 commits
Select commit Hold shift + click to select a range
c2c2def
Merge pull request #753 from chubz/master
jpic Sep 28, 2016
45d5dbd
fix for PEP8
fruitschen Sep 29, 2016
e25881d
Merge branch 'master' of https://github.com/yourlabs/django-autocompl…
fruitschen Sep 29, 2016
725109d
One-line docstring should fit on one line with quotes
fruitschen Sep 29, 2016
b32ef73
code quality, again
fruitschen Sep 29, 2016
2d91c0a
code quality, again
fruitschen Sep 29, 2016
2f11d7b
code quality, again
fruitschen Sep 29, 2016
e7b7c26
Release 3.2.0
jpic Oct 5, 2016
0a974ab
Update tutorial.rst
katelynsills Oct 5, 2016
4e3f6c2
Merge pull request #755 from katelynsills/patch-1
jpic Oct 5, 2016
16f8350
add simple test case for TaggitSelect2 multi words tag
fruitschen Oct 6, 2016
1df6f97
Merge pull request #737 from Ixxy-Open-Source/master
jpic Oct 8, 2016
82469ea
Forward configuration lookup fix outside admin
gagarski Oct 8, 2016
8c2491e
Fix placeholder not working when URL is not given to autocomplete wid…
thauk-copperleaf Oct 17, 2016
0b82ed8
Release 3.2.1
jpic Oct 17, 2016
29c3ede
Select2 4.0.3
gagarski Nov 18, 2016
7ec8106
django-querysetsequence 0.7 support
jpic Dec 23, 2016
ed07e28
Make sure we click again after the JS has loaded
jpic Dec 24, 2016
05b5e1f
Fix tests (#784)
jpic Dec 25, 2016
8519141
Updated 'testmodel' to 'tmodel' to match changes from: Fix tests (#78…
whieronymus Jan 4, 2017
ace1503
Fix RemovedInDjango20Warning for 'reverse' imports
luksen Jan 25, 2017
0d2ca69
Use try-except around imports for compatibility
luksen Jan 25, 2017
22a107d
Use new 'reverse' import in tutorial
luksen Jan 25, 2017
b2ecb3d
Fixed integration with django js i18n (#802)
italomaia Feb 23, 2017
fafa463
Fix documentation error where ListSelect2 widget is referred to as Se…
FuzzAU Mar 9, 2017
ac407ac
Remove hardcoded DEBUG=True
jpic Mar 9, 2017
ee3e000
Serve static with whitenoise
jpic Mar 9, 2017
3d88ee3
reset.json was obsolete due to ctype pk changes
jpic Mar 9, 2017
6d8378a
Add dal-yourlabs.rhcloud.com to ALLOWED_HOSTS
jpic Mar 9, 2017
14f4474
Made Select2ListView return case insensitive results by default (#821)
DSynergy Mar 29, 2017
86b9d38
Enable DEBUG for tox
jpic Apr 3, 2017
01bdb22
Fix StaticLiveServerTestCases
jpic Apr 3, 2017
5d4a6f6
Fix python 3 support in select2_list test
jpic Apr 4, 2017
1c1812e
QA for Select2ListView
jpic Apr 4, 2017
e629364
QA on Select2ListChoiceField
jpic Apr 4, 2017
fd820c4
Django >= 1.10 support for filtered option rendering
jpic Apr 4, 2017
526c20f
Use assertHTMLEqual to compare HTML
jpic Apr 4, 2017
2b0f1b7
Use dqss pre-release
jpic Apr 4, 2017
9dcfa0c
Waiting for element to become stale gives better results
jpic Apr 5, 2017
72101cf
Strip remove character from labels in tests
jpic Apr 5, 2017
3b8cdde
Use assertHTMLEqual instead of assertEquals
jpic Apr 5, 2017
3ced867
Support new versions with django-gm2m
jpic Apr 5, 2017
40cfb5a
PEP/QA
jpic Apr 5, 2017
a4b362a
Update tag field support for Django 1.10+
jpic Apr 5, 2017
b28b589
Validate form before going forward in test
jpic Apr 5, 2017
3dce5ae
Fix gm2m functional test
jpic Apr 5, 2017
c58b80f
Let test retries be manual, get faster feedback
jpic Apr 5, 2017
c8752fa
Use phantomjs 2.1.1
jpic Apr 5, 2017
3223c4a
Drop 1.9 support
jpic Apr 5, 2017
ee9fab2
Force DEBUG for py.test - for whitenoise
jpic Apr 5, 2017
cd82cd9
Fix infinite loop in test
jpic Apr 5, 2017
6de21f8
Retry test in case trigger hadn't finished
jpic Apr 5, 2017
685663c
For some reason, new packages won't be installed on travis
jpic Apr 5, 2017
c24d27d
Django version Dance: support 1.11
jpic Apr 5, 2017
1097188
Set ALLOWED_HOSTS for DEBUG
jpic Apr 6, 2017
96a139b
Enable DEBUG on runserver
jpic Apr 6, 2017
a5f075a
Remove pasted code
jpic Apr 6, 2017
bf1a84e
Use retry-ing assertion in select2_one_to_one func test
jpic Apr 6, 2017
1237ee3
Use more tenacity
jpic Apr 6, 2017
7c7f80c
Also recognize py.test
jpic Apr 6, 2017
6112f64
Decoupled select2 label cleaning
jpic Apr 6, 2017
59c3c98
Make py.test verbose
jpic Apr 6, 2017
ac1d559
Merge pull request #827 from yourlabs/fix_tests
jpic Apr 6, 2017
772d479
Release 3.2.2
jpic Apr 7, 2017
457319c
Support serializing UUIDs
blag Feb 6, 2017
fb4d8ad
Prevent rendering of empty option on multi select
beruic Apr 3, 2017
622b107
Merge pull request #826 from beruic/patch-1
jpic Apr 13, 2017
9c898d7
Merge pull request #799 from blag/master
jpic Apr 13, 2017
cc83e28
Release 3.2.3
jpic Apr 14, 2017
ff663b6
Return 400 on invalid input
EvaSDK Mar 17, 2017
e24c72f
Allow passing positional argument to py.test through tox
EvaSDK Apr 13, 2017
16a4b2a
Merge pull request #813 from EvaSDK/json-error-return-400
jpic Apr 14, 2017
7650a4e
Release 3.2.4
jpic Apr 14, 2017
84846c3
Queryset sequence view to display actual model name (#836)
jsoa Apr 24, 2017
a6caa72
Use namespaced jQuery in `get_forwards` (#838)
ryan-copperleaf Apr 25, 2017
b0f9fa9
Remove forward.js from Select2WidgetMixin.Media
gagarski Apr 25, 2017
3ab9a60
Release 3.2.7
jpic Apr 26, 2017
49c4fad
rename_forward tests (#833)
gagarski Apr 26, 2017
dfd9c62
Add checkbox handling in forwards
marekjedrzejewski Apr 25, 2017
45cf5d1
Removed redundant print from rename_forward tests
gagarski Apr 25, 2017
f6b9109
Support for forwarding radio buttons properly
gagarski Apr 25, 2017
3209720
Allow boolean "data-html" attribute for widget on python side. (#841)
gagarski Apr 28, 2017
bd91af6
Optgroup list (#823)
jsurloppe Apr 28, 2017
5203962
Fix docstring typo
gagarski May 2, 2017
5aa4185
Small bug fixed in abstract Forward class.
gagarski May 2, 2017
58ee0d7
Release 3.2.8
jpic May 4, 2017
a44a2ed
Fixed JS autocomplete initializer (#819) (#820)
apinsard May 22, 2017
fff3ae5
Release 3.2.9 [ci skip]
jpic Jun 5, 2017
22d68c8
dal: prefer pristine jQuery to the django one (#861)
xrmx Jun 7, 2017
1eb0f0e
Fix selector used to allow clearing non-required fields. (#868)
zsiciarz Jun 26, 2017
b4c9d9b
Add missing classifiers in setup.py (#870)
ad-m Jun 26, 2017
cbc6c21
Localization #871 (#872)
dima-kov Jun 29, 2017
74627c5
Do not push element to initialized set if autocompleteLightInitialize…
apinsard Jul 11, 2017
ebc3638
Return proper content-type for reply
Jul 3, 2017
f846947
Release 3.2.10
jpic Aug 28, 2017
dedc640
Add Python 3.6 to tox.ini
jpic Sep 15, 2017
08d69f0
Fix mistake in docstring
voidus Sep 26, 2017
8561171
Improve create-new-object docs with example (#919)
davideghz Oct 2, 2017
28c9ece
Update tutorial.rst to fix XSS in the example
hangtwenty Nov 16, 2017
a3b712a
Fix renderers
ikcam Jul 2, 2017
5c5b5ae
Fix #928: Add note about slim jqueries
melvyn-sopacua Dec 6, 2017
190a80b
Make sure we're testing against Django 1.11
melvyn-sopacua Oct 29, 2017
8a0f0bd
Fix #930: QuerySetSequence querysets order is not preserved
melvyn-sopacua Oct 29, 2017
6f8e20f
Tiny cleanup in tutorial.rst
hangtwenty Nov 20, 2017
537c7a6
QA
jpic Oct 2, 2017
7095e20
Select2 update
jpic Oct 2, 2017
eec5c86
Django 2.0 support
jpic Oct 2, 2017
6cd3ddb
Inject test_project in sys.path to fix pytest
jpic Oct 2, 2017
34b4b93
Add loginview to test users which are not staff
jpic Oct 2, 2017
88dbd9f
Upgrade to django-querysetsequence 0.8
jpic Oct 29, 2017
8ff8d07
Nailing a couple of race conditions
jpic Oct 29, 2017
9d670a8
Temp hack to speed up builds
jpic Oct 29, 2017
7a2f060
Flake8 I201
jpic Dec 29, 2017
01af3ad
Update to select2 4.0.6-rc.1
jpic Dec 29, 2017
437cf2c
Add dal_select2_taggit support with dj2
jpic Dec 29, 2017
1a5fb30
Prevent initilization of other selects
loicteixeira Oct 2, 2017
8f86914
Look for forward values in all possible form prefixes
loicteixeira Oct 2, 2017
28aa68c
Add Tests
loicteixeira Oct 15, 2017
11f6b4b
Fix KeyError when id is not in attrs
dwheaton Aug 28, 2017
7c60f20
Prevent rendering of empty option on multi select
johandc Jul 11, 2017
8accb73
Replacing call to six with call to predefined get_result_label function
cgada Jul 6, 2017
5b37f86
Select2 url mutable
balinabbb Jul 3, 2017
670bb64
Fetch csrftoken from DOM when not found via cookie
bd808 Jun 12, 2017
9dae2cb
Enable different item label for selected item
maximpetrov Jul 22, 2017
8ee236e
Some docs for different item label for selected item
maximpetrov Jul 22, 2017
fc2ab59
Fix #926: atomic create_object view
jpic Dec 29, 2017
9378e7c
Allow overwriting the results
eayin2 Jul 10, 2017
5910a98
Fix #718 Remove temp hack for select2
jpic Dec 29, 2017
2db2856
Simplify customization of autocomplete views
EvaSDK Mar 17, 2017
5722644
dal: widgets: use the name if we don't have the id
xrmx Jun 5, 2017
0de5e20
Select2WidgetMixin Media as a dynamic property
luzfcb Sep 21, 2016
3cd7d3d
fix border case when get_language return None
luzfcb Sep 21, 2016
1174c89
use 'data-autocomplete-light-language' insteadof 'data-language' and …
luzfcb Sep 23, 2016
b56889d
Fix #952: Depend on django.utils.six
jpic Dec 29, 2017
c90973d
Don't offer to create a new option if a (case-insensitive) identical …
liwenyip May 14, 2017
61890f3
Use a list comprehension instead of a new SQL query
liwenyip May 17, 2017
1c97a6f
Release 3.3.0-rc1
jpic Dec 29, 2017
43b3d88
Revert "Select2 url mutable"
jpic Dec 31, 2017
96205d5
Fix #957: remove reference to deleted static file in select2 widget
jpic Jan 5, 2018
253a146
Release 3.3.0-rc3
jpic Jan 5, 2018
6d98b58
getForwards rewritten serializeForm and proper support for checkbox m…
gagarski Apr 28, 2017
91ee0d7
Demo for different fields
gagarski Apr 28, 2017
632d3ff
checkbox field in test_project.rename_forward is no longer needed.
gagarski Apr 28, 2017
249265a
Better heuristics for AUTO forwarding strategy
gagarski May 2, 2017
682b1f0
checkqa fixes
gagarski May 2, 2017
2ec1271
Keeping it simple by removing explicit strategy
gagarski May 10, 2017
7c5efd4
Documentation for forwarding types
gagarski May 10, 2017
5d212ab
minor changes to tutorial
gagarski Jul 19, 2017
4780a6b
Remove redundant comment
gagarski Dec 30, 2017
8a5dc23
qa fixes
gagarski Jan 4, 2018
bb5f272
qa fixes
gagarski Jan 4, 2018
78b5701
Release 3.3.0-rc4
gagarski Jan 9, 2018
c257715
Documentation: Adjusting virtualenv to use Python 3
mogoh Jan 12, 2018
e22f838
forward.Self() and forward.JavaScript() features
gagarski Jan 10, 2018
d0ac975
Release 3.3.0-rc5
gagarski Jan 15, 2018
c799336
Use proper selector in DOMElementInserted
gagarski Jan 19, 2018
ad4366b
Fix #972 typo
jpic Feb 14, 2018
f0c62c8
Fix #971: Force dqss upgrade to 0.7.2
jpic Feb 14, 2018
2d97b14
Add djdt in test project
jpic Feb 13, 2018
823247e
Widget.render compatibility
jpic Feb 13, 2018
070b74e
Fix some tests
jpic Feb 13, 2018
2fbe238
Run on older Django versions
jpic Feb 13, 2018
7b64461
Use http.JsonResponse when the response is JSON
mpasternak Feb 14, 2018
8e92292
Release 3.3.0-rc5 [ci skip]
jpic Mar 6, 2018
ed54101
Remove broken link to live demo.
YPCrumble Mar 20, 2018
558ef68
Fix #981, „create” option wrong behavior
mpasternak Feb 16, 2018
35b0046
Use admin statics
jpic Mar 28, 2018
54ec74e
Added support for automatically generated views for generic foreign k…
Guilouf Mar 29, 2018
037a83a
Getting placeholder and minimumInputLength from dal select
marianobianchi Apr 7, 2018
03a0042
Fix #1017: Initial migrations and database
jpic Jun 8, 2018
d397d86
Turkish translation
senbonsakura Jun 14, 2018
28fc498
Added support for forwarded fields to Select2GenericForeignKeyModelField
Jul 9, 2018
194dce4
Release 3.3.0 [ci skip]
jpic Aug 12, 2018
0adb839
Fixed exception thrown from Select2QuerySEtView when paginate_by is s…
coredumperror Sep 7, 2018
7130e05
Forward argument should always be a tuple
Sep 1, 2018
e3caabb
Fix ImportError with SELECT2_TRANSLATIONS in Django 1.x
hugorodgerbrown Aug 13, 2018
e91c780
Added missing renderer parameter to render method for django 2.1
monim67 Aug 11, 2018
53aabbf
Add Django 2.1 to the build matrix
Aug 6, 2018
7899527
Add myself to list of Contributors
Aug 6, 2018
eb343e8
Set select2 container CSS class to :all:
hbielenia Jun 4, 2018
1def59f
Fixed a bug in the way jquery.init.js was being used.
coredumperror Sep 7, 2018
ba1e18a
Release 3.3.1 [ci skip]
jpic Sep 13, 2018
af721ca
Fixes our usage of jQuery to work in both django admin and custom for…
coredumperror Sep 19, 2018
0815b48
Release 3.3.2
jpic Sep 19, 2018
682293a
Fix tests
jpic Sep 19, 2018
e2beaf3
Fix all flake8 issues in the code
monim67 Sep 15, 2018
db32ff8
flake8-docstrings and flake8-import-order errors fixed.
monim67 Sep 17, 2018
f88ff65
basepython upgraded to 3.6 for tox environment checkqa
monim67 Sep 19, 2018
ef60542
Removed basepython setting from tox environment checkqa
monim67 Sep 19, 2018
88f2bf8
Fixed flake8 issues with merge updates
monim67 Sep 19, 2018
24bff6b
Doc: Fix forward JavaScript case
Gagaro Oct 5, 2018
b198752
Update support for Django versions
raratiru Oct 27, 2018
c43270f
Translate the create option text in Select2ListView
Nov 6, 2018
afdc4d9
Change q to self.q because q does not exist in that scope
Nov 6, 2018
13529dd
fix: forward read_only fields too
FabianClemenz Oct 24, 2018
f4e76cb
Add vendored select2 files from Django 2.x
andybak Jan 23, 2019
a611fd6
Document the use of dal_legacy_static
andybak Jan 23, 2019
8ce4597
__init__.py was missing. Can cause issues when apps are assumed to al…
andybak Jan 23, 2019
43bc631
Fix flake8 job
jpic Mar 11, 2019
8b9efb8
Ignore W605, was chocking on url definitions
jpic Mar 11, 2019
ab632e4
Switch to public api for retriving QSS querysets
optiz0r Mar 14, 2019
a248dc2
Use `label_from_instance` in QuerySetSequenceSelectMixin
gtnx Apr 8, 2019
11a9aea
traducao em pt-br
tiagoslg Nov 20, 2018
d8955a1
Correction on pt-br translations comments
tiagoslg Mar 28, 2019
121aab2
Release 3.3.3
jpic Apr 10, 2019
c7a2bb5
Release 3.3.4
jpic Apr 10, 2019
9520881
Added create class to create option in result template
tonimichel Mar 26, 2018
b4693e2
Fixed "Create" to propper german translation.
tonimichel Mar 26, 2018
b1d019d
Added 'dal-create' class to the create option in order to allow
tonimichel Mar 26, 2018
ab40b29
Ensure language support
wgordon17 May 2, 2019
7630b2b
Fix pep8
wgordon17 May 2, 2019
0c739fe
Add docstring
wgordon17 May 2, 2019
d7f04b9
Fix docstring
wgordon17 May 2, 2019
f4e1677
Fix docstring
wgordon17 May 2, 2019
c8ae4cb
Add period docstring
wgordon17 May 2, 2019
11d5aef
Fix short-circuit logic and add tests
wgordon17 May 3, 2019
230c9a1
Fix not iterable tag value
rastislav-chynoransky Apr 30, 2019
cdf2379
Upgrade qss
jpic May 30, 2019
b6cd19e
Release 3.3.5
jpic May 30, 2019
66a9957
travisci xvfb error fix
jor-rit Jul 18, 2019
4302ecf
workaround flake8-docstrings error
jor-rit Jul 18, 2019
f5f4a12
Testqa line lenghts
jor-rit Jul 18, 2019
32e50a6
Python 2 support (mostly)
jpic Jul 9, 2019
32ab8a2
Delete select2 submodule from git index
jor-rit Jul 18, 2019
7cc1b3a
Clean submodule
jpic Jul 20, 2019
98d106f
Simplifying versions of Django in Tox
ad-m Jul 7, 2019
3147681
Releuase 3.4.0 with Python 2 support
jpic Jul 20, 2019
90878c8
Fix flake8
jpic Jul 20, 2019
ef0f5bd
QA
jpic Jul 20, 2019
f90b755
Fix #1108: Wrong i18n path
jpic Jul 21, 2019
e15864e
Release 3.4.1
jpic Jul 21, 2019
084de26
Replace phantomjs with firefox
jor-rit Jul 25, 2019
fddb2c9
Close browser after tests.
jor-rit Jul 26, 2019
f6476a4
https://github.com/yourlabs/django-autocomplete-light/issues/1099
May 22, 2019
42fb56b
backward compatibility
May 23, 2019
3098093
set django-nested-admin minimal version
Aug 6, 2019
e0b4aa7
Add js inlines outside the admin example
jpic Sep 24, 2019
170c201
pep8
jpic Sep 24, 2019
ba25828
Fix CI
jpic Sep 24, 2019
7c0cc7f
Update demo urls
jpic Sep 24, 2019
10affe2
Highlight select field with error to match Django style
tchatow Sep 26, 2019
7e9e88a
Initialize all items on DOMNodeInserted and don't exclude prefix
dwasyl Nov 14, 2019
63a296d
Fix 1115
Mogost Oct 18, 2019
bc83aec
Fix linter error
Mogost Oct 21, 2019
14af189
Release 3.5.0
jpic Nov 22, 2019
e46300d
Do not load jquery in Select2WidgetMixin
timthelion Dec 17, 2019
e154f19
merge
jpclark6 Jan 30, 2020
75e417f
Merge pull request #3 from GetAmbassador/v236merge
jpclark6 Jan 30, 2020
3ce1363
Merge pull request #1 from GetAmbassador/v236
jpclark6 Jan 31, 2020
f44fcef
fixing git
jpclark6 Jan 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ django_autocomplete_light.egg-info/
*swp
docs/docs
__pycache__
*.mo
test_env/
.coverage
.tox
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "jquery-autocomplete-light"]
path = jquery-autocomplete-light
url = https://github.com/yourlabs/jquery-autocomplete-light.git
[submodule "src/dal_select2/static/vendor/select2"]
path = src/dal_select2/static/vendor/select2
url = https://github.com/select2/select2.git
7 changes: 6 additions & 1 deletion .openshift/action_hooks/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ pip install -U pip

pip install -r ${OPENSHIFT_REPO_DIR}test_project/requirements.txt

# Broken dep pulled in by taggit
if pip freeze | grep south; then
pip uninstall -y south
fi

pushd ${OPENSHIFT_REPO_DIR}test_project
python manage.py migrate --fake-initial --noinput
./manage.py migrate --fake-initial --noinput
mkdir -p wsgi
./manage.py collectstatic --noinput
popd
Expand Down
3 changes: 2 additions & 1 deletion .openshift/cron/hourly/reset_database
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -x
source ${OPENSHIFT_HOMEDIR}app-root/runtime/dependencies/python/virtenv/bin/activate

pushd ${OPENSHIFT_REPO_DIR}test_project
./manage.py loaddata ${OPENSHIFT_DATA_DIR}reset.json
rm -rf db.sqlite
./manage.py migrate --noinput
popd
1 change: 0 additions & 1 deletion CHANGES.txt

This file was deleted.

Loading