Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re2o
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
re2o
Commits
4a9f6433
Commit
4a9f6433
authored
Aug 16, 2018
by
Grizzly
Committed by
chirac
Aug 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l au lieux de user.mail pour génerer la ml
parent
da3f1f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
api/serializers.py
api/serializers.py
+1
-1
No files found.
api/serializers.py
View file @
4a9f6433
...
...
@@ -872,7 +872,7 @@ class MailingMemberSerializer(UserSerializer):
"""Serialize the data about a mailing member.
"""
class
Meta
(
UserSerializer
.
Meta
):
fields
=
(
'name'
,
'pseudo'
,
'
e
mail'
)
fields
=
(
'name'
,
'pseudo'
,
'
get_
mail'
)
class
MailingSerializer
(
ClubSerializer
):
"""Serialize the data about a mailing.
...
...
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