Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/django-crispy-forms/django-crispy-forms

The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
https://github.com/django-crispy-forms/django-crispy-forms

Merge pull request #474 from Stranger6667/convert-test_layout

Convert test_layout module to py.test style.

bc89bc8eb9d1e20cfc5a492ce3892d2d945b64d6 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #449 from treyhunner/measure-coverage

Measure and report code coverage with Codecov

db99f84339c0955f3130fc63da2daee1c12b7102 authored over 9 years ago by Carlton Gibson <[email protected]>
Replace global variable with lazy object

7b24f06849ea83787c95d3252470763b3d0e75df authored over 9 years ago by Dmitry Dygalo <[email protected]>
Convert test_form_helper module to py.test style

26232cb383c6d43708a22f09abf5b78a777f1b3a authored over 9 years ago by Dmitry Dygalo <[email protected]>
Measure branch coverage

d86b5e45d6866a1d89e025eec5450f4612ae1db5 authored over 9 years ago by Trey Hunner <[email protected]>
Move runtests.py to top directory

0bf41d7e392958fbb43b3660f293d27829899e2b authored over 9 years ago by Trey Hunner <[email protected]>
Remove one more condition for unsupported Django

c34e1dfe92d1bf8f8a6458c23539c33450242bfb authored over 9 years ago by Dmitry Dygalo <[email protected]>
Use Codecov to track code coverage on Travis CI

590297a090090956f4e41dc2976fdfe1fbc2c2fa authored over 9 years ago by Trey Hunner <[email protected]>
Measure code coverage when running tests

917718387d94381a7e48d66febfa55d04784317f authored over 9 years ago by Trey Hunner <[email protected]>
Convert test_layout module to py.test style. Move TEMPLATE_DIRS and TEMPLATE_LOADERS settings to test_settings module

579bf9a8606d9406f6761bbea483fa232426ab9d authored over 9 years ago by Dmitry Dygalo <[email protected]>
Merge pull request #471 from Stranger6667/convert-test-layout-objects

Convert test_layout.py module

3f896e4b0a420d2a19c392f8e73cbd8b0c594973 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #473 from Stranger6667/remove-unsupported-django-shims

Remove shims for Django < 1.4

cea930efd450ba988719644c01fab9cdd5166ea5 authored over 9 years ago by Carlton Gibson <[email protected]>
Remove shims for Django < 1.4

ad45d795e980a56d64086cf261fc0ef55a8bf34b authored over 9 years ago by Dmitry Dygalo <[email protected]>
Convert test_layout_objects module to py.test style, but leave TestBootstrapLayoutObjects for further refactoring

a2cc069755edb36fb604376f5ba781ae1819e651 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Merge pull request #470 from Stranger6667/convert-test-tags-to-pytest

Сonvert test_tags.py module to py.test style

7ed4089ef9eb8307d59adbd32f0ff30c1190985d authored over 9 years ago by Carlton Gibson <[email protected]>
Remove setup_templates

003656b46b08b91943bbae8c142e4bd4ffc22d3d authored over 9 years ago by Dmitry Dygalo <[email protected]>
Remove module-level settings import

a013cd977c788bb9e9a1bf75f5f117f4cb4ee3dc authored over 9 years ago by Dmitry Dygalo <[email protected]>
Merge pull request #469 from Stranger6667/fix-repeated-tests

Add marks to skip, fix repeated tests execution. #465

24c945adfb69fa917e89a5ad29e68025c4cb1520 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #468 from Stranger6667/remove-from_iterable

Remove crispy_forms.base.from_iterable. #462

62e020e8266767101fdc394109f908fbb09e41b7 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #464 from Stranger6667/pytest-initial

Use pytest to run test suite.

c84938627de69e594596400ca212d600e997c6bc authored over 9 years ago by Carlton Gibson <[email protected]>
Remove crispy_forms.base.from_iterable. #462

7ab8329a5e2f793c42356cf525515fe0308104ca authored over 9 years ago by Dmitry Dygalo <[email protected]>
Merge branch 'dev' into pytest-initial

Conflicts:
requirements.txt
setup.py

cc69ac6ca4e3649871249a179b3cbabe62532754 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Cleanup. And #466

cba1fd63f7d505bca479e2d425d898bded3a3990 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Add basic fixture for template-related settings setup, convert test_tags module to py.test style

