Skip to content

Commit

Permalink
Fixing Travis Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBroach authored Feb 7, 2018
1 parent f9ed4da commit 4f73c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/Axiologue/DjangoRestMultipleModels.svg?branch=master)](https://travis-ci.org/Axiologue/DjangoRestMultipleModels)
[![Build Status](https://travis-ci.org/MattBroach/DjangoRestMultipleModels.svg?branch=master)](https://travis-ci.org/MattBroach/DjangoRestMultipleModels)
[![Coverage Status](https://coveralls.io/repos/github/Axiologue/DjangoRestMultipleModels/badge.svg?branch=master)](https://coveralls.io/github/Axiologue/DjangoRestMultipleModels?branch=master)
[![PyPI version](https://badge.fury.io/py/django-rest-multiple-models.svg)](https://badge.fury.io/py/django-rest-multiple-models)

Expand Down Expand Up @@ -40,7 +40,7 @@ from drf_multiple_model.views import ObjectMultipleModelAPIView

* Send multiple serialized models as separate arrays, one merged list, or a single JSON object
* Sort different serialized models using shared fields
* pagination (sort of)
* pagination
* Filtering -- either per queryset or on all querysets
* custom model labeling

Expand Down

0 comments on commit 4f73c3d

Please sign in to comment.