Commit 1dd56715 authored by vytisb's avatar vytisb Committed by Tim Graham
Browse files

[1.9.x] Fixed code example in docs/howto/custom-lookups.txt

Backport of b3acf35f from master
parent 90ea14a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ would override ``get_lookup`` with something like::
                    dimension = int(lookup_name[1:])
                except ValueError:
                    pass
                finally:
                else:
                    return get_coordinate_lookup(dimension)
            return super(CoordinatesField, self).get_lookup(lookup_name)