{"library":"django-add-default-value","type":"library","category":null,"description":"django-add-default-value is a Django Migration Operation that facilitates transferring a field's default value directly to the database schema. This addresses Django's default behavior of handling `default` values at the application level and dropping the database `DEFAULT` constraint after initial row population. The library is currently active, with version 0.10.0 released in February 2022, and helps ensure database-level default constraints persist for improved data integrity and compatibility with non-Django database access.","language":"python","status":"active","version":"0.10.0","tags":["django","migrations","database","default-value","schema","data-integrity"],"last_verified":"Sun May 24","install":[{"cmd":"pip install django-add-default-value","imports":["from django_add_default_value import AddDefaultValue"]}],"homepage":null,"github":"https://github.com/3YOURMIND/django-add-default-value","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-add-default-value/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.4,"avg_import_s":0.67,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-add-default-value/compatibility"}}