Changes between Initial Version and Version 1 of Ticket #11719
- Timestamp:
- Aug 14, 2009, 12:28:07 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11719 – Description
initial v1 3 3 ...and specifically this section: 4 4 5 ----------<snip>-------------- 5 {{{ 6 6 This example retrieves all Entry objects with a Blog whose name is 'Beatles Blog': 7 7 … … 16 16 >>> Blog.objects.filter(entry__headline__contains='Lennon') 17 17 18 -------------</snip>----------------- 18 }}} 19 19 20 20 First, maybe I'm tired, but I don't see any difference in how the models in those two examples are different with respect to capitalization.