- 25 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 24 Haz, 2015 5 kayıt (commit)
-
-
Simon Charette yazdı
Thanks to Tim Graham for the report and Shai Berger for the review.
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
Claude Paroz yazdı
-
Lukas Hetzenecker yazdı
-
Daniel Wiesmann yazdı
Thanks to Tim Graham for the review.
-
- 23 Haz, 2015 4 kayıt (commit)
-
-
Daniel Wiesmann yazdı
-
Markus Holtermann yazdı
By providing a .coveragerc file with all default settings, users only have to execute "coverage run ./runtests.py" without the need to specify all the possible flags. The same applies to "coverage html" and "coverage xml".
-
Markus Holtermann yazdı
Thanks Andriy Sokolovskiy and Simon Charette for the review.
-
Marten Kenbeek yazdı
Implemented __str__() to return the string-representation of the proxied object, not the proxy itself, if the lazy object didn't have a string-like object in its resultclasses.
-
- 22 Haz, 2015 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Wim Feijen yazdı
-
Ola Sitarska yazdı
-
Tim Graham yazdı
Thanks aRkadeFR for the initial patch.
-
Tim Graham yazdı
-
Francisco Albarran yazdı
-
Bipin Suresh yazdı
-
Simon Charette yazdı
Thanks to Dirk Uys for the report.
-
Tim Graham yazdı
-
Rolo yazdı
-
- 21 Haz, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Michael Wood for the report and Tim Graham for the review.
-
- 20 Haz, 2015 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Marten Kenbeek yazdı
Made BaseHandler fall back to settings.ROOT_URLCONF if HttpRequest.urlconf is set to None, rather than raising ImproperlyConfigured.
-
Shai Berger yazdı
Changed Oracle test-db-creation to use an explicit main-db-connection
-
Shai Berger yazdı
rather than just relying on manipulation of settings to determine which invocation of connection.cursor() opens a connection to the test database and which opens a connection to the main database. Thanks Aymeric Augustin for motivation and Tim Graham for review.
-
Gagaro yazdı
-
Claude Paroz yazdı
-
- 19 Haz, 2015 6 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Daniel Wiesmann yazdı
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
-
Markus Holtermann yazdı
Thanks Federico Jaramillo Martínez for the report and Tim Graham for the test and review.
-
Carl Meyer yazdı
Added Tomek Paczkowski bio to the team page
-
Tomek Paczkowski yazdı
-
johannes.linke yazdı
-
- 18 Haz, 2015 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks alito for the report and patch.
-
Gagaro yazdı
-
Carl Meyer yazdı
-
Nick Pope yazdı
When the Host header contains a port, looking up the Site record fails as the host will never match the domain.
-
Tim Graham yazdı
-
- 17 Haz, 2015 1 kayıt (commit)
-
-
Markus Holtermann yazdı
Added the mixins LoginRequiredMixin, PermissionRequiredMixin and UserPassesTestMixin to contrib.auth as counterparts to the respective view decorators. The authentication mixins UserPassesTestMixin, LoginRequiredMixin and PermissionRequiredMixin have been inspired by django-braces <https://github.com/brack3t/django-braces/> Thanks Raphael Michel for the initial patch, tests and docs on the PR and Ana Balica, Kenneth Love, Marc Tamlyn, and Tim Graham for the review.
-