Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

adamchainz/django-23916

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

django-23916

For demonstrating that django/django#12313 works to fix the ticket.

python -m venv venv
source venv/bin/activate
pip install -e path/to/django
python manage.py makemigrations
python manage.py makemigrations

makemigrations will repeatedly generate new migration files for the Author model's case change (from AuThor) before the fix in that PR. Afterwards, no migration files will be generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages