Lily Acorn
Lily Acorn
One goal of this project is to improve the interface to models and other data sources. These were mentioned in #17: - [`xmodelform`](https://github.com/jpic/xmodelform) - particularly form field factories - [`django-betterforms`](https://github.com/fusionbox/django-betterforms)...
Explain why the `PackageLoader` failed when the `package_path` directory is missing. - fixes #1705 Checklist: - [ ] Add tests that demonstrate the correct behavior of the change. Tests should...
When following [the basics of setting up jinja2](https://jinja.palletsprojects.com/en/3.1.x/api/#basics), if you don't create the appropriate `templates` directory in your package, you get this error message: ``` ValueError: The 'mypackage' package was...
We currently support: - python - 2.7 - **3.3** - 3.4 - django - **1.6** - **1.7** - 1.8 - DRF - **3.1** - 3.2 I think we should consider...
The [`password_reset_email_handler` and `validation_email_handler`](https://github.com/incuna/django-user-management/blob/3cc8c9572c1f6a6dcc8cb5a991249244c0b580f8/user_management/utils/notifications.py#L36-L47) each define a `subject` that is formatted with the `site.domain`. This is difficult to override when the domain is unwanted. We could instead use a django...
https://code.djangoproject.com/ticket/373 Continued from #16075.
- [x] a detailed description of the bug or problem you are having When testing the project I work on in CI I frequently see a segfault in pytest's test...
There's actually not much code that uses `Py::into_ref` left and almost all of it is easy to clean up.
Following the merge of #3705 we can tidy these up.