Tomek Paczkowski
Tomek Paczkowski
We have some badges on DP website: - [ ] https://www.djangoproject.com/community/badges/ - [ ] https://www.djangoproject.com/foundation/donate/thanks/ They are not really looking well with new style. We should have them re-made.
I've added setup.py file so that you can upload xact to pypi. If it's something you want, merge this pull request and upload it using hints from here: http://guide.python-distribute.org/creation.html#uploading-your-distribution-file
## Describe the Bug I'm working in a codebase where we use DataLoaders quite heavily with an SQLAlchemy-based database client. Often, we'd like to await two or more `load()` futures....