Joseph
Joseph
One challenge: dependency persisting_theory may be abandoned? It also needs a few tweaks...
@agateblue this works great! thanks!
I have some code to potentially contribute that makes django-role-permissions play more nicely with the admin. In the spirit of the module, it simply piggybacks on the existing django user...
Confirmed. Suggest title: "django-hijack-admin release tag 2.1.10 not compatible with django-hijack v. 3.x" `hijack_admin.admin` contains this import statement: `from hijack import settings as hijack_settings` But `hijack.settings` no longer exists. I'd...
Ahhhh! Ok. My confusion is simply down to name overloading with private, internal-use Python module also named `test`. Got it. This makes sense, and no trouble for me to talk...
I piloted using simply assert statements instead of unit tests and found it worked perfectly and had several additional benefit: - students achieved much higher comprehension of Boolean expressions, and...
Yes - sorry for confusion. I'm proposing only to change student-facing content. For example, content in 6.3, 7.8. I have not yet done an exhaustive search, but recall seeing it...
@AndrewIngram - I built a suite of CBVs on top of ModelFormSetView that integrate django-tables2 and django-filter. Includes a ModelFormsetTable view, FilteredModelFormset view, and FilteredModelFormsetTable view. These views leave it...
@sdolemelipone that makes sense. Nice offer re: documentation, seems like a logical level to connect the 2 projects. Here's the Filtered-Model-Formset-Table views package: https://github.com/powderflask/django-fmft There's no docs yet - just...
For anyone interested... Basic docs are up: https://django-fmft.readthedocs.io/en/latest/ And package is now on pipy: https://pypi.org/project/django-fmft/