fnp
/
django-sponsors.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f8094f8
)
No http sources
2.1
author
Jan Szejko
<janek37@gmail.com>
Tue, 13 Jun 2017 13:05:32 +0000
(15:05 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 13 Jun 2017 13:05:32 +0000
(15:05 +0200)
setup.py
patch
|
blob
|
history
sponsors/widgets.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
cc49805
..
db8d681
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-23,7
+23,7
@@
def whole_trees(package_dir, paths):
setup(
name='django-sponsors',
setup(
name='django-sponsors',
- version='2.
0
',
+ version='2.
1
',
author='Marek Stępniowski',
author_email='marek@stepniowski.com',
maintainer='Jan Szejko',
author='Marek Stępniowski',
author_email='marek@stepniowski.com',
maintainer='Jan Szejko',
diff --git
a/sponsors/widgets.py
b/sponsors/widgets.py
index
89d11c5
..
a9b92b0
100644
(file)
--- a/
sponsors/widgets.py
+++ b/
sponsors/widgets.py
@@
-12,8
+12,8
@@
from sponsors import models
class SponsorPageWidget(forms.Textarea):
class Media:
js = (
class SponsorPageWidget(forms.Textarea):
class Media:
js = (
- '
http:
//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js',
- '
http:
//ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js',
+ '//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js',
+ '//ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js',
settings.STATIC_URL + 'sponsors/js/jquery.json.min.js',
settings.STATIC_URL + 'sponsors/js/footer_admin.js',
)
settings.STATIC_URL + 'sponsors/js/jquery.json.min.js',
settings.STATIC_URL + 'sponsors/js/footer_admin.js',
)