Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Sith
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
42
Issues
42
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
50601143
Commit
50601143
authored
May 10, 2017
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing forum migration (and tiny translation fix)
parent
319bb0c2
Pipeline
#963
passed with stage
in 4 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
forum/migrations/0003_auto_20170510_1754.py
forum/migrations/0003_auto_20170510_1754.py
+19
-0
locale/fr/LC_MESSAGES/django.po
locale/fr/LC_MESSAGES/django.po
+1
-1
No files found.
forum/migrations/0003_auto_20170510_1754.py
0 → 100644
View file @
50601143
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'forum'
,
'0002_auto_20170312_1753'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'forum'
,
name
=
'edit_groups'
,
field
=
models
.
ManyToManyField
(
blank
=
True
,
default
=
[
4
],
related_name
=
'editable_forums'
,
to
=
'core.Group'
),
),
]
locale/fr/LC_MESSAGES/django.po
View file @
50601143
...
...
@@ -1101,7 +1101,7 @@ msgstr "résumé"
#: com/models.py:60 com/models.py:145
msgid
"content"
msgstr
"contenu
de la nouvelle
"
msgstr
"contenu"
#: com/models.py:61 core/models.py:987 launderette/models.py:84
#: launderette/models.py:109 launderette/models.py:145 stock/models.py:59
...
...
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