Opened 19 years ago

Closed 19 years ago

Last modified 17 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

Description

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

Attachments (1)

django.patch (3.1 KB ) - added by sune.kirkeby@… 19 years ago.
Patch

Download all attachments as: .zip

Change History (2)

by sune.kirkeby@…, 19 years ago

Attachment: django.patch added

Patch

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [580].

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