Django-geojson

Latest version: v4.2.0

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

4.2.1

==================

-

4.2.0

==================

- Drop Python 3.8, Django 4.0, and Django 4.1.
- Support Python 3.13, Django 5.1 and Django 5.2.

4.1.0

==================

- Drop Python 3.7, Django 3.2. Support Python 3.11 and 3.12, Django 4.2 and 5.0. 123

4.0.0

==================

- Drop support for Python < 3.7 / Django < 3.2
- Remove jsonfield dependency in favor of django.db.models.JSONField
WARNING : This can break your migration. jsonfield used to create a text column for your json data when running 'makemigrations'. However, django.db.models.JSONField creates a json column using database-backend specific column types (ie jsonb on postgresql). As such your model field that used to be a text column is now a jsonb column.

3.2.1

==================

- Set default initial value to form field 116

3.2.0

==================

- Support Django 3.2.

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.