Added docs to index

This commit is contained in:
Anssi Kääriäinen 2014-01-11 22:34:41 +02:00
parent 6d53963f37
commit 4fba5dfaa0
2 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,7 @@ as_mysql() method and registering the subclass over the original class::
Field.register_lookup(MySQLNotExact)
The alternate is to monkey-patch the existing class in place::
def as_mysql(self, qn, connection):
lhs, lhs_params = self.process_lhs(qn, connection)
rhs, rhs_params = self.process_rhs(qn, connection)

View File

@ -13,3 +13,4 @@ Model API reference. For introductory material, see :doc:`/topics/db/models`.
instances
querysets
queries
custom_lookups