Opened 14 years ago

Closed 14 years ago

#12262 closed (duplicate)

Bad link on

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Link on this page: http://docs.djangoproject.com/en/dev/releases/1.1/#releases-1-1

Link in this text:
A new database lookup type -- week_day -- has been added for DateField and DateTimeField. This type of lookup accepts a number between 1 (Sunday) and 7 (Saturday), and returns objects where the field value matches that day of the week. See the full list of lookup types for details.

Link to : http://docs.djangoproject.com/en/dev/releases/1.1/field-lookups/

Change History (1)

comment:1 by Tim Graham, 14 years ago

Resolution: duplicate
Status: newclosed

patch in #12205 fixes this

Note: See TracTickets for help on using tickets.
Back to Top