Jelmer
Jelmer
Using the `SingleTableMixin` result in two count() queries, the first one performed by the django paginator and second one performed in `django_tables2/data.py` on line 155. I'm not enable to oversee...
This pull request merges the requirements in base.txt in production.txt and references production.txt in local.txt. This way we have only two files of requirements and can we proceed with #1988....
## Description [//]: # (What's it you're proposing? How should it be implemented?) My proposal is to install production.txt requirements in the dev/local environment. ## Rationale [//]: # (Why should...
Using the ETA function of Celery has some caveats, which ~~the most of us learn~~ I learned the hard way. Adding `visibility_timeout` with the Celery default of `1 hour` may...
Hello Folks, Between the upgrade from 1.9.2 to 2.0 the FileUpload widget is not rendered with the current and delete widget. The FileUpload widget in 2.0 ...
Hello Folks, For managing te state of your models in a Django project this library is a perfect fit. So thanks for providing this excellent library. I find myself looping...
Took me some time to figure out how to use the SDK in combination with Portainer but it is actually quite easy. This pull request adds a small user guide...
Update references in .css and .js files to other files so they refer to the cache-busting filenames
When an image is referenced from a css file it references to the unhashed version of the file. This could lead to issues when the referenced file is updated. Django...
This is an attempt the remove `DATABASE_URL` environment variable. The only use case where `DATABASE_URL` is required is when an application is hosted on heroku.
This PR extends the base configuration in two ways: 1) When `DATABASE_URL` is missing it is using `POSTGRES_*` variables for configuring the database. 2) `CELERY_BROKER_URL` defaults to `REDIS_URL` When using...