| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
|
|
|
|
When the Host header contains a port, looking up the Site record fails
as the host will never match the domain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
MIDDLEWARE_CLASSES.
Also moved it in the project template.
|
|
|
|
|
|
If `'loaders'` is present in the `TEMPLATES` options together with
`APP_DIRS` set to `True`, the template engine raises an exception. This
conflict is now detected by the system check templates.E001.
|
|
Set ResolverMatch.app_name to the full path of nested application
namespaces.
|
|
|
|
|
|
|
|
Add warning for using Coalesce with python values on MySQL and document
workaround.
|
|
Greatest and Least are row-level Function versions of Min and Max.
|
|
This was implemented for non-SQLite backends in 1.7 (as a
side effect of #16187).
|
|
|
|
Updated the command to match the documentation, which states it
runs over all .po files.
|
|
Provide `contained_by` lookups for the equivalent single valued fields
related to the range field types. This acts as the opposite direction to
rangefield__contains.
With thanks to schinckel for the idea and initial tests.
|
|
Thanks rhertzog and Björn Påhlsson for the suggestion.
|
|
|
|
X-Frame-Options header.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
objects.
|
|
|