| 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-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2014-01-24 | Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label. | Carl Meyer | |
| Thanks Aymeric for design discussion. | |||
| 2013-12-31 | Enforced unicity of app labels. | Aymeric Augustin | |
| Fixed #21679. | |||
| 2013-12-31 | Made it possible to change an application's label in its configuration. | Aymeric Augustin | |
| Fixed #21683. | |||
| 2013-12-27 | Fixed a couple flake8 warnings. | Aymeric Augustin | |
| 2013-12-26 | Added file forgotten in previous commit, plus one more test. | Aymeric Augustin | |
