Opened 12 years ago

Closed 12 years ago

#19627 closed Uncategorized (fixed)

Silly little thing but could lead to confusion

Reported by: kaceyandlenny@… Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal 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

The tutorial (https://docs.djangoproject.com/en/1.4/intro/tutorial01/) in the second half of the Django API section suggests typing Poll.objects.get(pub_datyear = 2012). I know it has only been about two weeks but this should be changed to 2013. It only took me a minute or two to figure this one out, lol but it may take others longer.

Change History (1)

comment:1 by Tim Graham, 12 years ago

Resolution: fixed
Status: newclosed

I've backported the fix from #19555 to 1.4.x

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