django-db-comments
django-db-comments copied to clipboard
Move your model's verbose name and help_text to database comments.
…otes, for example "foo"."buzz", and columns with capital letters in the name "fooBuzz" Issue link: https://github.com/vanadium23/django-db-comments/issues
* Django Db Comments version: 0.4.1 * Django version: 3.2.4 * Python version: 3.8 * Operating System: Ubuntu 20.04 ### Description >> pip install django-db-comments package. >> python manage.py migrate...
* Django Db Comments version: 0.3.1 * Django version: 2.2 * Python version: 3.7 * Operating System: Ubuntu 20.04 ### Description If the file models.py is empty in your app...
* Django Db Comments version: * Django version: * Python version: * Operating System: ### Description I am using MySQL,I want to do the same thing,I don't know how to...
Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
**Changes** 1. Add Condition to check if the field is inherited. 2. Add a test to add include this edgecase. Related issue: https://github.com/vanadium23/django-db-comments/issues/23
* Django Db Comments version: 0.4.1 * Django version: 5.0.8 * Python version: 3.10.14 * Operating System: macOS ### Description I get an error when migrating inherited fields. ### What...