- 03 Ara, 2015 1 kayıt (commit)
-
-
Josh Soref yazdı
-
- 18 Kas, 2015 1 kayıt (commit)
-
-
Raphael Merx yazdı
Setting a cookie with the same name as a previously deleted cookie would set its expiry date to 'Thu, 01-Jan-1970 00:00:00 GMT'.
-
- 23 Eki, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks gjanee@ucop.edu for the report and Tim Graham for the review.
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 04 Eyl, 2015 1 kayıt (commit)
-
-
Vlastimil Zíma yazdı
-
- 04 Agu, 2015 1 kayıt (commit)
-
-
Matt Robenolt yazdı
-
- 13 Tem, 2015 1 kayıt (commit)
-
-
Vlastimil Zíma yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 Ock, 2015 1 kayıt (commit)
-
-
Adam Taylor yazdı
-
- 19 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 03 Kas, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Unai Zalakain yazdı
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Thomas Chaumeny yazdı
Thanks Collin Anderson for the review.
-
- 03 Agu, 2014 1 kayıt (commit)
-
-
qingfeng yazdı
Thanks django at patrickbregman.eu for the report.
-
- 06 Tem, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 25 Haz, 2014 1 kayıt (commit)
-
-
Duncan Parkes yazdı
Previously, GET, POST, and FILES on an HttpRequest were created in the __init__ method as dictionaries. This was not something you would usually notice causing trouble in production as you'd only see a WSGIRequest, but in testing using the test client, calling .getlist on GET, POST, or FILES for a request with no get/post data resulted in an AttributeError. Changed GET and POST on an HttpRequest object to be mutable QueryDicts (mutable because the Django tests, and probably many third party tests, were expecting it).
-
- 07 Haz, 2014 1 kayıt (commit)
-
-
Unai Zalakain yazdı
``HttpRequest.build_absolute_uri()`` now correctly handles paths starting with ``//``. ``WSGIRequest`` now doesn't remove all the leading slashes either, because ``http://test/server`` and http://test//server`` aren't the same thing (RFC2396). Thanks to SmileyChris for the initial patch.
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 09 Mar, 2014 1 kayıt (commit)
-
-
Shai Berger yazdı
-
- 02 Şub, 2014 2 kayıt (commit)
-
-
Michael Manfre yazdı
-
Michael Manfre yazdı
This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'.
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
-
- 16 Kas, 2013 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Also added some tests for HttpRequest.__repr__. Note that the added tests don't actually catch the accidental code removal (see ticket) but they do cover a codepath that wasn't tested before. Thanks to Tom Christie for the report and the original patch.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Alex Gaynor yazdı
-
coagulant yazdı
-
- 02 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Tim Graham yazdı
-
- 24 Eki, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks manfre for the report and Timo Graham for the review.
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
- 08 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks jaylett for the patch.
-
- 09 Eyl, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 05 Eyl, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 31 Tem, 2013 1 kayıt (commit)
-
-
Will Hardy yazdı
The documentation promises that host validation is disabled when DEBUG=True, that all hostnames are accepted. Domains not compliant with RFC 1034/1035 were however being validated, this validation has now been removed when DEBUG=True. Additionally, when DEBUG=False a more detailed SuspiciousOperation exception message is provided when host validation fails because the hostname is not RFC 1034/1035 compliant.
-