Changes between Initial Version and Version 1 of Ticket #27501
- Timestamp:
- Nov 17, 2016, 1:14:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27501
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Cleanup/optimization
-
Ticket #27501 – Description
initial v1 6 6 1. observe field choices have changed 7 7 8 [ticket: 22841] also supports this theory, (although the rather old [ticket: 18272]suggests otherwise).8 #22841 also supports this theory, (although the rather old #18272 suggests otherwise). 9 9 10 10 The syntax for a field of this type is: 11 11 12 12 {{{#!python 13 14 15 13 foo = forms.ModelChoiceField( 14 queryset=Bar.objects.filter(baz=True) 15 ) 16 16 }}} 17 17