Django

Code

Ticket #6806: add_extra-docstring-patch.diff

File add_extra-docstring-patch.diff, 0.5 kB (added by p, 10 months ago)
  • django/db/models/sql/query.py

    old new  
    12551255 
    12561256    def add_extra(self, select, where, params, tables, order_by): 
    12571257        """ 
    1258         Adds data to the various extra_* attributes for user-created additiosn 
     1258        Adds data to the various extra_* attributes for user-created additions 
    12591259        to the query. 
    12601260        """ 
    12611261        if select: