Skip to content

Commit

Permalink
[Resolves GeoNode#7366] Change default AUTO_FIELD
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed May 14, 2021
1 parent 9b4e2eb commit fa0dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@ def get_geonode_catalogue_service():

CATALOG_METADATA_TEMPLATE = os.getenv("CATALOG_METADATA_TEMPLATE", "catalogue/full_metadata.xml")

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
UI_DEFAULT_MANDATORY_FIELDS = [
'id_resource-title',
'id_resource-abstract',
Expand Down

0 comments on commit fa0dd8e

Please sign in to comment.