﻿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
36599	Wrong default value of DEFAULT_AUTO_FIELD in the documentation	Salman Mohammadi		"Hi everyone, 

in the ''dev'' version of the documentation, we can see it correctly that the default value for DEFAULT_AUTO_FIELD is: `django.db.models.BigAutoField` {1} but it is not the case in the docs versions of 5.2 {2} and 4.2 {3} which both have the default value which is mentioned in the ''dev'' version but the respected docs have not been updated and mentions the old default value which was `'django.db.models.AutoField'`


- {1} https://docs.djangoproject.com/en/dev/ref/settings/#std-setting-DEFAULT_AUTO_FIELD
- {2} https://docs.djangoproject.com/en/5.2/ref/settings/#std-setting-DEFAULT_AUTO_FIELD
- {3} https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-DEFAULT_AUTO_FIELD"	Cleanup/optimization	closed	Documentation	5.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
