Ticket #6554: fix-quoting.patch
File fix-quoting.patch, 619 bytes (added by , 17 years ago) |
---|
-
docs/model-api.txt
952 952 ``limit_choices_to`` See the description under ``ForeignKey`` above. 953 953 954 954 ``symmetrical`` Only used in the definition of ManyToManyFields on self. 955 Consider the following model: 955 Consider the following model:: 956 956 957 957 class Person(models.Model): 958 958 friends = models.ManyToManyField("self")