index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
templates.py
Age
Commit message (
Expand
)
Author
2025-04-27
Fixed #18296 -- Created missing custom target directory for startproject and ...
Bruno Alla
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2023-09-01
Fixed #34778 -- Avoided importing modules in startapp/startproject.
Jacob Walls
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-10-20
Fixed #34085 -- Made management commands don't use black for non-Python files.
Carlton Gibson
2022-09-07
Fixed #33986 -- Hardened binary lookup in template commands.
Shai Berger
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-25
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Ad Timmering
2021-11-24
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Ad Timmering
2021-09-01
Fixed #32309 -- Added --exclude option to startapp/startproject management co...
sage
2021-05-14
Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.
Rohith PR
2020-06-24
Fixed typo in django/core/management/templates.py docstring.
excursus
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2019-08-19
Fixed #30693 -- Removed separate import of os.path in django.core.management....
Maaz Bin Tahir Saeed
2019-04-25
Fixed #30393 -- Added validation of startapp's directory option.
oliver
2019-03-30
Made startapp/project's overlaying error message use 'app' or 'project'.
oliver
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-04-02
Removed unused regexes in django.core.management.templates.
desigrammer
2018-01-01
Fixed typo in TemplateCommand argument help text.
Philipp Bosch
2017-12-23
Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-05-30
DRY'd startapp and startproject management commands.
Adam Johnson
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-20
Optimized file copy in TemplateCommand
Claude Paroz
2016-10-02
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
2016-09-30
Removed unneeded no_settings_commands hardcoded list
Claude Paroz
2016-09-03
Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...
Ivan
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2015-10-22
Fixed #25589 -- Allowed startapp/project to create apps with Unicode characte...
Yoong Kang Lim
2015-06-16
Fixed #24971 -- Made startapp generate an apps.py
Mounir Messelmeni
2015-06-11
Fixed #24950 -- Added unicode_literals to models.py in app template
Markus Holtermann
2015-02-22
Fixed a few uses of Template that relied on a default engine.
Aymeric Augustin
2015-02-22
Removed rmtree_errorhandler.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-11-25
Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.
Martin Blech
2014-11-17
Simplified handle_extensions management utility
Claude Paroz
[next]