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

[1.5.X] Fixed broken links, round 3. refs #19516

Backport of b3a8c9dab8 from master
This commit is contained in:
Tim Graham
2012-12-25 09:56:22 -05:00
parent e2396bf122
commit fbc06eef1a
34 changed files with 127 additions and 118 deletions

View File

@@ -398,9 +398,9 @@ That adds a "Filter" sidebar that lets people filter the change list by the
:alt: Polls change list page, updated
The type of filter displayed depends on the type of field you're filtering on.
Because ``pub_date`` is a :class:`~django.db.models.fields.DateTimeField`,
Django knows to give appropriate filter options: "Any date," "Today," "Past 7
days," "This month," "This year."
Because ``pub_date`` is a :class:`~django.db.models.DateTimeField`, Django
knows to give appropriate filter options: "Any date," "Today," "Past 7 days,"
"This month," "This year."
This is shaping up well. Let's add some search capability::