index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
/
test_geoforms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.
Claude Paroz
2022-08-12
1
-0
/
+17
*
Refs #25706 -- Removed inline CSS in the openlayers widget template.
Claude Paroz
2022-08-01
1
-2
/
+2
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-162
/
+209
*
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-14
1
-1
/
+1
*
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2021-03-23
1
-1
/
+3
*
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...
Giannis Adamopoulos
2020-11-28
1
-0
/
+4
*
Added assertion for geom_type in BaseGeometryWidget.get_context().
Giannis Adamopoulos
2020-11-28
1
-1
/
+5
*
Fixed #30678 -- Added support for GDAL 3.
Claude Paroz
2020-05-12
1
-1
/
+1
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-1
/
+1
*
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-28
1
-4
/
+4
*
Fixed some typos in comments and docs.
Min ho Kim
2019-10-02
1
-1
/
+1
*
Fixed #29978 -- Catched GDALException in GeometryField.to_python
Claude Paroz
2018-11-23
1
-8
/
+20
*
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-05-07
1
-4
/
+3
*
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...
Claude Paroz
2018-04-02
1
-5
/
+14
*
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-05-24
1
-8
/
+12
*
Fixed #28195 -- Added OSMWidget.default_zoom attribute.
Danilo Bargen
2017-05-14
1
-1
/
+5
*
Simplified test for OSMWidget.default_lon/lat.
Tim Graham
2017-05-14
1
-8
/
+3
*
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-05-04
1
-5
/
+1
*
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overridi...
Dylan Verheul
2017-04-30
1
-0
/
+7
*
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
Tim Graham
2017-04-20
1
-1
/
+21
*
Fixed #27965 -- Fixed precision comparison in a geoforms test (refs #27939).
Sergey Fedoseev
2017-03-21
1
-3
/
+3
*
Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.
Tim Graham
2017-03-17
1
-3
/
+5
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.
Claude Paroz
2017-01-03
1
-5
/
+9
*
Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
Claude Paroz
2017-01-02
1
-2
/
+2
*
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
Jackie Leng
2016-11-23
1
-5
/
+10
*
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-4
/
+4
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-1
/
+0
*
Fixed #27024 -- Prevented logging error with empty string as geometry widget ...
Claude Paroz
2016-08-08
1
-0
/
+43
*
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-06-18
1
-7
/
+0
*
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
1
-3
/
+1
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-3
/
+6
*
Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.
Tim Graham
2016-01-28
1
-1
/
+4
*
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-24
1
-5
/
+2
*
Stopped conditional discovery of gis_tests apps
Claude Paroz
2015-04-18
1
-1
/
+2
*
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-11
1
-0
/
+335