summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Fixed GIS regression caused by force_subqAnssi Kääriäinen
2013-08-16Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-08-02Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postgis-2.0.3Harm Geerts
2013-07-31Fixed #20348 -- Consistently handle Promise objects in model fields.Tai Lee
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-22Merge pull request #1390 from garnertb/masterMarc Tamlyn
2013-07-22Fixed small grammatical error in docstring.Tyler Garner
2013-07-22Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-09Added a test for the envelope() GeoQuerySet methodClaude Paroz
2013-07-09Made an aggregate test pass with spatialite backendClaude Paroz
2013-07-09Trusted test skipping about gis tests running or notClaude Paroz
2013-07-09Isolate geoapp test from sitemaps app being installed or notClaude Paroz
2013-07-09Partial revert of commit 2bf403ecbd95Claude Paroz
2013-07-08Replaced some dicts with sets.Alex Gaynor
2013-07-06[gis] Dropped official support for GDAL < 1.6Claude Paroz
2013-07-06Tweaked proj string regex in gis testsClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-28Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per ...Ramiro Morales
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-27Reimplemented PostGIS spatial_version with cached_propertyClaude Paroz
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Fixed #20415 -- Ensured srid is not localized in openlayers templateClaude Paroz
2013-05-15Fix bug introduced in contrib.gis in 74f3884ae0Mike Fogel
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-05-15Fixed previous commit. (Don't commit from DjangCon!)Florian Apolloner
2013-05-15Don't unregister OSMGeoAdmin, other tests rely on it.Florian Apolloner
2013-05-11Fixed embarrassing typo.Florian Apolloner
2013-05-11Don't hardcode primary keys in gis tests.Florian Apolloner
2013-05-11Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.Florian Apolloner
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-10[py3] Made GeoIP tests pass with Python 3Claude Paroz
2013-05-10Fixed #20384 -- Forced GeoIP_open path argument to bytestringClaude Paroz
2013-05-09Fixed conditional skipping of test for left/right lookup types.Aymeric Augustin
2013-05-09Made gis_terms be a set, rather than a dict with None for all keys.Alex Gaynor
2013-05-02Updated translation templates and removed en translationsClaude Paroz