dwasyl

Results 25 issues of dwasyl

In continuing to setup this package I stumbled across a bug in how `sitetree` matches urls. When there are multiple matches to the same URL, `sitetree` only tries to match...

support

Hi there, I'm trying to have a sidebar menu that shows a number of items and the current page for a CRUD interface. For example: ``` Items - Add Item...

support

Hey there, First off, this seems like a really comprehensive tool, but I've run into some trouble with dynamic menus. I have a django app, divided into two or three...

support

Hi there, I'm running the latest beta build of `yadcf` and have run into a problem on filter reloads while in server side mode. I have one `select2` `multi_select` widget...

I'm trying to re-use the same (server-side) datatable code on a few different pages and ran into some issues with specifying column numbers. Being able to specify filters on the...

enhancement
PR is welcomed

I'd like to change the workflow, to show the QR Code and shared secret on one step of the setup wizard, and then do the TOTP validation on the next...

I'm using DAL 3.3.2 (having sorted out my jQuery issues), however when I added a new dynamic formset the `select2` initialization would never run. After spending quite a bit of...

Hi there, I've recently upgraded some systems to Django 2.0+ and in turn am using the latest DAL `3.3.2`. However, I've run in to an issue I can't seem to...

When loading with Django 2.2, Django returns an error stating `'django.contrib.sessions' must be in INSTALLED_APPS in order to use the admin application.` I'm not sure if the session app registration...

enhancement
pull request welcome

In response to Issue #66 I added the field myself and created this PR. Shouldn't negatively impact anything, and I made the migration set the `created` to be equal to...