Commit Graph

162 Commits

Author SHA1 Message Date
tzangms 5fff56f715 Merge pull request #88 from escoular/fix-context-boundfields
Fix context for boundfields when Django version >= 1.8
2017-05-03 01:20:38 -05:00
tzangms e47e202841 Merge pull request #91 from WimpyAnalytics/django110_boundfield
Context not being flattened for bound fields
2017-04-30 11:10:47 -05:00
Ivan VenOsdel e4280cf3ce Kicking build 2016-09-11 09:57:59 -05:00
Ivan VenOsdel 69789af0ff Context not being flattened for bound fields 2016-09-11 09:29:41 -05:00
Emily Scoular 9cfbf07909 Fix context for boundfields when Django version >= 1.8 2016-08-05 09:42:42 -07:00
tzangms 3b685646ac Bump to version 3.2.1 2016-04-26 13:24:29 +08:00
tzangms ab0b59e913 Merge pull request #82 from hugoleodev/master
Fixing: Deprecation warnings when used with Django 1.9 #77
2016-04-26 00:22:43 -05:00
Hugo Leonardo Costa e Silva 7f97ef6b0d Fixing: Deprecation warnings when used with Django 1.9 2016-04-06 15:24:25 -03:00
Hugo Leonardo Costa e Silva 7d783ad368 adding tox enviroment dj19 2016-04-06 15:11:37 -03:00
tzangms d709e2bf63 Merge pull request #81 from tzangms/feature/tox
Add tox
2016-03-21 10:51:58 +08:00
tzangms ffa95f9795 fix tox.ini 2016-03-21 02:21:39 +08:00
tzangms 3ad9e7fb18 Add tox 2016-03-21 02:15:52 +08:00
tzangms 9755e29923 Merge pull request #75 from nikolas/py35
enable automated testing on python 3.5
2015-12-04 13:31:48 +08:00
Nik Nyby 6933e45dc9 enable automated testing on python 3.5
Drops support for python 3.3, since django no longer supports
it. See the failure here:
  https://travis-ci.org/tzangms/django-bootstrap-form/jobs/94785903

If python 3.3 support is still needed, we can configure it to
run only on versions of django < 1.9.
2015-12-03 21:11:59 -05:00
tzangms 629d82d26b Bump to version 3.2 2015-03-09 16:08:47 +00:00
tzangms 9048ccdee9 Update README.rst
remove bitdeli
2015-03-09 22:59:15 +08:00
tzangms b8bf90d2c6 Merge pull request #53 from stephane/fix-bootstrap-horizontal-arg
Fix dict created at compile time in bootstrap_horizontal
2015-03-09 22:58:02 +08:00
tzangms 3553a7c06b Merge pull request #58 from frewsxcv/patch-1
Enable automated testing on Python 3.4
2015-03-09 22:56:45 +08:00
tzangms 6d68862f4a Merge pull request #59 from zauddelig/master
add_input_classes should be a filter?
2015-03-09 22:56:34 +08:00
tzangms 39a8c39c89 Merge pull request #61 from bulv1ne/master
Fix form required_css_class not applied for individual fields
2015-03-09 22:55:57 +08:00
tzangms f078b3fef8 Merge branch 'master' of github.com:tzangms/django-bootstrap-form 2015-03-09 14:49:21 +00:00
tzangms 257ae5a13c Merge branch 'JoshData-documentation' 2015-03-09 14:47:44 +00:00
tzangms 6f44090af6 Merge branch 'documentation' of https://github.com/JoshData/django-bootstrap-form into JoshData-documentation
Conflicts:
	README.rst
