mirror of
https://github.com/django/django.git
synced 2025-01-01 14:06:06 +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
|