Browse Source

admin search through holders_history

master
Sanj 12 years ago
parent
commit
41cba97545
  1. 2
      citysurvey/cs/admin.py

2
citysurvey/cs/admin.py

@ -7,7 +7,7 @@ class PropertyAdmin(admin.OSMGeoAdmin):
# class PropertyAdmin(admin.ModelAdmin):
list_display = ('__unicode__', 'street_locality', 'tenure', 'ground_rent_due', 'laughton_no', 'area_sqm',)
list_filter = ('stable',)
search_fields = ('street_locality',)
search_fields = ('street_locality', 'holders_history',)
map_template = 'gis/admin/osm.html'
default_lon = 72.855211097628413
default_lat = 19.415775291486027

Loading…
Cancel
Save