2015-03-09 14:47:25 +00:00
tzangms 30e89e6d3e Merge pull request #65 from nikolas/patch-1
Update Bootstrap URL
2015-03-09 22:46:13 +08:00
tzangms 5725764515 Merge branch 'theSage21-master' 2015-03-09 14:44:55 +00:00
tzangms f9c049f817 Merge branch 'master' of https://github.com/theSage21/django-bootstrap-form into theSage21-master 2015-03-09 14:44:14 +00:00
tzangms 7711429190 Merge branch 'nikolas-fix-tests' 2015-03-09 14:43:08 +00:00
tzangms 86a79783ed Merge branch 'fix-tests' of https://github.com/nikolas/django-bootstrap-form into nikolas-fix-tests
Conflicts:
	bootstrapform/fixtures/basic.html
	bootstrapform/fixtures/horizontal.html
	tests/test_settings.py
2015-03-09 14:42:25 +00:00
tzangms 787c0484b1 refine and fix unit test 2015-03-09 14:36:23 +00:00
arjoonn sharma 4326a2fbb6 In the form.html template cehcking the same condition is done twice.
Doing it once reduces complexity making the code faster while rendering.
Also since the check is done on a high level like templates, it is slower than
the native python if condition. Thus the need to reduce checks on the higher levels.
2015-03-06 11:36:06 +05:30
Nik Nyby 1c36fb0e0c Make the tests passing again
Made some django 1.7 fixes and fixture corrections
2015-03-04 14:11:50 -05:00
nikolas 859796815c Update Bootstrap URL 2015-01-28 16:44:47 -05:00
tzangms d1a2d9d104 Merge pull request #54 from stephane/typo
Fix typo on splitted
2015-01-24 00:02:03 +08:00
tzangms 8831ee56dd Merge pull request #55 from stephane/pylint
Pylint
2015-01-24 00:01:36 +08:00
tzangms 36e82a8904 Merge pull request #64 from ckinsey/master
Update README.rst for more explicit setup.
2015-01-24 00:00:52 +08:00
Casey Kinsey d760a0f856 Update README.rst for more explicit setup.
Might save new users a little bit of digging.
2015-01-21 12:26:01 -06:00
Niels Lemmens 29f30c2410 Fix form required_css_class not applied for individual fields 2014-08-13 10:28:20 +02:00
zauddelig 98a81067fd Update bootstrap.py 2014-07-12 11:10:54 +02:00
Corey Farwell 68905c01ac Enable automated testing on Python 3.4 2014-06-24 19:09:47 -07:00
Joshua Tauberer 210f4cd114 improve README documentation: add INSTALLED_APPS, load tag, explain inline forms, and complete form examples for vertical and horizontal forms 2014-05-14 16:12:03 -04:00
Stéphane Raimbault cc3fa57286 Pylint 2014-04-24 19:22:26 +02:00
Stéphane Raimbault ae0d3205e0 Fix typo on splitted 2014-04-24 19:21:52 +02:00
Stéphane Raimbault 61e3028144 Fix dict created at compile time in bootstrap_horizontal 2014-04-24 18:28:12 +02:00
tzangms 5dce970179 Merge pull request #50 from y0no/master
Improves inline-formset display
2014-04-17 08:58:21 +08:00
tzangms dae2373bd7 Merge pull request #51 from jodal/python-3-support
Explicit Python 3 support
2014-04-04 13:37:25 +08:00
Stein Magnus Jodal 26b9da52aa setup: Add classifiers for Python version support
These are used by services like for example caniusepython3.com and requires.io
to check if all dependencies of a project supports Python 3.

I've run the test suite manually on Python 3.3 and 3.4, and added 3.3 to the
Travis CI build. 3.4 should be added to the Travis CI build when Travis starts
supporting 3.4 in the near future.
2014-04-03 21:16:17 +02:00
Stein Magnus Jodal 2e639a11c0 travis: Run tests on Python 3.3 2014-04-03 21:12:34 +02:00
Yoann Ono Dit Biot 7cc9c5a4f7 Improves inline-formset display 2014-03-27 17:16:36 +01:00
tzangms 305f142c87 Update README.rst 2013-12-09 09:35:57 +08:00
tzangms baf62db95f update test html 2013-12-09 02:43:40 +08:00