| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
external authentication.
|
|
|
|
|
|
|
|
Thanks Bojan Mihelac for the initial patch.
|
|
|
|
Setup QUnit, added tests, and measured test coverage.
Thanks to Nick Sanford for the initial tests.
|
|
The password from settings.py is written in a temporary .pgpass file
file whose name is given to psql using the PGPASSFILE environment
variable.
|
|
Thanks Tim Graham for review.
|
|
Made it possible to register and run callbacks after a database
transaction is committed with the `transaction.on_commit()` function.
This patch is heavily based on Carl Meyers django-transaction-hooks
<https://django-transaction-hooks.readthedocs.org/>. Thanks to
Aymeric Augustin, Carl Meyer, and Tim Graham for review and feedback.
|
|
introspecting views.
This reverts commit bd691f4586c8ad45bd059ff9d3621cbf8afdcdce (refs #24177).
|
|
This is a security hardening fix to help prevent XSS (and incorrect HTML)
for the common use case of simple_tag.
Thanks to Tim Graham for the review.
|
|
and ESLint)
|
|
|
|
|
|
|
|
|
|
Python 3.
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks aRkadeFR for the initial patch.
|
|
|
|
|
|
|
|
management command.
|
|
Thanks Michael Wood for the report and Tim Graham for the review.
|
|
|
|
Made BaseHandler fall back to settings.ROOT_URLCONF if
HttpRequest.urlconf is set to None, rather than raising
ImproperlyConfigured.
|
|
|
|
unserializable chars
Thanks Tim Graham for the review.
|
|
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
|
|
Thanks Federico Jaramillo Martínez for the report and Tim Graham for the
test and review.
|
|
Added Tomek Paczkowski bio to the team page
|
|
|
|
|
|
|
|
When the Host header contains a port, looking up the Site record fails
as the host will never match the domain.
|
|
|