{"id":41587875,"url":"https://github.com/botify-labs/django-better-migrations","last_synced_at":"2026-01-24T09:09:23.420Z","repository":{"id":57419101,"uuid":"114452188","full_name":"botify-labs/django-better-migrations","owner":"botify-labs","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-10T19:12:17.000Z","size":82,"stargazers_count":5,"open_issues_count":2,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-10T21:10:54.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/botify-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-12-16T10:28:03.000Z","updated_at":"2024-05-27T14:06:59.000Z","dependencies_parsed_at":"2024-05-20T21:09:01.417Z","dependency_job_id":"cd7e3695-0c6b-4cc3-aa01-599f5e051f32","html_url":"https://github.com/botify-labs/django-better-migrations","commit_stats":{"total_commits":41,"total_committers":4,"mean_commits":10.25,"dds":0.1707317073170732,"last_synced_commit":"6f1c1a6ec309ce854708742e5412a772895401ff"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/botify-labs/django-better-migrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botify-labs%2Fdjango-better-migrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botify-labs%2Fdjango-better-migrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botify-labs%2Fdjango-better-migrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botify-labs%2Fdjango-better-migrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botify-labs","download_url":"https://codeload.github.com/botify-labs/django-better-migrations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botify-labs%2Fdjango-better-migrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28722221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T09:09:23.356Z","updated_at":"2026-01-24T09:09:23.415Z","avatar_url":"https://github.com/botify-labs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django Better Migrations\n========================\n\n[![Deployed to PyPI](https://img.shields.io/pypi/pyversions/django-better-migrations?logo=pypi\u0026logoColor=white)](https://pypi.org/pypi/django-better-migrations)\n[![GitHub Repository](https://img.shields.io/github/stars/botify-labs/django-better-migrations?logo=github)](https://github.com/botify-labs/django-better-migrations/)\n[![Continuous Integration](https://img.shields.io/github/actions/workflow/status/botify-labs/django-better-migrations/ci.yml?logo=github)](https://github.com/botify-labs/django-better-migrations/actions?workflow=CI)\n[![MIT License](https://img.shields.io/github/license/botify-labs/django-better-migrations?logo=open-source-initiative\u0026logoColor=white)](https://github.com/botify-labs/django-better-migrations/blob/main/LICENSE)\n\nThis project aims at providing improvements to Django's default migration system.\n\n\nMore informations in the documentation, see \"docs/\" folder.\n\n\nExample\n-------\n\nSee below migration, generated automatically via `manage.py makemigrations`:\n```python\n# -*- coding: utf-8 -*-\n# Generated by Django 1.9 on 2017-12-01 00:00\nfrom __future__ import unicode_literals\n\nfrom django.db import migrations, models\n\n\n# Generated SQL code (sqlite):\n#\n# --\n# -- Create model Person\n# --\n# CREATE TABLE \"example_app_person\" (\"id\" integer NOT NULL PRIMARY KEY AUTOINCREMENT, \"name\" varchar(100) NOT NULL);\n#\n\n# Check results:\n# CHECK OK: No ALTER TABLE ADD COLUMN with non-NULL constraint\nclass Migration(migrations.Migration):\n\n    initial = True\n\n    dependencies = [\n    ]\n\n    operations = [\n        migrations.CreateModel(\n            name='Person',\n            fields=[\n                ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),\n                ('name', models.CharField(max_length=100)),\n            ],\n        ),\n    ]\n```\n\n\nLicense\n-------\n\nMIT, see `LICENSE` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotify-labs%2Fdjango-better-migrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotify-labs%2Fdjango-better-migrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotify-labs%2Fdjango-better-migrations/lists"}