Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b0f6b7df
authored
May 05, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circle: Django 1.8
parent
406a837a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
38 deletions
+38
-38
circle/dashboard/forms.py
+6
-6
requirements/base.txt
+26
-26
requirements/local.txt
+3
-3
requirements/production.txt
+1
-1
requirements/test.txt
+2
-2
No files found.
circle/dashboard/forms.py
View file @
b0f6b7df
...
...
@@ -1326,16 +1326,16 @@ class UserEditForm(forms.ModelForm):
class
AclUserOrGroupAddForm
(
forms
.
Form
):
name
=
forms
.
CharField
(
widget
=
autocomplete_light
.
TextWidget
(
'AclUserGroupAutocomplete'
,
a
utocomplete_js_attributes
=
{
'placeholder'
:
_
(
"Name of group or user"
)}
,
attrs
=
{
'class'
:
'form-control'
}))
a
ttrs
=
{
'class'
:
'form-control'
,
'placeholder'
:
_
(
"Name of group or user"
)
}))
class
TransferOwnershipForm
(
forms
.
Form
):
name
=
forms
.
CharField
(
widget
=
autocomplete_light
.
TextWidget
(
'AclUserAutocomplete'
,
a
utocomplete_js_attributes
=
{
"placeholder"
:
_
(
"Name of user"
)}
,
attrs
=
{
'class'
:
'form-control'
}),
a
ttrs
=
{
'class'
:
'form-control'
,
'placeholder'
:
_
(
"Name of user"
)
}),
label
=
_
(
"E-mail address or identifier of user"
))
...
...
@@ -1343,8 +1343,8 @@ class AddGroupMemberForm(forms.Form):
new_member
=
forms
.
CharField
(
widget
=
autocomplete_light
.
TextWidget
(
'AclUserAutocomplete'
,
a
utocomplete_js_attributes
=
{
"placeholder"
:
_
(
"Name of user"
)}
,
attrs
=
{
'class'
:
'form-control'
}),
a
ttrs
=
{
'class'
:
'form-control'
,
'placeholder'
:
_
(
"Name of user"
)
}),
label
=
_
(
"E-mail address or identifier of user"
))
...
...
requirements/base.txt
View file @
b0f6b7df
amqp==1.4.6
anyjson==0.3.3
arrow==0.5.4
billiard==3.3.0.
18
bpython==0.1
3
.1
celery==3.1.1
7
Django==1.
7.5
django-appconf==
0.6
django-autocomplete-light==
1.4.14
django-braces==1.
4
.0
billiard==3.3.0.
20
bpython==0.1
4
.1
celery==3.1.1
8
Django==1.
8.1
django-appconf==
1.0.1
django-autocomplete-light==
2.1.1
django-braces==1.
8
.0
django-celery==3.1.16
django-crispy-forms==1.4.0
django-model-utils==2.2
djangosaml2==0.13.0
django-sizefield==0.
6
django-sizefield==0.
7
django-sshkey==2.2.0
django-statici18n==1.1
django-tables2==0.1
5
.0
django-taggit==0.1
3
.0
django-statici18n==1.1
.3
django-tables2==0.1
6
.0
django-taggit==0.1
4
.0
docutils==0.12
Jinja2==2.7.3
jsonfield==1.0.0
kombu==3.0.23
logutils==0.3.3
MarkupSafe==0.23
netaddr==0.7.1
2
netaddr==0.7.1
4
pip-tools==0.3.5
psycopg2==2.
5.4
Pygments==
1.6
pylibmc==1.
3.0
python-dateutil==2.2
pyinotify==0.9.
4
pytz==201
4.7
requests==2.
5.3
salt==2014.
1.0
shutilwhich==1.
0.1
psycopg2==2.
6
Pygments==
2.0.2
pylibmc==1.
4.2
python-dateutil==2.
4.
2
pyinotify==0.9.
5
pytz==201
5.2
requests==2.
7.0
salt==2014.
7.5
shutilwhich==1.
1.0
simplejson==3.6.5
six==1.
8
.0
six==1.
9
.0
slimit==0.8.1
South==
0.8.4
sqlparse==0.1.1
3
South==
1.0.2
sqlparse==0.1.1
5
pika==0.9.14
Fabric==1.10.
0
lxml==3.4.
0
Fabric==1.10.
1
lxml==3.4.
4
git+https://github.com/BME-IK/django-pipeline.git
requirements/local.txt
View file @
b0f6b7df
# Local development dependencies go here
-r base.txt
coverage==3.7.1
django-debug-toolbar==1.
2.1
django-rosetta==0.7.
4
Sphinx==1.
2.2
django-debug-toolbar==1.
3.0
django-rosetta==0.7.
6
Sphinx==1.
3.1
requirements/production.txt
View file @
b0f6b7df
# Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
uWSGI==2.0.
8
uWSGI==2.0.
10
requirements/test.txt
View file @
b0f6b7df
...
...
@@ -3,8 +3,8 @@
coverage==3.7.1
factory-boy==2.4.1
mock==1.0.1
django-nose==1.
3
nose==1.3.
4
django-nose==1.
4
nose==1.3.
6
nose-exclude==0.2.0
selenium==2.45.0
selenose==1.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment