Ticket #6806: add_extra-docstring-patch.diff

File add_extra-docstring-patch.diff, 524 bytes (added by Paul Smith, 16 years ago)
  • django/db/models/sql/query.py

     
    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:
Back to Top