Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#407 closed defect (fixed)

[patch] Use request.META.get('REMOTE_ADDR')

Reported by: sune.kirkeby@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

More fixes like ticket #132 ("REMOTE_ADDR not in WSGI-environ").

Change History (2)

by sune.kirkeby@…, 20 years ago

Attachment: django.patch added

Patch

comment:1 by Adrian Holovaty, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in [580].

Note: See TracTickets for help on using tickets.
Back to Top