Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
0a2e41e3
Commit
0a2e41e3
authored
Apr 11, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add model for storing exported git URL (issue #207)
parent
3996ce32
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
216 additions
and
0 deletions
+216
-0
trans/migrations/0034_auto__add_field_subproject_git_export.py
.../migrations/0034_auto__add_field_subproject_git_export.py
+211
-0
trans/models/subproject.py
trans/models/subproject.py
+5
-0
No files found.
trans/migrations/0034_auto__add_field_subproject_git_export.py
0 → 100644
View file @
0a2e41e3
This diff is collapsed.
Click to expand it.
trans/models/subproject.py
View file @
0a2e41e3
...
@@ -94,6 +94,11 @@ class SubProject(models.Model, PercentMixin, URLMixin):
...
@@ -94,6 +94,11 @@ class SubProject(models.Model, PercentMixin, URLMixin):
validators
=
[
validate_repoweb
],
validators
=
[
validate_repoweb
],
blank
=
True
,
blank
=
True
,
)
)
git_export
=
models
.
CharField
(
max_length
=
200
,
help_text
=
ugettext_lazy
(
'URL of Git repository where users can fetch changes from Weblate'
),
blank
=
True
)
report_source_bugs
=
models
.
EmailField
(
report_source_bugs
=
models
.
EmailField
(
help_text
=
ugettext_lazy
(
help_text
=
ugettext_lazy
(
'Email address where errors in source string will be reported, '
'Email address where errors in source string will be reported, '
...
...
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