d3112ad58119b39dd02f05a259e6397b88c5589a authored over 9 years ago by Dmitry Dygalo <[email protected]>
Add marks to skip, fix repeated tests execution. #465

77f9408d081a57303703d9d02dd7dad43cc7a173 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Remove unused imports

30ec15f1ce5228127c51fdfe8603d6eba37b6ae4 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Improve tests performance

493e913eecaa4555205a23819dd71c3d1dafc548 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Update Makefile

a15ac1c4989bf60cfe61c08754d49982b2a89b3e authored over 9 years ago by Dmitry Dygalo <[email protected]>
Initial approach

219c207fa098cdfbf1a15eb4897afbd3a5caaa14 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Merge pull request #460 from carltongibson/pypi-uploads

Add wheel and twine dependencies for PyPI uploads

2f930224cfc723e44f4817e03642b473d9759fb3 authored over 9 years ago by Carlton Gibson <[email protected]>
Add twine to requirments and `setup.py` `publish`

... for secure uploads to PyPI.

def59d86b3812dd5ebdc828c3eac5f4d9310e207 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #461 from Stranger6667/dry-improvement

Reduce code duplication

ae75dfaddb8e6e975f0bf71c82bdb4221f052bc6 authored over 9 years ago by Carlton Gibson <[email protected]>
Add myself to CONTRIBUTORS.txt

7adb0004080bd8380ea11464a87881b3496c177e authored over 9 years ago by Dmitry Dygalo <[email protected]>
More improvements

3097114bf3bb30a0968596cd31f2fa20e153abca authored over 9 years ago by Dmitry Dygalo <[email protected]>
Reduce code duplication

09d09a596de4eda6ce43e9d7eafa4ed2763f27b6 authored over 9 years ago by Dmitry Dygalo <[email protected]>
Add publish command to setup.py

2de99d7b86dd087a15f2fb7ebc543aeebf8e8682 authored over 9 years ago by Carlton Gibson <[email protected]>
Add wheel to requirements.

064bc477dbdc41d5d45ed2ac7dd83e69da552f18 authored over 9 years ago by Carlton Gibson <[email protected]>
Change log typo correction

495cadeb5989df116f1e26c3e52aa356b3046d9b authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #452 from maraujop/dev

Version 1.5 release

b574d40df99777b234e3e811dced1ac753c2d8ee authored over 9 years ago by Carlton Gibson <[email protected]>
Updating version and change notes for 1.5.0 release

99517357de2104ec461116eaa5ffcf1bebf112ed authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #458 from yoongkang/add_yoongkang

