1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Consolidated documentation for F() and Q()

This commit is contained in:
evildmp
2013-09-06 12:57:25 -05:00
parent bd8e1a354c
commit 79cc66692a
13 changed files with 179 additions and 64 deletions

View File

@@ -324,7 +324,7 @@ requests. These include:
to :meth:`~django.shortcuts.render_to_response()` providing a
:class:`~django.template.RequestContext` by default.
* Support for combining :ref:`F() expressions <query-expressions>`
* Support for combining :class:`F expressions <django.db.models.F>`
with timedelta values when retrieving or updating database values.
.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly