Changes between Initial Version and Version 1 of Ticket #32397
- Timestamp:
- Jan 29, 2021, 7:49:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32397 – Description
initial v1 1 1 By 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 3 This patch sets the 'User Agent' header to Django/DJANGO_VERSION.