Django-geojson

Latest version: v4.1.0

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

Scan your dependencies

Page 1 of 5

4.1.1

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

-

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.

3.1.0

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

- Drop support for Python 2 and Django < 2.2
- Fix warnings in Django 3.1
- Use explicit srid in get_queryset 106
- Add support for crs_type using the view options 107

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.