{ "info": { "author": "Alisue", "author_email": "lambdalisue@hashnote.net", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "``django-modify-history`` is a library to create object modification timeline using Django signal\n\n\nInstall\n===========================================\n::\n\n\tsudo pip install django-modify-history\n\nor::\n\n sudo pip install git+git://github.com/lambdalisue/django-modify-history.git#egg=django-modify-history\n\n\nHow to Use\n==========================================\n\n1. Append ``modify_history`` to ``INSTALLED_APPS``\n2. run ``manage.py syncdb``\n3. Add ``history_site.py`` to the app and write like below::\n\n\t\tfrom modify_history import site\n\t\tfrom modify_history.backends.basic import BasicHistoryBackend\n\n\t\tfrom models import Article\n\n\t\tclass ArticleBackend(BasicHistoryBackend):\n\t\t\tpass\n\t\tsite.register(Article, ArticleBackend)\n\n4. Use ``get_history_timelines`` template tags for get history list like below::\n\n\t\t{% extends 'base.html' %}\n\t\t{% load historytags %}\n\n\t\t{% block content %}\n\t\t

History

\n\t\t\n\t\t{% endblock %}\n\n\nSettings\n=========================================\n``HISTORY_ENABLE``\n Make history enable, to disable history app just set this ``False``\n\n``HISTORY_USER_ATTRS``\n modify_history app find user from target object's attrs. this is the list of name\n of attrs. default is ``['updated_by', 'user', 'author', 'created_by']``", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lambdalisue/django-modify-history/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lambdalisue/django-modify-history", "keywords": "django history modify", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-modify-history", "package_url": "https://pypi.org/project/django-modify-history/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-modify-history/", "project_urls": { "Download": "https://github.com/lambdalisue/django-modify-history/tarball/master", "Homepage": "https://github.com/lambdalisue/django-modify-history" }, "release_url": "https://pypi.org/project/django-modify-history/0.1rc2/", "requires_dist": null, "requires_python": null, "summary": "Automatically create history database when perticular model is saved.", "version": "0.1rc2" }, "last_serial": 790109, "releases": { "0.1rc1": [], "0.1rc2": [ { "comment_text": "", "digests": { "md5": "b3385932349997268780d8ce40a1457d", "sha256": "d565b0ee5fd12a6199b2c8d4c1dceb21c4aa61d59d9cabd78127552adc71f82e" }, "downloads": -1, "filename": "django_modify_history-0.1rc2-py2.7.egg", "has_sig": false, "md5_digest": "b3385932349997268780d8ce40a1457d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 22970, "upload_time": "2011-06-11T06:19:57", "url": "https://files.pythonhosted.org/packages/95/1a/bbd2125a9f3dd82bf7d4629e382d9e673282cdafb3d55aa4f9b66ab1d2b3/django_modify_history-0.1rc2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3b1d6e43017633f21100bed1347b06f5", "sha256": "d5e7004e7d98bae8e3a639c6a29fb32b109c18dd0c3c82397e439564c8d3f5c6" }, "downloads": -1, "filename": "django-modify-history-0.1rc2.tar.gz", "has_sig": false, "md5_digest": "3b1d6e43017633f21100bed1347b06f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7755, "upload_time": "2011-06-11T06:19:41", "url": "https://files.pythonhosted.org/packages/d9/a2/c37596201d62f80519f5e11f35f18d44b3e536f69fc15a516cd329d024cd/django-modify-history-0.1rc2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3385932349997268780d8ce40a1457d", "sha256": "d565b0ee5fd12a6199b2c8d4c1dceb21c4aa61d59d9cabd78127552adc71f82e" }, "downloads": -1, "filename": "django_modify_history-0.1rc2-py2.7.egg", "has_sig": false, "md5_digest": "b3385932349997268780d8ce40a1457d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 22970, "upload_time": "2011-06-11T06:19:57", "url": "https://files.pythonhosted.org/packages/95/1a/bbd2125a9f3dd82bf7d4629e382d9e673282cdafb3d55aa4f9b66ab1d2b3/django_modify_history-0.1rc2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3b1d6e43017633f21100bed1347b06f5", "sha256": "d5e7004e7d98bae8e3a639c6a29fb32b109c18dd0c3c82397e439564c8d3f5c6" }, "downloads": -1, "filename": "django-modify-history-0.1rc2.tar.gz", "has_sig": false, "md5_digest": "3b1d6e43017633f21100bed1347b06f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7755, "upload_time": "2011-06-11T06:19:41", "url": "https://files.pythonhosted.org/packages/d9/a2/c37596201d62f80519f5e11f35f18d44b3e536f69fc15a516cd329d024cd/django-modify-history-0.1rc2.tar.gz" } ] }