Alireza Savand
8ba6721cf2
Update License and add new authors
1 year ago
Alireza Savand
4df72b5607
Update changelog and bump version for new release
1 year ago
Alireza Savand
dbbde3c2b4
Merge pull request #12 from asergeant01/master
Remove UTF-8 hidden Chars from LICENSE
1 year ago
Sergeant, Alan
d6417cc7fd
Package can now be installed py2 and py3
1 year ago
Alireza Savand
611a6026a4
Update ChangeLog.rst
1 year ago
Alireza Savand
cb605b8e80
Merge pull request #8 from caltechads/master
Removed process_exception(). Improved docs.
Fixes #7
1 year ago
Robert Rollins
5d7ba1e8bb
Added myself to AUTHORS
1 year ago
Robert Rollins
59b58b0c59
Removed process_exception(). Improved docs.
This fork was created because the implementation of process_exception() breaks
the ability to retrieve the current request during exception handling
(e.g. rendering a 404 or 500 page).
It never needed to be implemented in the first place, because the way that
Django 1.9 and below process exceptions means that either process_response()
will be called, or neither process_response() nor process_exception() will be
called. Django 1.10+, with the MIDDLEWARE setting, guarantees that
process_response() will always be called, so process_exception() is not needed
there, either.
1 year ago
Alireza Savand
206e69043b
Merge pull request #5 from grafa/master
Fixed: encoding error.
Thank Pavel Hrdina @grafa
2 years ago
n!
8bd9123de4
Fixed: encoding error.
2 years ago
Alireza Savand
cbfa91aaca
Update readme information
2 years ago
Alireza Savand
d759fe4d18
Merge branch 'master' of github.com:Alir3z4/django-crequest
* 'master' of github.com:Alir3z4/django-crequest:
1.10 style middleware with backward compatibility. Refer https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware .
Fix some typo and Markdown syntaxx
2 years ago
Alireza Savand
f5b14efcc0
Bump version to latest and update the changelog
2 years ago
Alireza Savand
5070b46280
Merge pull request #3 from koty/master
1.10 style middleware with backward compatibility.
2 years ago
kouichi nishizawa
32453c429e
1.10 style middleware with backward compatibility. Refer https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware.
2 years ago
Alireza Savand
9b71827d89
Fix some typo and Markdown syntaxx
5 years ago
Alireza Savand
acc781f2c7
Fix verson number in changelog
5 years ago
Alireza Savand
d128b2df77
Update changelog for multiple python versions
5 years ago
Alireza Savand
2bea8409b1
Add Supported Python versions
5 years ago
Alireza Savand
295f021317
Fix some rst syntax mistakes
5 years ago
Alireza Savand
7600ccc787
Bump the version number to 2014, 9, 19 for the new release
5 years ago
Alireza Savand
e22d070a1c
Include authors and changelog in manifest.in file
5 years ago
Alireza Savand
07d0df66cf
Python 3 support now ;)
5 years ago
Alireza Savand
fe87fe7cd5
Remove copyright and license in file header
5 years ago
Alireza Savand
7a99ef9b70
Add way more classifiers
5 years ago
Alireza Savand
313bf49af7
Django should be start with a capital letter, okay?
5 years ago
Alireza Savand
91d348ec14
Add .ropeproject/ to get ignored
5 years ago
Alireza Savand
461f2f482d
Add changelog update for version 2014.9.19
5 years ago
Alireza Savand
5c2e47fcdc
Add ChangeLog.rst file
5 years ago
Alireza Savand
7facc02d6a
Add @richardroyal to AUTHORS.rst file
5 years ago
Alireza Savand
68c6f88d85
Add AUTHORS.rst file ;)
5 years ago
Alireza Savand
d17a75e24b
Merge pull request #2 from richardroyal/cleanup_001
Fixed spelling and removed unneeded files.
5 years ago
Richard Royal
96cb2723c9
Fixed spelling and removed unneeded files.
5 years ago
Alireza Savand
80d7830cd5
Added TOC
And also removed silly copyright shit
6 years ago
Alireza Savand
920477ce42
added manifest.in file
7 years ago
Alireza Savand
b6ffdf75a1
license now will be rea in setup.py
7 years ago
Alireza Savand
f86fb777b9
added license file
7 years ago
Alireza Savand
64fd928675
Should have it's own extension
7 years ago
Alireza Savand
94c7b140d5
That's why some ppl saying dont't do copy/paste
7 years ago
Alireza Savand
87657f8652
fix the provides option
7 years ago
Alireza Savand
6d9c3843d1
fix the pypi page ;)
7 years ago
Alireza Savand
ee5dfc9cf2
added long_description
7 years ago
Alireza Savand
ce18aa13fe
Set the version, yay!
7 years ago
Alireza Savand
82ed939d12
del_request() added ;)
7 years ago
Alireza Savand
75d5b0e394
README added ;)
7 years ago
Alireza Savand
818fb8cf9f
Fix alot of mistakes and bugs and rats o ...
7 years ago
Alireza Savand
4db74ce91d
middleware.py implemented
7 years ago
Alireza Savand
730f31553d
middleware.py added and ready to implement ;)
7 years ago
Alireza Savand
2ec3f47be6
setup.py added ;)
7 years ago
Alireza Savand
95aec10f5a
requirements.txt added
and Django>=1.2 is a requirments
7 years ago