django1/django/conf/app_template
Tom Forbes b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys.
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
2020-12-15 11:25:46 +01:00
..
migrations Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:39:06 -05:00
__init__.py-tpl Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:39:06 -05:00
admin.py-tpl Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
apps.py-tpl Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
models.py-tpl Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
tests.py-tpl Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
views.py-tpl Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00