| Age | Commit message (Collapse) | Author |
|
|
|
upgrading to 1.8.
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric Augustin for review.
|
|
|
|
|
|
|
|
Thanks Loic Bistuer for review.
|
|
ForeignKey/OneToOneField
|
|
Thanks hellbeast for the initial patch.
|
|
customization.
|
|
Changed the url template tag to use request.resolver_match.namespace as a
default for the current_app argument if request.current_app is not set.
|
|
|
|
Thanks Baptiste Mispelon for report and review.
|
|
|
|
|
|
Thanks Gwildor Sok for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
standalone Django use.
|
|
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 Carl Meyer for 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.
|
|
|
|
|
|
|
|
|
|
|
|
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
|
|
|
|
error reporting isn't bulletproof
|
|
|
|
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.
|
|
|
|
The new attribute is checked when the `migrate --fake-initial` option
is used. initial will be set to True for all initial migrations (this
is particularly useful when initial migrations are split) as well as
for squashed migrations.
|
|
|
|
|
|
These were broken back in commit 64e11a6.
|