dwasyl

Results 25 issues of dwasyl

It doesn't seem to exist in the model currently, but I've been building a system and think it would be helpful to the user to be able to display when...

idea

oauth2client has been depreciated and had support withdrawn as of June 7, 2017. They recommend migration to `google-auth` and `oauthlib`.

I've been working on my first implementation of `guardian`, and during testing have run into the occasional `IntegirtyError` while using atomic transactions and adding/removing various permissions. Seemingly, when using a...

HI there, Just trying to take advantage of this app, but a number of my models already have custom QuerySets, which get added as managers by `objects = ObjectQuerySet.as_manager()`, however,...

help wanted

Hi there, Just wondering if anyone else has found a clean way to disable the element? Adding a disabled property only applies to the main `ul` element and not the...

question

Using `hx-boost="true"` ignores any new/changed `class=` entries for the `body` tag (when `hx-boost` is on the `` tag). Is this the intended behaviour? We have some functionality that depends on...

Just taking a look at this tool, seems quite useful! However, I need to extend the `Event` with some extra fields and having the key models as `abstract` bases would...

This is just a re-based version of #1510 Per stmos' original notes: This currently only works with Solr backend (>4.10). More details about interval faceting can be found at: [Solr...

backend : solr

One of the situations I ran into is running trial transitions on non-permanent objects (i.e. not saved in the DB only memory) so they have no pk as of yet,...

Hey there, I've been running an older fork of `django-nyt` with a few tweaks. I have to update my fork to the latest build anyway so I thought I'd check...