Add @yoongkang to contributors list (see #432)

2d73d92cda3737565464620d24dcf14a2953bede authored over 9 years ago by Carlton Gibson <[email protected]>
Add @yoongkang to contributors list (see #432)

b904ad2c033118da51a0d596eab0be01909e9bde authored over 9 years ago by Yoong Kang Lim <[email protected]>
Update Licence date and correct setup.py reference

Fixes #292

ef25e879f65d76a364d720f06a66d28de5e71f4f authored over 9 years ago by Carlton Gibson <[email protected]>
Remove crate index url from requirments.

Fixes #394

567eea2e34aed01ab079f25d18c00a9a5ba18bad authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #455 from carltongibson/testing-fixes

Fix testing set up

e833ad5610c5a16f2688a8d55b1e8232d8bff615 authored over 9 years ago by Carlton Gibson <[email protected]>
Adjust tests for Django 1.8 Templates

688e988da69323d2e6c7cb15925946611cb41a8b authored over 9 years ago by Carlton Gibson <[email protected]>
Make test urls routable.

7dfb02f15ce31d223c8fecd92cdc995acea2d7cf authored over 9 years ago by Carlton Gibson <[email protected]>
Use tuple for version check

ae15b27fd2370c423858aa0710f0d3eddb26738d authored over 9 years ago by Carlton Gibson <[email protected]>
Don't use template_source_loaders for Django 1.8+

dfa70e2b32f61eb5cada291851fcd428aafb968e authored over 9 years ago by Carlton Gibson <[email protected]>
Use old legacy runtest files for Django 1.4

e64acbdf756839adf28320641124ee696d38be54 authored over 9 years ago by Carlton Gibson <[email protected]>
Add updated runtest files

4354a61f800798cc34a05afbfbeb4e514e1df514 authored over 9 years ago by Carlton Gibson <[email protected]>
Mark existing runtest files as legacy

56ee73250fd1fcd318bc5540dc93a01e46266290 authored over 9 years ago by Carlton Gibson <[email protected]>
Remove Django 1.5 and 1.6 from test matrix.

[No longer supported](https://www.djangoproject.com/download/#supported-versions)

d4fb7dc60857e59b875e9c0367f87353ef5245e1 authored over 9 years ago by Carlton Gibson <[email protected]>
Remove relative import of `override_settings` shim

1608c219ae82e2bff15917bb84d3d559511c3360 authored over 9 years ago by Carlton Gibson <[email protected]>
Remove override_settings shim (was for Django 1.3)

ebe4bc123749b25a5ffb49e76b95e10a1b14f987 authored over 9 years ago by Carlton Gibson <[email protected]>
Remove debug sanity check from Travis config

1de8058547e4e7e343a47273f4f0f16cd27bdf68 authored over 9 years ago by Carlton Gibson <[email protected]>
Remove Django version pin from setup.py

a8efcbd689b44c345ea66a14c0a3c20524d4cf61 authored over 9 years ago by Carlton Gibson <[email protected]>
Have Makefile use requirements.txt

Tavis config calls this, which also (re-)runs the pip install

8d728af64ddd252d863a951b939c43e54662c116 authored over 9 years ago by Carlton Gibson <[email protected]>
Check install Django version before running tests

93ff07bb7d58ae4c653fae0704e26343cd5aa1bf authored over 9 years ago by Carlton Gibson <[email protected]>
Remove reintstalling Django from edd.info

**This is over-riding the per-environment Django install**

6691069dcd93829208ceed7ab20c46123dbf60b4 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #454 from maraujop/travis-no-sudo

Don't use sudo for Travis

54be76d9ed0afb08c07a13866a6e1b6ffa2d4a3d authored over 9 years ago by Carlton Gibson <[email protected]>
Don't use sudo for Travis

4a78ce73d244e69702142c394ac6a2a5cdc606c3 authored over 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #451 from carltongibson/update-travis

Update Travis Config to test all supported Django versions

5e1517fa7223a9f5d544a9677c3ac433c13e832b authored over 9 years ago by Carlton Gibson <[email protected]>
Comment out Python 3.2 testing, pending #354

04189c2a39c921e9ae9b5c1873ece83f386954bd authored over 9 years ago by Carlton Gibson <[email protected]>
Correct `install` section; add Python 3.2

cc1810c7d965241de5004c0c7f3b4fb8e0bf0778 authored over 9 years ago by Carlton Gibson <[email protected]>
Update Travis tested Python/Django Versions

49358afa66b0598162d17c3b6f2a2598effc019e authored over 9 years ago by Carlton Gibson <[email protected]>
Support wrapper_class

Add support for wrapper_class on Prepend / Append fields

a07d4f9b853cf4ef244242259de6a41263d308f9 authored over 9 years ago by Pedro Kiefer <[email protected]>
Update layout.py

Pass unused kwarg

4b263f3b739d1b6ab2c3f9fcbd7127679aee8ae4 authored over 9 years ago by benvand <[email protected]>
Fix lru_cache import as memoize

Thanks to @jcomeauictx for the heads up

c790055fa7e6810703599bc0124507133b8a55fc authored over 9 years ago by Miguel Araujo Perez <[email protected]>
Simplifying patch from PR #417

57f0f9d627079d6db6d6e02ada17680afd304e55 authored over 9 years ago by Miguel Araujo Perez <[email protected]>
Updated CHANGELOG and CONTRIBUTORS

2b808e955c74c87b31b8d2d66fb101f35cf15767 authored over 9 years ago by Miguel Araujo Perez <[email protected]>
no need for hasattr

0c7eafa3e3c68b085d4f1d651d1f5a49a925117f authored over 9 years ago by John Comeau <[email protected]>
replaced else statement I mistakenly removed in cleanup

54064ba640ce14d310259a168fdb15dc48af907d authored over 9 years ago by John Comeau <[email protected]>
got rid of unused function

cdbfa547bbd82435f263b9e28c8bbfe13a51ed95 authored over 9 years ago by John Comeau <[email protected]>
code cleanup to make it easier for merger to say yes

365f0d319aea869903ceb3978beda7f995da656b authored over 9 years ago by John Comeau <[email protected]>
got rid of unneeded debug messages

9c653ab2bb898d0f7d13cd76dda706272fb600a4 authored over 9 years ago by John Comeau <[email protected]>
set basestring to str for Python3

f830a34444969d94cd6f9766062a545d0ffb3518 authored over 9 years ago by John Comeau <[email protected]>
hopefully fixed error in Django < 1.6

493ac5652dce4848988a107a72c99f9079bc6a14 authored over 9 years ago by John Comeau <[email protected]>
got rid of final warning while running tests from another app

b67263c59d30f4b1631b3b8644774df13c9e3854 authored over 9 years ago by John Comeau <[email protected]>
skips some tests that have wrong templates cached

e0db3a94b025ece54f222dec3989785923cbec3c authored over 9 years ago by John Comeau <[email protected]>
set_hidden now works under Django 1.6 and 1.7 without warning

b623667deb4f4d4367fa7d045b4271c2d332784b authored over 9 years ago by John Comeau <[email protected]>
attempted correction of setting widget to hidden

6b8f345188d75767c460c888a97da4c11a65ccd8 authored over 9 years ago by John Comeau <[email protected]>
added more debugging messages to locate problem

364e65e28e18ee9049642bd3fff6549245e69d6e authored over 9 years ago by John Comeau <[email protected]>
updated version to try to force remote upgrade

38a349a9fd5af1f3b4dba5a2605b2b2ecd704119 authored over 9 years ago by John Comeau <[email protected]>
another hacky addition for manage.py test

27f42571f351dd07094fa68c8e13ea063232bc77 authored over 9 years ago by John Comeau <[email protected]>
copy multifield.html to bootstrap as hacky way to run tests under app

2d073618a8789243d526081a9b66b27b4f067440 authored over 9 years ago by John Comeau <[email protected]>
now tests run under 1.7

20825c7758c6d807cfc436d6684fcf5181ccfa42 authored over 9 years ago by John Comeau <[email protected]>
got rid of FAILs running under Django-1.7.3

184281e1a4199cf90aa34f71d23646416d641e9c authored over 9 years ago by John Comeau <[email protected]>
added output of HTML to see difference in Django versions

cc925ba767e3cc139d172c8d039bbf6b834912ad authored over 9 years ago by John Comeau <[email protected]>
passes all tests under Django==1.6, fails 1.7.3

2dae650f2dc646e44c0402a535333ad64d2fac05 authored over 9 years ago by John Comeau <[email protected]>
backwards compatibility with Django-1.6

b7c3311e2469dd78a23de6d666e1e83e91c336b7 authored over 9 years ago by John Comeau <[email protected]>
added logging.debug messages for each test

2488d2e224e40ec2db8d72f75ebdea913c708696 authored over 9 years ago by John Comeau <[email protected]>
added debugging messages to find out that is_hidden is not being set

d1d2c25400c4e590a2cd6debce5328ff822a9d6b authored over 9 years ago by John Comeau <[email protected]>
fixed RemovedInDjango18Warning for fields

03f86e449db5e26eeacfdd0d0c4ef3a776be165e authored over 9 years ago by John Comeau <[email protected]>
got rid of memoize and using lru_cache() instead

3d8c8c9c62af2f9262abd3c6bc849bfa585de516 authored over 9 years ago by John Comeau <[email protected]>
added doctests

f1a0a2937d640706bbaf59bc647c755d8b572b62 authored almost 10 years ago by John Comeau <[email protected]>
readability improvement

bb87b6a8dff05f9ea8d916cf72bee1f847eb9f05 authored almost 10 years ago by John Comeau <[email protected]>
changed logging.info to version_tuple.debug

8e63a0bc68991def9dc74772ecc08708599f30ef authored almost 10 years ago by John Comeau <[email protected]>
fixed some bugs in new debug code

b28f2660a0e17b2f7a59ab02962f1c4bc661bb31 authored almost 10 years ago by John Comeau <[email protected]>
added logging to try and find version comparison errors

6b5a76856479791242f7c4883039bf88962ea129 authored almost 10 years ago by John Comeau <[email protected]>