Kaydet (Commit) 293df73f authored tarafından Stefan Schneider's avatar Stefan Schneider Kaydeden (comit) Tim Graham

Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.

üst 8d40eb0e
......@@ -228,7 +228,7 @@ refinements together. For example::
... ).exclude(
... pub_date__gte=datetime.date.today()
... ).filter(
... pub_date__gte=datetime(2005, 1, 30)
... pub_date__gte=datetime.date(2005, 1, 30)
... )
This takes the initial :class:`~django.db.models.query.QuerySet` of all entries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment