Marco Richetta

Results 7 issues of Marco Richetta

## Description of new Instant Answer, or changes Current results are pulled from Django 1.10 documentation. **Example:** https://duckduckgo.com/?q=django+imagefield&ia=web **Change:** Replace the links in `fetch.sh` and `parse.py` with https://docs.djangoproject.com/en/2.2/ref/. - Executed...

1. Add coverage.py 2. Integrate with Github Actions ### setup.cfg ```cfg [coverage:run] source = . branch = True omit = */apps.py [coverage:report] show_missing = False skip_covered = True fail_under =...

Hi everyone! I'm having trouble with something I'm sure everyone using `SoftDeletableModel` went through. ## Problem Having a model with a unique field ```py class Product(SoftDeletableModel, TimeStampedModel, models.Model): test_field =...

#### Trac ticket number [ticket-35380](https://code.djangoproject.com/ticket/35380) Supersedes #18211 #### Branch description DRAFT: Initial attempt to programmatically generate screenshots for docs. #### Checklist - [x] This PR targets the `main` branch. -...

### Describe the bug I can't deploy a Django project. I know **it's not supported** (yet) but highlighting some other issues here. ### Steps to reproduce 1. Go to https://wasmer.io/new...

Hi! I was trying this library because I thought it was a very good abstraction for uploading files to S3 :mindblown: I followed the setup steps and when I tried...