Projet

Général

Profil

0003-tests-remove-useless-ratelimit-settings-41792.patch

Valentin Deniaud, 29 avril 2020 14:14

Télécharger (679 octets)

Voir les différences:

Subject: [PATCH 3/4] tests: remove useless ratelimit settings (#41792)

Format is wrong, it never did anything.
 tests/settings.py | 3 ---
 1 file changed, 3 deletions(-)
tests/settings.py
48 48
TEMPLATES[0]['DIRS'].append('tests/templates')
49 49

  
50 50
SITE_BASE_URL = 'http://localhost'
51

  
52
A2_MAX_EMAILS_PER_IP = None
53
A2_MAX_EMAILS_FOR_ADDRESS = None
54
-