diff options
| author | Tim Graham <timograham@gmail.com> | 2012-12-25 09:56:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-12-26 19:07:22 -0500 |
| commit | b3a8c9dab87be6bc4b8096d292abe0b35c700bdd (patch) | |
| tree | f48e2778028ef3c147d688b168f374b9d6dabd26 /docs/intro/tutorial02.txt | |
| parent | e2ec7b47b3acb0338d971942ca7ffd36c2a4d8f4 (diff) | |
Fixed broken links, round 3. refs #19516
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 2c8d25ae6f..38ad7d88dc 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -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:: |
