﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35786	AddField reference to Django's support for database defaults is outdated	Václav Řehák	Ahmed Nassar	"The docs of `AddField` at https://docs.djangoproject.com/en/dev/ref/migration-operations/#addfield says

`It does not affect the behavior of setting defaults in the database directly - Django never sets database defaults and always applies them in the Django ORM code.`

I think this wording is confusing because since adding `db_default` Django ORM actually does set db defaults. The same sentence is present in `AlterField` docs."	Bug	closed	Documentation	5.1	Normal	fixed	db_default		Accepted	1	0	0	0	0	0
