Ticket #8337: 8337.typo.diff
File 8337.typo.diff, 850 bytes (added by , 16 years ago) |
---|
-
django/docs/model-api.txt
869 869 (an object with a ``get_sql()`` method) for more complex 870 870 queries. 871 871 872 ``limit_choices_to`` has no effect the inline FormSets that873 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. 874 874 875 875 ``related_name`` The name to use for the relation from the related 876 876 object back to this one. See the