mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Changed gypsy to manouche in docs and tests.
"Gypsy" is considered a slur by the Romani people whom it refers to. "manouche jazz" is used in place of "gypsy jazz" and is an accepted term for the same genre of music.
This commit is contained in:
parent
926e90132d
commit
5fdbd9e36c
4 changed files with 16 additions and 15 deletions
|
@ -32,7 +32,7 @@ thrilled to be able to give something back to the open-source community.
|
|||
What does "Django" mean, and how do you pronounce it?
|
||||
=====================================================
|
||||
|
||||
Django is named after `Django Reinhardt`_, a gypsy jazz guitarist from the 1930s
|
||||
Django is named after `Django Reinhardt`_, a jazz manouche guitarist from the 1930s
|
||||
to early 1950s. To this day, he's considered one of the best guitarists of all time.
|
||||
|
||||
Listen to his music. You'll like it.
|
||||
|
|
|
@ -132,20 +132,20 @@ For application users
|
|||
---------------------
|
||||
|
||||
If you're using "Rock ’n’ roll" in a project called ``anthology``, but you
|
||||
want it to show up as "Gypsy jazz" instead, you can provide your own
|
||||
want it to show up as "Jazz Manouche" instead, you can provide your own
|
||||
configuration::
|
||||
|
||||
# anthology/apps.py
|
||||
|
||||
from rock_n_roll.apps import RockNRollConfig
|
||||
|
||||
class GypsyJazzConfig(RockNRollConfig):
|
||||
verbose_name = "Gypsy jazz"
|
||||
class JazzManoucheConfig(RockNRollConfig):
|
||||
verbose_name = "Jazz Manouche"
|
||||
|
||||
# anthology/settings.py
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'anthology.apps.GypsyJazzConfig',
|
||||
'anthology.apps.JazzManoucheConfig',
|
||||
# ...
|
||||
]
|
||||
|
||||
|
|
|
@ -455,6 +455,7 @@ Magee
|
|||
makemessages
|
||||
makemigrations
|
||||
Mako
|
||||
manouche
|
||||
Mapnik
|
||||
Marczewski
|
||||
Marino
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue