| Age | Commit message (Collapse) | Author |
|
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.
Thanks Carl Meyer for review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Loic Bistuer for review.
|
|
ForeignKey/OneToOneField
|
|
Thanks hellbeast for the initial patch.
|
|
|
|
Thanks Gwildor Sok for the report and Tim Graham for the review.
|
|
Following discussion on django-developers:
https://groups.google.com/d/topic/django-developers/IkRgMxTTzPQ/discussion
|
|
|
|
Only require GDAL if contained geometries need coordinate transformations.
Thanks drepo for the report and Tim Graham for the review.
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
Thanks Tim Graham for the review and kezabelle for the report.
|
|
Thanks Keryn Knight and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
These were broken back in commit 64e11a6.
|
|
docs.
|
|
|
|
refs 316b8d49746933d1845d600314b002d9b64d3e3d
|
|
|
|
|
|
external authentication.
|
|
|
|
|
|
introspecting views.
This reverts commit bd691f4586c8ad45bd059ff9d3621cbf8afdcdce (refs #24177).
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Thanks to Tim Graham for the review.
|