File: CONTRIBUTING.rst

package info (click to toggle)
python-django-ratelimit 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 892; makefile: 134; sh: 49
file content (22 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
============
Contributing
============


For set up, tests, and code standards, see `the documentation`_.


Client IP Address
=================

Because this comes up frequently:

I will not accept a  pull request or issue attempting to handle client
IP address when Django is behind a proxy.

*Ratelimit is the wrong place for this.* There are more details in the
`security chapter`_ of the documentation.


.. _the documentation: https://django-ratelimit.readthedocs.org/en/latest/contributing.html
.. _security chapter: https://django-ratelimit.readthedocs.org/en/latest/security.html#client-ip-address