{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "======\nNotice\n======\n\nThis is a fork of django-bootstrap3, which includes modifications for INFINIDAT's look and feel.\nThere are small changes in form rendering, as well as three CSS files which should be\nincluded after Bootstrap itself:\n\n- infiniboot.css\n- infinidat.css\n- opensans.css\n\nThemed components include:\n\n- Buttons\n- Labels\n- Forms\n- Custom checkboxes and radio buttons\n- Wells\n- Navbars (inverse only)\n- Tables\n- Tabs\n- Pills\n- Modals\n\n\nThemed Checkboxes\n-----------------\n\nHere's the markup required for a themed checkbox::\n\n
\n \n
\n\n\nReleasing a new version\n-----------------------\n\n- Edit the version number in bootstrap3/__init__.py\n- Run ``python setup.py sdist upload -r local``\n\n\n======================\nBootstrap 3 for Django\n======================\n\nWrite Django as usual, and let ``django-bootstrap3`` make template output into Bootstrap 3 code.\n\n\nRequirements\n------------\n\n- Python 2.7, 3.2, 3.3, 3.4, or 3.5\n- Django >= 1.8\n\n*The latest version supporting Python 2.6 and Django < 1.8 is the 6.x.x branch.*\n\n\nInstallation\n------------\n\n1. Install using pip:\n\n ``pip install django-bootstrap3``\n\n Alternatively, you can install download or clone this repo and call ``pip install -e .``.\n\n2. Add to INSTALLED_APPS in your ``settings.py``:\n\n ``'bootstrap3',``\n\n3. In your templates, load the ``bootstrap3`` library and use the ``bootstrap_*`` tags:\n\nThis app will soon require Django 1.8+, python 2.7+. Thanks for understanding.\n\n\nExample template\n----------------\n\n .. code:: Django\n\n {% load bootstrap3 %}\n\n {# Display a form #}\n\n
\n {% csrf_token %}\n {% bootstrap_form form %}\n {% buttons %}\n \n {% endbuttons %}\n
\n\n\nDocumentation\n-------------\n\nThe full documentation is at http://django-bootstrap3.readthedocs.org/.\n\n\nBugs and suggestions\n--------------------\n\nIf you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.\n\nhttps://github.com/dyve/django-bootstrap3/issues\n\n\nLicense\n-------\n\nYou can use this under Apache 2.0. See `LICENSE\n`_ file for details.\n\n\nAuthor\n------\n\nDeveloped and maintained by `Zostera `_.\n\nOriginal author & Development lead: `Dylan Verheul `_.\n\nThanks to everybody that has contributed pull requests, ideas, issues, comments and kind words.\n\nPlease see AUTHORS.rst for a list of contributors.\n\n\n\nHistory\n-------\n\n7.0.1 (2016-03-23)\n++++++++++++++++++\n\n* Fixed bug with widget attrs consistency (@onysos)\n\n\n7.0.0 (2016-02-24)\n++++++++++++++++++\n\n* Dropped support for Django < 1.8\n* Dropped support for Python < 2.7\n* Fix page number bug (thanks @frewsxcv)\n* Fix template context warning (thanks @jieter and @jonashaag)\n* Update to Bootstrap 3.3.6 (@nikolas)\n* Show links and newlines in messages (@jakub3279)\n* CSS classes arguments passed to the bootstrap_form are now working (@gordon)\n* Support for Django 1.9/Python 3.5 (@jieter and @jonashaag)\n* Better Travis CI Django versions (thanks @jonashaag)\n* Improved handling of messages in `bootstrap_messages` (thanks @frewsxcv and @rjsparks)\n\n\n6.2.2 (2015-08-20)\n++++++++++++++++++\n\n* Bug fix for escaped icons in buttons (reported by @jlec)\n\n\n6.2.1 (2015-08-19)\n++++++++++++++++++\n\n* Bug fix for whitespace in label placeholders (@Grelek)\n\n\n6.2.0 (2015-08-15)\n++++++++++++++++++\n\n* Improved tests\n* Make simple_tag output safe in Django 1.9\n* Better support for MultiWidgets (@xrmx)\n* Better documentation (@Moustacha)\n\n\n6.1.0 (2015-06-25)\n++++++++++++++++++\n\n* Upgrade to Bootstrap 3.3.5\n* Properly quote help text (@joshkel)\n\n\n6.0.0 (2015-04-21)\n++++++++++++++++++\n\n* No more media=\"screen\" in CSS tags, complying to Bootstraps examples\n\n\n5.4.0 (2015-04-21)\n++++++++++++++++++\n\n* No more forcing btn-primary when another button class is specified (@takuchanno2)\n* Added value option to buttons (@TyVik)\n* Switched CDN to //maxcdn.bootstrapcdn.com/bootstrap/3.3.4/ (@djangoic)\n\n\n5.3.1 (2015-04-08)\n++++++++++++++++++\n\n* Fix Django 1.8 importlib warnings\n* Set defaults for horizontal-form to col-md-3 for label, col-md-9 for field\n* Various bug fixes\n* Fix version number typo\n\n\n5.2.0 (2015-03-25)\n++++++++++++++++++\n\n* Upgrade to Bootstrap 3.3.4\n* Fix required bug for checkboxes\n* Various bug fixes\n\n\n5.1.1 (2015-01-22)\n++++++++++++++++++\n\n* Fix checkbox display bug\n\n\n5.1.0 (2015-01-22)\n++++++++++++++++++\n\n* Make Bootstrap 3.3.2 default\n* Fix issue #140 (bad behaviour in Python 3)\n\n\n5.0.3 (2014-12-02)\n++++++++++++++++++\n\n* Fixing tests for older Django and Python versions\n\n\n5.0.2 (2014-11-24)\n++++++++++++++++++\n\n* Cleaning up some mess in 5.0.1 created by PyPI malfunction\n\n\n5.0.1 (2014-11-21)\n++++++++++++++++++\n\n* Bug fixes and update to Bootstrap 3.3.1\n\n\n4.11.0 (2014-08-19)\n+++++++++++++++++++\n\n* Improved handling and control of form classes for error and success\n\n\n4.10.1 (2014-08-18)\n+++++++++++++++++++\n\n* Bug fixes, test fixes, documentation fixes\n\n\n4.10.0 (2014-08-12)\n+++++++++++++++++++\n\n* Template tag `bootstrap_icon` now supports a `title` parameter\n\n\n4.9.2 (2014-08-11)\n++++++++++++++++++\n\n* Fixed bug causing problems with setting classes for horizontal forms\n\n\n4.9.1 (2014-08-10)\n++++++++++++++++++\n\n* Fixed test for Django 1.4\n\n\n4.9.0 (2014-08-09)\n++++++++++++++++++\n\n* New parameter `href` for `bootstrap_button`, if provided will render `a` tag instead of `button` tag\n\n\n4.8.2 (2014-07-10)\n++++++++++++++++++\n\n* Internal fixes to master branch\n\n\n4.8.1 (2014-07-10)\n++++++++++++++++++\n\n* Make extra classes override bootstrap defaults\n\n\n4.8.0 (2014-07-10)\n++++++++++++++++++\n\n* Introduced new setting `set_placeholder`, default True\n\n\n4.7.1 (2014-07-07)\n++++++++++++++++++\n\n* Fixed rendering of various sizes (as introduced in 4.7.0)\n* Upgrade to Bootstrap 3.2.0 as default version\n\n\n4.7.0 (2014-06-04)\n++++++++++++++++++\n\n* `size` option added to formsets, forms, fields and buttons\n\n\n4.6.0 (2014-05-22)\n++++++++++++++++++\n\n* new `bootstrap_formset_errors` tag\n\n\n4.5.0 (2014-05-21)\n++++++++++++++++++\n\n* bug fixes in formsets\n* new formset renderer\n* new `bootstrap_form_errors` tag\n\n\n4.4.2 (2014-05-20)\n++++++++++++++++++\n\n* documentation now mentions templates\n\n\n4.4.1 (2014-05-08)\n++++++++++++++++++\n\n* bug fixes\n* documentation fixes\n* test coverage on coveralls.io\n\n\n4.4.0 (2014-05-01)\n++++++++++++++++++\n\n* added `bootstrap_alert` template tag\n\n\n4.3.0 (2014-04-25)\n++++++++++++++++++\n\n* added `required_css_class` and `error_css_class` as optional settings (global) and parameters (form and field rendering)\n\n\n4.2.0 (2014-04-06)\n++++++++++++++++++\n\n* moved styling of form level errors to template\n* bug fixes\n\n\n4.1.1 (2014-04-06)\n++++++++++++++++++\n\n* moved all text conversions to text_value\n\n\n4.1.0 (2014-04-05)\n++++++++++++++++++\n\n* typo fix and internal branching changes\n\n\n4.0.3 (2014-04-03)\n++++++++++++++++++\n\n* fixed checkbox label bug in vertical and inline forms\n\n\n4.0.2 (2014-04-02)\n++++++++++++++++++\n\n* fixed bug in vertical form rendering\n\n\n4.0.1 (2014-03-29)\n++++++++++++++++++\n\n* fixed unicode bug and added unicode label to tests\n\n\n4.0.0 (2014-03-28)\n++++++++++++++++++\n\n* use renderer classes for generating HTML\n* several bug fixes\n\n\n3.3.0 (2014-03-19)\n++++++++++++++++++\n\n* use Django forms css classes for indicating required and error on fields\n\n\n3.2.1 (2014-03-16)\n++++++++++++++++++\n\n* improved form rendering\n\n\n3.2.0 (2014-03-11)\n++++++++++++++++++\n\n* support for addons\n\n\n3.1.0 (2014-03-03)\n++++++++++++++++++\n\n* improve compatibility with Django < 1.5\n\n\n3.0.0 (2014-02-28)\n++++++++++++++++++\n\n* added support for themes (fix issue #74)\n* show inline form errors in field title (fix issue #81)\n* fixed bugs in demo application\n* update to newest Bootstrap (fix issue #83)\n\n\n2.6.0 (2014-02-20)\n++++++++++++++++++\n\n* new setting `set_required` to control setting of HTML `required` attribute (fix issue #76)\n\n\n2.5.6 (2014-01-23)\n++++++++++++++++++\n\n* project refactored\n* added skeleton for creating documentation (fix issue #30)\n* fixed `FileField` issues\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "infinidat-django-bootstrap3", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "infinidat-django-bootstrap3", "package_url": "https://pypi.org/project/infinidat-django-bootstrap3/", "platform": "", "project_url": "https://pypi.org/project/infinidat-django-bootstrap3/", "project_urls": null, "release_url": "https://pypi.org/project/infinidat-django-bootstrap3/7.0.9/", "requires_dist": null, "requires_python": "", "summary": "Bootstrap support for Django projects", "version": "7.0.9" }, "last_serial": 3405122, "releases": { "7.0.9": [ { "comment_text": "", "digests": { "md5": "30faaef9cc6f23ca22d4cbfb5262fb82", "sha256": "da5e5dcd40e67a455df29a08958856d62e0da24a35dd51f51b83270423d191d0" }, "downloads": -1, "filename": "infinidat-django-bootstrap3-7.0.9.tar.gz", "has_sig": false, "md5_digest": "30faaef9cc6f23ca22d4cbfb5262fb82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 857920, "upload_time": "2017-12-10T10:27:18", "url": "https://files.pythonhosted.org/packages/e2/3f/15063c0e5fe5501b34963bb13274030801fdf4e5984a57b5600d85d12e20/infinidat-django-bootstrap3-7.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30faaef9cc6f23ca22d4cbfb5262fb82", "sha256": "da5e5dcd40e67a455df29a08958856d62e0da24a35dd51f51b83270423d191d0" }, "downloads": -1, "filename": "infinidat-django-bootstrap3-7.0.9.tar.gz", "has_sig": false, "md5_digest": "30faaef9cc6f23ca22d4cbfb5262fb82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 857920, "upload_time": "2017-12-10T10:27:18", "url": "https://files.pythonhosted.org/packages/e2/3f/15063c0e5fe5501b34963bb13274030801fdf4e5984a57b5600d85d12e20/infinidat-django-bootstrap3-7.0.9.tar.gz" } ] }