| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
|
|
using alternative template engines.
|
|
subpath.
Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been
customized from the default value of '/'.
|
|
|
|
Added instructions for installing virtualenv and virtualenvwrapper.
|
|
doesn't return data.
|
|
|
|
|
|
|
|
protocol.
|
|
|
|
Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.
|
|
In that case, the content of INSTALLED_APPS will be ignored until it's
fixed and the autoreloader kicks in. I confirmed this behavior manually.
As explained on the ticket it's hard to write a test for this case
|
|
|
|
|
|
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
|
|
|
|
|
|
|
|
|
|
Prior to this change proxy models reverse fields didn't include the
reverse fields pointing to their concrete model.
|
|
Thanks to Anssi for the review.
|
|
|
|
Thanks Bibhas Debnath for the report and Tim Graham for the review.
|
|
fields.
The removed test was added in the original select_related() validation
patch (45d4e43d2d25b902e3821b612209afa951a8bcb8), but there doesn't
seem to be any reason for it.
Thanks Claude Paroz for help and review.
|
|
|
|
Thanks Bibhas Debnath for the report and Tim Graham for the review.
|
|
when generating PDF.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This option specifies the level that check command exits with a
non-zero status. Default is ``ERROR``.
|
|
|
|
|
|
|
|
|
|
Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in
particular it did not add the `_django_version` attribute added in 42736ac8.
Now it will handle this and other custom `__reduce__` methods correctly.
|
|
|
|
Thanks Daniel Hahler for the initial patch.
|
|
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
|
|
|
|
|
|
|
|
|