Changes between Initial Version and Version 1 of Ticket #32397


Ignore:
Timestamp:
Jan 29, 2021, 7:49:35 PM (4 years ago)
Author:
rsp2k
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32397 – Description

    initial v1  
    11By default, when fetching a remote template, django-admin start[app|project] uses the default urllib User Agent which causes some sites to block requests (namely gitlab, since they use cloudflare See https://gitlab.com/gitlab-org/gitlab/-/issues/219669).
     2
     3This patch sets the 'User Agent' header to Django/DJANGO_VERSION.
Back to Top