| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2020-12-15 | Fixed #31007 -- Allowed specifying type of auto-created primary keys. | Tom Forbes | |
| This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField. | |||
| 2017-06-26 | Fixed #28313 -- Added model name max length check of 100 characters in ↵ | michaldabski | |
| contrib.contentttypes. | |||
| 2017-02-07 | Converted usage of ugettext* functions to their gettext* aliases | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-09-06 | Fixed #24865 -- Added remove_stale_contenttypes management command. | Tim Graham | |
| Thanks Simon Charette for the review. | |||
| 2016-05-17 | Fixed #24067 -- Renamed content types upon model renaming. | Simon Charette | |
| Thanks to Tim for the extensive review. | |||
| 2014-11-27 | Fixed #23641 -- Moved post_migrate signals for contrib apps to ↵ | wrwrwr | |
| AppConfig.ready(). | |||
| 2014-11-11 | Fixed #23750 -- Allowed core.checks.register to be used as a function | averybigant | |
| 2014-04-10 | Fixed #22195 -- Used constants to define built-in tags for check framework. | Tim Graham | |
| Thanks Elvard for the patch. | |||
| 2014-03-06 | Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ↵ | James Jenkins | |
| case Thanks bendavis78 for the report. | |||
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin | |
| Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion. | |||
| 2014-01-05 | Fixed #21675 -- Added app configs for contrib apps. | Aymeric Augustin | |
