{ "info": { "author": "Dennis Kaarsemaker", "author_email": "dennis@kaarsemaker.net", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "Copyright (c) 2009-2012 Dennis Kaarsemaker \n\nInspect your models and database and print Print SQL statements for changes in\nmodels since the table was created/fixed. Supported changes are:\n\n- ALTER TABLE to add/drop columns\n- ALTER TABLE to change the length of VARCHAR fields\n- ALTER TABLE to change default values\n- CREATE INDEX for new ForeignKey and OneToOne fields\n- CREATE TABLE for new m2m relations\n\nNot (yet) supported:\n- Databases other than MySQL (sqlite will never be supported, others can\n possibly be supported, patches welcome)\n- Changes in unique_together\n- Field type changes (they will be detected and warned about though)\n- Index additions/removals\n- Deleting old m2m tables\n- Parent changes in multi-table inheritance\n\nIf you need those, a complete migration framework like django-south is a\nbetter option for you.\n\nInstall: python setup.py install\nUsage: \n- Add 'sqlfixtables' to INSTALLED_APPS \n- Run: ./manage.py sqlfixtables \n\nCompatible with django 1.0-1.4. Tested only on MySQL, bugreports or\ntestreports for other databases are welcome.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/seveas/django-sqlfixtables", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-sqlfixtables", "package_url": "https://pypi.org/project/django-sqlfixtables/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sqlfixtables/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/seveas/django-sqlfixtables" }, "release_url": "https://pypi.org/project/django-sqlfixtables/1.2/", "requires_dist": null, "requires_python": null, "summary": "Management command for fixing tables after model changes", "version": "1.2" }, "last_serial": 790722, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "a626b917c4bdab3eee27e95f8a0dc616", "sha256": "a6a1b759d1c5315bcfb29cdd3b94dbb128fdb54e054b67ee1666aec30e885435" }, "downloads": -1, "filename": "django-sqlfixtables-1.2.tar.gz", "has_sig": false, "md5_digest": "a626b917c4bdab3eee27e95f8a0dc616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4239, "upload_time": "2012-10-01T22:02:38", "url": "https://files.pythonhosted.org/packages/d1/c0/bb396ec2431acd09e45975e1ea2cf632a0107e93ca6f8cb5e2345afb96b7/django-sqlfixtables-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a626b917c4bdab3eee27e95f8a0dc616", "sha256": "a6a1b759d1c5315bcfb29cdd3b94dbb128fdb54e054b67ee1666aec30e885435" }, "downloads": -1, "filename": "django-sqlfixtables-1.2.tar.gz", "has_sig": false, "md5_digest": "a626b917c4bdab3eee27e95f8a0dc616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4239, "upload_time": "2012-10-01T22:02:38", "url": "https://files.pythonhosted.org/packages/d1/c0/bb396ec2431acd09e45975e1ea2cf632a0107e93ca6f8cb5e2345afb96b7/django-sqlfixtables-1.2.tar.gz" } ] }