Loading docs/howto/custom-lookups.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
docs/howto/custom-lookups.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading