{ "info": { "author": "Nakahara Kunihiko/Samuel Colvin", "author_email": "nakahara.kunihiko@gmail.com/s@muelcolvin.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "django-bootstrap3-datetimepicker\n================================\n\nThis package uses `Bootstrap v3 datetimepicker widget version\n4 `__.\n\nThis project was originally a fork of\nhttps://github.com/nkunihiko/django-bootstrap3-datetimepicker, it now\nhas the following breaking changes:\n\n- js/css files are no longer included in the project, managing them is\n up to the user, eg. using\n `grablib `__.\n- the widget no longer has js/css assets. these are left for you to\n deploy as you wish.\n- bug/warning fixes\n- remove support for python 2.6 and associated clean up\n\nInstall\n-------\n\n::\n\n pip install django-bootstrap3-datetimepicker-2\n\nExample\n-------\n\nforms.py\n^^^^^^^^\n\n.. code:: python\n\n from bootstrap3_datetime.widgets import DateTimePicker\n from django import forms\n\n class ToDoForm(forms.Form):\n todo = forms.CharField(\n widget=forms.TextInput(attrs={\"class\": \"form-control\"}))\n date = forms.DateField(\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD\"}))\n reminder = forms.DateTimeField(\n required=False,\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD HH:mm\"}))\n\nThe ``options`` will be passed to the JavaScript datetimepicker\ninstance. Available ``options`` are explained in the following\ndocuments:\n\n- http://eonasdan.github.io/bootstrap-datetimepicker/\n\nYou don't need to set the ``language`` option, because it will be set\nthe current language of the thread automatically.\n\ntemplate.html\n^^^^^^^^^^^^^\n\n.. code:: html\n\n \n \n \n \n \n \n
\n {{ form|bootstrap }}\n {% csrf_token %}\n
\n \n
\n
\n \n \n\nHere we assume you're using\n`django-bootstrap-form `__\nor\n`django-jinja-bootstrap-form `__\nbut you can draw out your HTML manually.\n\nRequirements\n------------\n\n- Python >= 2.7\n- Django >= 1.8\n- Bootstrap == 3.X\n- Moment >= 2.10.6\n- bootstrap-datetimepicker >= 4.15.35\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/samuelcolvin/django-bootstrap3-datetimepicker", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "django-bootstrap3-datetimepicker-vinta", "package_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-vinta/", "platform": "", "project_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-vinta/", "project_urls": { "Homepage": "https://github.com/samuelcolvin/django-bootstrap3-datetimepicker" }, "release_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-vinta/2.4.3/", "requires_dist": null, "requires_python": "", "summary": "Bootstrap3 compatible datetimepicker for Django projects.", "version": "2.4.3" }, "last_serial": 4134125, "releases": { "2.4.2": [ { "comment_text": "", "digests": { "md5": "303d2366c0fabf0af130aed50ea162ad", "sha256": "0dd99a4656f6c358fbda009ae8daae72f0fcc9e039d9767dd0fbec34c6c395b6" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-vinta-2.4.2.tar.gz", "has_sig": false, "md5_digest": "303d2366c0fabf0af130aed50ea162ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3611, "upload_time": "2017-06-13T19:31:25", "url": "https://files.pythonhosted.org/packages/74/20/7d3cb0058786157f0dbc0141c7a4a862dbba8eb1eb0db3a6e126a3739daa/django-bootstrap3-datetimepicker-vinta-2.4.2.tar.gz" } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "611ca0242850c6a3f6766ec4abba0b63", "sha256": "1f71964302533b7273a75a8cf196cbd753bdde6e0938d61865b359c7e6920322" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-vinta-2.4.3.tar.gz", "has_sig": false, "md5_digest": "611ca0242850c6a3f6766ec4abba0b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3683, "upload_time": "2017-06-13T20:27:13", "url": "https://files.pythonhosted.org/packages/21/ed/01a585d7c67245714f56a9b6d3c70da724a7a86bdbdb4ad9cae17a2bbcdc/django-bootstrap3-datetimepicker-vinta-2.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "611ca0242850c6a3f6766ec4abba0b63", "sha256": "1f71964302533b7273a75a8cf196cbd753bdde6e0938d61865b359c7e6920322" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-vinta-2.4.3.tar.gz", "has_sig": false, "md5_digest": "611ca0242850c6a3f6766ec4abba0b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3683, "upload_time": "2017-06-13T20:27:13", "url": "https://files.pythonhosted.org/packages/21/ed/01a585d7c67245714f56a9b6d3c70da724a7a86bdbdb4ad9cae17a2bbcdc/django-bootstrap3-datetimepicker-vinta-2.4.3.tar.gz" } ] }