- 25 Ock, 2016 1 kayıt (commit)
-
-
userimack yazdı
-
- 07 Ock, 2016 1 kayıt (commit)
-
-
Paulo Poiati yazdı
Added an optional `backend` argument to login().
-
- 31 Ara, 2015 1 kayıt (commit)
-
-
Marten Kenbeek yazdı
Thanks to Tim Graham for the review.
-
- 23 Ara, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 21 Kas, 2015 1 kayıt (commit)
-
-
Alex Morozov yazdı
-
- 19 Eyl, 2015 1 kayıt (commit)
-
-
Travis Jensen yazdı
urlparse() fails with an AttributeError ("'__proxy__' object has no attribute 'decode'") if reverse_lazy is used to look up the URL (this is exactly the same problem that caused ticket #18776). The solution is to use force_str() on the path before handing it to urlparse().
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 11 Agu, 2015 1 kayıt (commit)
-
-
pscottdevos yazdı
-
- 01 Tem, 2015 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Carl Meyer for the report and Tim Graham for the review.
-
- 04 Mar, 2015 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Şub, 2015 1 kayıt (commit)
-
-
darkryder yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 28 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 25 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 28 Eki, 2014 1 kayıt (commit)
-
-
Rigel Di Scala yazdı
Thanks KevinEtienne for the suggestion.
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
This is a reliqua from the early days of the modeltests/regressiontests era.
-
- 12 Agu, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 13 Haz, 2014 1 kayıt (commit)
-
-
Greg Chapple yazdı
Thanks mrmachine for the suggestion.
-
- 29 May, 2014 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 15 May, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 06 Nis, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
-
- 03 Nis, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
-
- 14 Ock, 2014 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
This (nearly) completes the work to isolate all the test modules from each other. This is now more important as importing models from another module will case PendingDeprecationWarnings if those modules are not in INSTALLED_APPS. The only remaining obvious dependencies are: - d.c.auth depends on d.c.admin (because of the is_admin flag to some views), but this is not so important and d.c.admin is in always_installed_apps - test_client_regress depends on test_client. Eventually these should become a single module, as the split serves no useful purpose.
-
- 09 Ock, 2014 1 kayıt (commit)
-
-
Unai Zalakain yazdı
Originating WSGIRequests are now attached to the ``wsgi_request`` attribute of the ``HttpResponse`` returned by the testing client. Thanks rvdrijst for the suggestion.
-
- 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.
-
- 26 Kas, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Gunnar Scherf for the report and the suggested patch.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 02 Kas, 2013 3 kayıt (commit)
-
-
coagulant yazdı
-
Tim Graham yazdı
-
Unai Zalakain yazdı
All request methods of ``django.test.client.Client`` receive a ``secure`` argument that defaults to ``False`` indicating whether or not to make the request through https. Thanks Aymeric Augustin for the review.
-
- 27 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Bouke Haarsma yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-