diff options
| author | Tom Christie | 2014-08-21 12:25:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-21 12:25:20 +0100 | 
| commit | 8b2052172cf7138203e683731c30bd279c6e722a (patch) | |
| tree | 5c592247de335ee9b61e107130cbd4be947a7cd1 /docs/index.md | |
| parent | 4d8c63abc996bcb44d7a68dd7a7234b0d9f148a0 (diff) | |
| download | django-rest-framework-8b2052172cf7138203e683731c30bd279c6e722a.tar.bz2 | |
Add .model deprecation to release notes
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/index.md b/docs/index.md index 3e6d23ae..60219c95 100644 --- a/docs/index.md +++ b/docs/index.md @@ -139,7 +139,7 @@ Here's our project's root `urls.py` module:          url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))      ] -You can now open the API in your browser at [http://127.0.0.1:8000/](http://127.0.0.1:8000/), and view your new 'users' API. If you use the Login control in the top right corner you'll also be able to add, create and delete users from the system. +You can now open the API in your browser at [http://127.0.0.1:8000/](http://127.0.0.1:8000/), and view your new 'users' API. If you use the login control in the top right corner you'll also be able to add, create and delete users from the system.  ## Quickstart | 
