Francis Secada
Francis Secada
…includes subfolders
#### Description When attempting to bootstrap an SQLite database for robust unit testing, generating data fixtures requires running multiple factory in serial to produce the necessary data. To facilitate this,...
https://github.com/jhotujec/crispy-forms-bulma/blob/93c4f5b18951b0767944d91361837046b2988fa8/django_crispy_bulma/templatetags/crispy_forms_bulma_field.py#L141 Issue similar to this: [TypeError: sequence item 1: expected str instance, BoundField found](https://stackoverflow.com/questions/55131035/expected-str-instance-boundfield-found-django?rq=1) A potential fix is to wrap the returned field in a string function to convert to...
So I'm trying to implement this invite system for the first beta build of my platform before opening it up. Right now I'm using the Admin view to push individual...
Addresses https://github.com/mongkok/fastapi-debug-toolbar/issues/60
### Expected Behavior The Debug Toolbar should initialize without errors and should render the HTML/JS content of the toolbar, with it docked to the right of the screen and collapsible....
To address a `PermissionError` on windows systems when invoking `shutil.rmtree` in `directory_cleaner`, the `onerror` function will change the permissions of the file to allow for write access. This may provide...
Adding `uni_formset.html` template partial for compliance with latest `crispy_forms` templating conventions.
- [x] Operating System: Windows 11 - [x] Local Setup: - [x] Python v3.13 - [x] UV - [x] Django v5.1 - [x] django-crispy-forms 2.3 - [x] crispy-bulma 0.11.0 -...
- Fix for https://github.com/palewire/django-bakery/issues/158 by migrating to `pathlib.Path` from `fs` - Migration from `Pipfile` to `uv` for faster build times - Migration to `pyproject.toml` from `setup.py` for modern package building/PYPI...