Ticket #8337: 8337.typo.diff

File 8337.typo.diff, 850 bytes (added by Julien Phalip, 16 years ago)
  • django/docs/model-api.txt

     
    869869                             (an object with a ``get_sql()`` method) for more complex
    870870                             queries.
    871871
    872                              ``limit_choices_to`` has no effect the inline FormSets that
    873                              are created to display related objects in the admin.
     872                             ``limit_choices_to`` has no effect on the inline FormSets
     873                             that are created to display related objects in the admin.
    874874
    875875    ``related_name``         The name to use for the relation from the related
    876876                             object back to this one. See the
Back to Top