Django

Code

Ticket #6554: fix-quoting.patch

File fix-quoting.patch, 0.6 kB (added by adamv, 10 months ago)
  • docs/model-api.txt

    old new  
    952952    ``limit_choices_to``     See the description under ``ForeignKey`` above. 
    953953 
    954954    ``symmetrical``          Only used in the definition of ManyToManyFields on self. 
    955                              Consider the following model: 
     955                             Consider the following model:: 
    956956 
    957957                             class Person(models.Model): 
    958958                                 friends = models.ManyToManyField("self")