Skip to content

Commit 7d28052

Browse files
Fixes twine reported warnings when building package. (#695)
1 parent a021a32 commit 7d28052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ When creating an ``APNSDevice``, the ``registration_id`` is validated to be a 64
299299
Routes can be added one of two ways:
300300

301301
- Routers_ (include all views)
302+
302303
.. _Routers: http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#using-routers
303304

304305
::
@@ -317,6 +318,7 @@ Routes can be added one of two ways:
317318
)
318319

319320
- Using as_view_ (specify which views to include)
321+
320322
.. _as_view: http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#binding-viewsets-to-urls-explicitly
321323

322324
::

0 commit comments

Comments
 (0)