0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

chore: style SUCCESS and update release note

fix: mispelled word
This commit is contained in:
Salvo Polizzi 2024-05-04 18:33:03 +02:00
parent ba2cace188
commit 7362a9072a
2 changed files with 4 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class TemplateCommand(BaseCommand):
else:
target = os.path.abspath(target)
self.stdout.write(f"Success! Created {name} at {target}.")
self.stdout.write(f"Success! Created {name} at {target}.", self.style.SUCCESS)
def handle_template(self, template, subdir):
"""

View File

@ -240,6 +240,9 @@ Management Commands
operation to highlight :class:`operation categories
<django.db.migrations.operations.base.OperationCategory>`.
* If the :djadmin:`startproject` and :djadmin:`startapp` command were successfully, now
they display the directory in which the project or the app was created.
Migrations
~~~~~~~~~~