Skip to content

djangodocs

Django 6.0
  • 6.1 current
  • 6.0
  • 5.2 LTS
  • 5.1 unsupported
  • 5.0 unsupported
  • 4.2 unsupported
  • 4.1 unsupported
  • 4.0 unsupported
  • 3.2 unsupported
  • 3.1 unsupported
  • 3.0 unsupported
  • 2.2 unsupported
  • 2.1 unsupported
  • 2.0 unsupported
  • 1.11 unsupported
  • 1.10 unsupported
  • 1.9 unsupported
日本語
  • English
  • Svenska
  • 简体中文
  • Gaeilge
  • Français
  • 日本語
  • Bahasa Indonesia
  • Italiano
  • Português (Brasil)
  • 한국어
  • Español
  • Ελληνικά
  • Polski
Documentation contents
  • Django ドキュメント
  • さぁ始めましょう
  • Django を使う
  • How-to ガイド
  • Django FAQ よくある質問
  • API リファレンス
    • アプリケーション
    • システムチェックフレームワーク
    • ビルトインのクラスベースビュー API
    • クリックジャッキング対策
    • contrib パッケージ
      • Django の admin サイト
      • django.contrib.auth
      • contenttypes フレームワーク
      • フラットページ (flatpages) アプリ
      • GeoDjango
        • GeoDjango チュートリアル
        • GeoDjango のインストール
        • GeoDjango モデル API
        • GeoDjango データベース API
        • GeoDjango フォーム API
        • GIS QuerySet API リファレンス
        • 地理情報データベース関数
        • 測定オブジェクト
        • GEOS API
        • GDAL API
        • GeoIP2によるジオロケーション
        • GeoDjango ユーティリティ
        • GeoDjangoの管理コマンド
        • GeoDjango の admin サイト
        • 地理情報フィード
        • 地理情報サイトマップ
        • GeoDjango アプリのテスト
        • GeoDjango のデプロイ
      • django.contrib.humanize
      • メッセージフレームワーク
      • django.contrib.postgres
      • redirects (リダイレクト)アプリ
      • サイトマップ・フレームワーク
      • "sites" フレームワーク
      • staticfiles アプリ
      • 配信 (syndication) フィード フレームワーク
    • コンテンツセキュリティポリシー
    • クロスサイトリクエストフォージェリ (CSRF) 対策
    • データベース
    • django-admin と manage.py
    • Django の例外
    • ファイルの取り扱い
    • フォーム
    • ロギング
    • ミドルウェア
    • マイグレーション・オペレーション
    • モデル
    • ページ分割 (Paginator)
    • リクエストとレスポンスのオブジェクト
    • SchemaEditor
    • 設定
    • シグナル
    • Tasks
    • テンプレート
    • TemplateResponse および SimpleTemplateResponse
    • Unicode データ
    • django.urls ユーティリティ関数
    • URLconf で使用するための django.urls 関数
    • Django ユーティリティ (django.utils)
    • バリデータ (Validator)
    • 組み込みのビュー
  • メタドキュメントとその他
  • 用語集
  • リリースノート
  • Django internals
Japanese translation. Contributed by the Django community. 73.8% Help translate
  1. Django 6.0
  2. API リファレンス
  3. contrib パッケージ
  4. GeoDjango

GeoDjango の admin サイトLink to this heading#

GISModelAdminLink to this heading#

class GISModelAdminLink to this definition#
gis_widgetLink to this definition#

GeometryField で使用するウィジェットクラス。デフォルトは OSMWidget です。

gis_widget_kwargsLink to this definition#

gis_widget に渡されるキーワード引数。デフォルトは空の辞書です。

This page as Markdown JSON

Edit this page on GitHub Official version

PreviousGeoDjangoの管理コマンド Next地理情報フィード

On this page

  • GISModelAdmin

An unofficial rendering of the Django documentation.

Not affiliated with or endorsed by the Django Software Foundation. The documentation is copyright © Django Software Foundation and individual contributors, and is used under the BSD 3-Clause licence. “Django” is a trademark of the Django Software Foundation.

This translation is the work of the Django i18n community, not of this site. Read the official documentation at docs.djangoproject.com.

👋 Jason Cartwright