You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm very new to Django and to this plugin too, so please be patient.
I wanted to report this error when using the package with Django 2. I have a minimal working example here. The error can be reproduced following these steps
git clone https://github.com/davethecipo/autofixture-django2-bug.git
cd autofixture-django2-bug
python3 -m venv venv35
## activate virtual environment, then run
cd project
pip install -r requirements.txt
./run.sh
The text was updated successfully, but these errors were encountered:
#107 fixes this - I've created a subclass of AutoFixture with those changes in the meantime. It seems like the CI failures for #107 are mostly build issues with Travis' change to the build agents. I've had a ton of issues with them removing certain python versions from the base image.
Hi,
I'm very new to Django and to this plugin too, so please be patient.
I wanted to report this error when using the package with Django 2. I have a minimal working example here. The error can be reproduced following these steps
The text was updated successfully, but these errors were encountered: