Make GitHub highlight html files as Django templates

Shamelessly stolen from https://github.com/django/django/pull/19279
pull/12977/head
Jake Howard 2025-03-18 17:18:52 +00:00 zatwierdzone przez Sage Abdullah
rodzic 103ea61702
commit 8faa15175c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
3 zmienionych plików z 4 dodań i 0 usunięć

2
.gitattributes vendored 100644
Wyświetl plik

@ -0,0 +1,2 @@
# Make GitHub highlight html files as Django templates
*.html linguist-language=django

Wyświetl plik

@ -34,6 +34,7 @@ Changelog
* Maintenance: Cleanup Stimulus controller imports, JSDoc & linting (LB (Ben) Johnston)
* Maintenance: Rename `SkipLinkController` to `FocusController` with improved reusability, updated unit tests, and added story (LB (Ben) Johnston)
* Maintenance: Fix CI testing issues with the Stimulus `LocaleController` time zones & non-deterministic page ordering tests (Sage Abdullah)
* Maintenance: Make GitHub highlight `.html` files as Django templates (Jake Howard)
6.4.1 (21.02.2025)

Wyświetl plik

@ -52,6 +52,7 @@ depth: 1
* Cleanup Stimulus controller imports, JSDoc & linting (LB (Ben) Johnston)
* Rename `SkipLinkController` to `FocusController` with improved reusability, updated unit tests, and added story (LB (Ben) Johnston)
* Fix CI testing issues with the Stimulus `LocaleController` time zones & non-deterministic page ordering tests (Sage Abdullah)
* Make GitHub highlight `.html` files as Django templates (Jake Howard)
## Upgrade considerations - changes affecting all projects