fnp
/
django-sponsors.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f757f41
)
No http sources - fix
olddjango
1.2.1
author
Jan Szejko
<janek37@gmail.com>
Tue, 13 Jun 2017 13:38:27 +0000
(15:38 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 13 Jun 2017 13:38:27 +0000
(15:38 +0200)
setup.py
patch
|
blob
|
history
sponsors/widgets.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
ff0ba56
..
94be09b
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='1.2',
+ version='1.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
0fd45b8
..
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 = (
- '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',
+ '
//
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',
)