| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This resolves a problem on databases besides PostgreSQL when using
prefetch_related with a source model that uses a UUID primary key.
|
|
|
|
|
|
|
|
|
|
|
|
backwards compatibility.
Using `BaseCommand.options_list` makes Django use the legacy optparse
parser, which does not set the verbosity attribute correctly. Now the
verbosity argument is always cast to int. Regression in 8568638 (#19973).
Initial report and patch from blueyed.
|
|
|
|
|
|
|
|
|
|
|