| Age | Commit message (Collapse) | Author |
|
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
settings.MIDDLEWARE_CLASSES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
settings.APPEND_SLASH=False.
Thanks strycore for the report and timgraham for suggesting the
solution.
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
|
|
set.
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review.
|
|
|
|
Thanks Adam Chainz for the initial implementation in django-mysql.
Thanks Adam Chainz, Tim Graham, and Shai Berger for the reviews.
|
|
Thanks Tim Graham and Shai Berger for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
This option specifies the level that check command exits with a
non-zero status. Default is ``ERROR``.
|
|
|
|
Thanks jwa and lamby for the suggestions, and timgraham and jarshwah
for their reviews.
|
|
|
|
|
|
Previously, messages of ERROR level or higher were printed to
the console.
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
defined.
Django ignores the value of the TEMPLATE_* settings if TEMPLATES is also
set, which is confusing for users following older tutorials. This change
adds a system check that warns if any of the TEMPLATE_* settings have
changed from their defaults but the TEMPLATES dict is also non-empty.
Removed the TEMPLATE_DIRS from the test settings file; this was marked
for removal in 1.10 but no tests fail if it is removed now.
|
|
|