{ "info": { "author": "Mohammad Faraji", "author_email": "farajim25@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": ".. image:: https://travis-ci.org/silentsokolov/django-admin-rangefilter.svg?branch=master\n :target: https://travis-ci.org/silentsokolov/django-admin-rangefilter\n\n.. image:: https://codecov.io/gh/silentsokolov/django-admin-rangefilter/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/silentsokolov/django-admin-rangefilter\n\ndjango-admin-rangefilter-jalali\n===============================================================\n\n# Note django 1.8 not working pls w8 to fix it \n\ndjango-admin-rangefilter-jalali app, add the filter by a custom jdate / jdatetime range on the admin UI.\n\n.. image:: https://raw.githubusercontent.com/silentsokolov/django-admin-rangefilter/master/docs/images/screenshot.png\n\n\nRequirements\n------------\n\n* Python 2.7+ or Python 3.4+\n* Django 1.8+\n\n\nInstallation\n------------\n\nUse your favorite Python package manager to install the app from PyPI, e.g.\n\nExample:\n\n``pip install django-admin-rangefilter-jalali``\n\n\nAdd ``rangefilter_jalali`` to ``INSTALLED_APPS``:\n\nExample:\n\n.. code:: python\n\n INSTALLED_APPS = (\n ...\n 'django_jalali',\n 'rangefilter_jalali',\n ...\n )\n\n\nExample usage\n-------------\n\nIn admin\n~~~~~~~~\n\n.. code:: python\n\n from django.contrib import admin\n from rangefilter_jalali.filter import DateRangeFilter, DateTimeRangeFilter\n\n from .models import Post\n\n\n @admin.register(Post)\n class PostAdmin(admin.ModelAdmin):\n list_filter = (\n ('created_at', DateRangeFilter), ('updated_at', DateTimeRangeFilter),\n )", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/farajim25/django-admin-rangefilter-jalali", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-admin-rangefilter-jalali", "package_url": "https://pypi.org/project/django-admin-rangefilter-jalali/", "platform": "any", "project_url": "https://pypi.org/project/django-admin-rangefilter-jalali/", "project_urls": { "Homepage": "https://github.com/farajim25/django-admin-rangefilter-jalali" }, "release_url": "https://pypi.org/project/django-admin-rangefilter-jalali/0.4.2.8/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "django-admin-rangefilter app, add the filter by a custom date range on the admin UI.", "version": "0.4.2.8" }, "last_serial": 5410276, "releases": { "0.4.2.5": [ { "comment_text": "", "digests": { "md5": "dbe15e6e37b2a84f6a4c2132c6129115", "sha256": "1398b3cfa67c666088a756228ef0007db155001ab6b953ec1933671076bd7327" }, "downloads": -1, "filename": "django-admin-rangefilter-jalali-0.4.2.5.tar.gz", "has_sig": false, "md5_digest": "dbe15e6e37b2a84f6a4c2132c6129115", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 9469, "upload_time": "2019-06-15T13:26:54", "url": "https://files.pythonhosted.org/packages/c5/f2/e142a38d9be21271da7f78715891b6c661c379a4b9c9f6648d13dd6e170e/django-admin-rangefilter-jalali-0.4.2.5.tar.gz" } ], "0.4.2.7": [ { "comment_text": "", "digests": { "md5": "96fe2adeb2375692015b45cf6b902936", "sha256": "9629184fa82987656b2399c9a1c3816e7f65b83c9243a18a70c441c557c84ada" }, "downloads": -1, "filename": "django-admin-rangefilter-jalali-0.4.2.7.tar.gz", "has_sig": false, "md5_digest": "96fe2adeb2375692015b45cf6b902936", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 9526, "upload_time": "2019-06-17T13:46:09", "url": "https://files.pythonhosted.org/packages/85/39/bafff9e6e9c0a393b5a717de2b9b146edaa6440cc89a7f94cbc9559b0467/django-admin-rangefilter-jalali-0.4.2.7.tar.gz" } ], "0.4.2.8": [ { "comment_text": "", "digests": { "md5": "d375895d66e10405dbb8ad71bdc557ff", "sha256": "578a2888bcd070e367a346f88ac9ba928d3c8e585a55330edb6d2aee04ac9ae7" }, "downloads": -1, "filename": "django-admin-rangefilter-jalali-0.4.2.8.tar.gz", "has_sig": false, "md5_digest": "d375895d66e10405dbb8ad71bdc557ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 9530, "upload_time": "2019-06-17T13:47:40", "url": "https://files.pythonhosted.org/packages/f3/66/553e3473c21ffb68a6396ed3ffd00caa2fcbbcbd95a72914240b848476c9/django-admin-rangefilter-jalali-0.4.2.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d375895d66e10405dbb8ad71bdc557ff", "sha256": "578a2888bcd070e367a346f88ac9ba928d3c8e585a55330edb6d2aee04ac9ae7" }, "downloads": -1, "filename": "django-admin-rangefilter-jalali-0.4.2.8.tar.gz", "has_sig": false, "md5_digest": "d375895d66e10405dbb8ad71bdc557ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 9530, "upload_time": "2019-06-17T13:47:40", "url": "https://files.pythonhosted.org/packages/f3/66/553e3473c21ffb68a6396ed3ffd00caa2fcbbcbd95a72914240b848476c9/django-admin-rangefilter-jalali-0.4.2.8.tar.gz" } ] }