Changes between Initial Version and Version 1 of Ticket #27501


Ignore:
Timestamp:
Nov 17, 2016, 1:14:04 PM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27501

    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedCleanup/optimization
  • Ticket #27501 – Description

    initial v1  
    661. observe field choices have changed
    77
    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).
    99
    1010The syntax for a field of this type is:
    1111
    1212{{{#!python
    13     foo = forms.ModelChoiceField(
    14         queryset=Bar.objects.filter(baz=True)
    15     )
     13foo = forms.ModelChoiceField(
     14    queryset=Bar.objects.filter(baz=True)
     15)
    1616}}}
    1717
Back to Top