diff options
| author | Tom Christie | 2015-01-28 14:21:56 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-01-28 14:21:56 +0000 | 
| commit | 60a63ffd2926f2e88dfa91fffa87b7aa0c1d73dd (patch) | |
| tree | e8109ce6bd463c1fc504e242ca93d9b0fcb091e9 | |
| parent | 6d89430dd268e01812214d1819337e1498d6068a (diff) | |
| parent | 4a2a36ef828ce0e687c48fdb597d343df65f0e2b (diff) | |
| download | django-rest-framework-60a63ffd2926f2e88dfa91fffa87b7aa0c1d73dd.tar.bz2 | |
Merge pull request #2482 from mareknaskret/patch-1
Update filtering.md
| -rw-r--r-- | docs/api-guide/filtering.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index e00560c7..b16b6be5 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -398,8 +398,8 @@ The [django-rest-framework-filters package][django-rest-framework-filters] works  [cite]: https://docs.djangoproject.com/en/dev/topics/db/queries/#retrieving-specific-objects-with-filters  [django-filter]: https://github.com/alex/django-filter  [django-filter-docs]: https://django-filter.readthedocs.org/en/latest/index.html -[guardian]: http://pythonhosted.org/django-guardian/ -[view-permissions]: http://pythonhosted.org/django-guardian/userguide/assign.html +[guardian]: https://django-guardian.readthedocs.org/ +[view-permissions]: https://django-guardian.readthedocs.org/en/latest/userguide/assign.html  [view-permissions-blogpost]: http://blog.nyaruka.com/adding-a-view-permission-to-django-models  [nullbooleanselect]: https://github.com/django/django/blob/master/django/forms/widgets.py  [search-django-admin]: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields | 
