1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28960 -- Added GEOSGeometry.buffer_with_style().

This commit is contained in:
Stanislav Karpov
2018-01-09 19:15:04 +03:00
committed by Tim Graham
parent 2162f0983d
commit 6d794fb762
8 changed files with 91 additions and 10 deletions

View File

@@ -70,7 +70,9 @@ Minor features
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The new :meth:`.GEOSGeometry.buffer_with_style` method is a version of
:meth:`~.GEOSGeometry.buffer` that allows customizing the style of the
buffer.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~