Jacob Wegner
Jacob Wegner
I ran across the RadioSelect bug fixed in 48b966f7f0e94116ba865b907ee43b84e6d75be0, and see that the version number was bumped to 2.0.3.post2 after the fix was merged in. Is there a chance that...
- [ ] Update https://github.com/pinax/pinax/blob/master/docs/pinax_theme_bootstrap.md to reflect the move to gulp - [ ] Link to the static build process documentation in https://github.com/pinax/pinax-starter-projects/blob/zero/static/STATIC_README.md - [ ] Add how-tos - [...
https://github.com/pinax/pinax-blog/blob/be8dfb29c5d8d5a74c9941901a5fe0725b4a9a24/pinax/blog/views.py#L205 On long-running sites with pinax-blog, the `FeedHit` table can grow quite large. Consider adding hookset support to override FeedHit recording, or possibly a management command similar to [clearsessions](https://docs.djangoproject.com/en/2.1/topics/http/sessions/#clearing-the-session-store)
Remove `ManifestStaticFilesStorage` and fallback to the default `StaticFilesStorage` backend. For more context, see: https://github.com/owais/django-webpack-loader/issues/107 cc: @paltman
### Change Summary _What and Why:_ I was kicking the tires on [Fly Postgres](https://fly.io/docs/postgres/) and this caught my eye: > In the single-instance “Development” config, you’ll also be given the...
From [the docs](https://github.com/pinax/django-waitinglist/blob/master/docs/migration.rst#view-changes): > All views have been converted to class-based views. This is a big departure from the traditional function-based, but has the benefit of being much more flexible....
Similar to DUA's signals handled by the project's receivers.py, but probably implemented with a combination of PSA pipelines and exception handling middleware.
As #33 notes, there is a backwards-incompatible change to _django-reversion_ that breaks semantic versioning. Rather than pinning to a particular version or updating _pinax_teams_ to be compatible, I'm wondering if...
Adds the ability to nest Teams. Remaining: - [ ] Standardize convenience methods for `ancestors` and `descendants`. - [ ] Document new templates and add to the appropriate starter project....