Skip to content

Commit 6e6fa89

Browse files
committed
Merge branch 'master' of github.com:tomchristie/django-rest-framework
2 parents 22631c7 + e7d1453 commit 6e6fa89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Some tips on good issue reporting:
3838

3939
## Triaging issues
4040

41-
Getting involved in triaging incoming issues is a good way to start contributing. Every single ticket that comes into the ticket tracker needs to be reviewed in order to determine what the next steps should be. Anyone can help out with this, you just need to be willing to
41+
Getting involved in triaging incoming issues is a good way to start contributing. Every single ticket that comes into the ticket tracker needs to be reviewed in order to determine what the next steps should be. Anyone can help out with this, you just need to be willing to:
4242

4343
* Read through the ticket - does it make sense, is it missing any context that would help explain it better?
4444
* Is the ticket reported in the correct place, would it be better suited as a discussion on the discussion group?

docs/api-guide/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Typically we would recommend *not* using inheritance on inner Meta classes, but
565565

566566
The ModelSerializer class also exposes an API that you can override in order to alter how serializer fields are automatically determined when instantiating the serializer.
567567

568-
Normally if a `ModelSerializer` does not generate the fields you need by default the you should either add them to the class explicitly, or simply use a regular `Serializer` class instead. However in some cases you may want to create a new base class that defines how the serializer fields are created for any given model.
568+
Normally if a `ModelSerializer` does not generate the fields you need by default then you should either add them to the class explicitly, or simply use a regular `Serializer` class instead. However in some cases you may want to create a new base class that defines how the serializer fields are created for any given model.
569569

570570
### `.serializer_field_mapping`
571571

0 commit comments

Comments
 (0)