index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
Age
Commit message (
Expand
)
Author
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Made gis.measure Python 3-compatible
Claude Paroz
2012-08-07
[py3] Minor fix in django.contrib.gis.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.
Justin Bronn
2012-08-03
Removed some pre-1.3.0 postgis compatibility code
Claude Paroz
2012-08-03
Reorganized geoapp gis tests
Claude Paroz
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-15
Removed debugging line left in previous commit
Claude Paroz
2012-07-15
Dropped support for GDAL < 1.5
Claude Paroz
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-19
Fixed #15271 -- Defined a to_python method for GeometryField
Claude Paroz
2012-06-19
Added support for gdal 1.9.
danger
2012-06-17
Fixed GIS testsuite.
Florian Apolloner
2012-06-16
Skip GeometryFieldTest if there's no spacial database.
Julien Phalip
2012-06-14
Executed SpatialRefSysTest only with spatial backend
Claude Paroz
2012-06-14
Discovered some geodjango tests with standard mechanism
Claude Paroz
2012-06-14
Fixed #17754 -- Refactored gis.measure
Claude Paroz
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Fixed #17328 -- Added OpenLayersWidget _has_changed method
Claude Paroz
2012-06-06
Fixed #17736 -- Kept maximal floating-point accuracy in from_bbox
Claude Paroz
2012-06-04
Used skipUnless decorator to skip tests in geos tests.
Claude Paroz
2012-05-28
Removed numbering of GEOS tests.
Claude Paroz
2012-05-26
Updated WMS URL in geoadmin test.
Claude Paroz
2012-05-25
Fixed #14886 -- Added wms_options dict to GeoModelAdmin.
Claude Paroz
2012-05-24
Fixed #18367 -- Allowed LayerMapping to store strings in TextField.
Claude Paroz
2012-05-24
Modernized contrib.gis layermapping tests.
Claude Paroz
2012-05-23
Replaced types.NoneType occurrences
Claude Paroz
2012-05-18
Added more relative imports in contrib.gis.
Claude Paroz
2012-05-18
Got rid of old __cmp__methods replaced by rich comparison.
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-07
Imported zip from future_builtins instead of itertools.izip.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Switch a datastructure internal to the ORM to be a set, instead of a dictionary.
Alex Gaynor
2012-04-29
Fixed #17644 -- Changed Query.alias_map to use namedtuples
Adrian Holovaty
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-12
Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.
Claude Paroz
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
[prev]
[next]