mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #19516 - Fixed remaining broken links.
Added -n to sphinx builds to catch issues going forward.
This commit is contained in:
@@ -24,9 +24,8 @@ return model instances:
|
||||
.. method:: Manager.raw(raw_query, params=None, translations=None)
|
||||
|
||||
This method method takes a raw SQL query, executes it, and returns a
|
||||
:class:`~django.db.models.query.RawQuerySet` instance. This
|
||||
:class:`~django.db.models.query.RawQuerySet` instance can be iterated
|
||||
over just like an normal QuerySet to provide object instances.
|
||||
``django.db.models.query.RawQuerySet`` instance. This ``RawQuerySet`` instance
|
||||
can be iterated over just like an normal QuerySet to provide object instances.
|
||||
|
||||
This is best illustrated with an example. Suppose you've got the following model::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user