Django-http-proxy

Latest version: v0.4.3

Safety actively analyzes 621751 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.3

~~~~~~~~~~~~~~~~~~

* Merged `pull request <https://github.com/yvandermeer/django-http-proxy/pull/20>`_ from `Ihor Kucher <https://github.com/crash843>`_ (thanks!): add support of post requests & update headers setting

0.4.2

~~~~~~~~~~~~~~~~~~

* Merged `pull request <https://github.com/yvandermeer/django-http-proxy/pull/21>`_ from `Don Naegely <https://github.com/naegelyd>`_ (thanks!): Generate missing migrations

0.4.1

~~~~~

* Python 3 compatibility (requires Django >= 1.6)
* Fix duplicated forward slashes in urls

0.4

~~~

* Migration from Bitbucket (Mercurial) to Github
* Refactored main view using Django class-based views (see :class:`~httpproxy.views.HttpProxy`)
* Removed basic authentication support (`PROXY_USER` and `PROXY_PASSWORD`); may be added back later on.
* Finally merged back Django 1.6 fixes by `Petr Dlouhý <https://bitbucket.org/pdlouhy>`_ (thanks!)
* Merged pull request from `Garrett Seward <https://github.com/spectralsun>`_ (thanks!)
* Added Django 1.7 compatibility
* Added database migrations (Django 1.7 and higher only)
* Updated and improvement the documentation (including :doc:`API documentation <api/index>`)
* Added an ``example`` project for reference
* Using urllib2 instead of httplib2
* Using setuptools instead of distutils
* Using versioneer2 for package versioning
* Removed some unused imports and did some further code cleanup

0.3.2

~~~~~

* Limited display of request querystring in admin screen to 50 characters

0.3.1

~~~~~

* Fixed 250 character limitation for querystring in Recorded Request
(`issue 2 <http://bitbucket.org/yvandermeer/django-http-proxy/issue/2/>`_)
* Added new Request Parameter model; requires ``./manage.py reset httpproxy && ./manage.py syncdb``

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.