mirror of
https://github.com/django/django.git
synced 2024-12-31 21:46:05 +00:00
69c89aeccf
Backport of ad0be620ae
from master
6 lines
106 B
Python
6 lines
106 B
Python
from django.contrib.gis import admin
|
|
|
|
|
|
class UnmodifiableAdmin(admin.OSMGeoAdmin):
|
|
modifiable = False
|