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
/
django
/
contrib
/
gis
/
gdal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
19
-65
/
+67
*
Added RasterSource/GDALBand GDAL objects
Claude Paroz
2014-12-23
9
-7
/
+372
*
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-18
17
-85
/
+85
*
Removed netCDF from GIS driver testing; refs #23804.
Tim Graham
2014-12-17
1
-1
/
+1
*
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-13
5
-27
/
+27
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
3
-3
/
+3
*
Added raster support for GDAL Driver class
Claude Paroz
2014-12-02
4
-56
/
+89
*
Added cpl error codes to errcheck functions
Daniel Wiesmann
2014-12-02
4
-19
/
+46
*
Added GDAL prototypes for raster support
Daniel Wiesmann
2014-12-02
2
-2
/
+59
*
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
1
-1
/
+1
*
Fixed #13843 -- Prevented AttributeError during geometry objects deletion
Claude Paroz
2014-09-12
4
-4
/
+4
*
Prevented Attribute error in GDAL objects deletion
Claude Paroz
2014-09-12
1
-1
/
+1
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
5
-46
/
+174
*
Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11
Claude Paroz
2014-07-21
1
-3
/
+3
*
Fixed #22714 -- Made contrib.gis use six-provided memoryview type
Claude Paroz
2014-05-28
1
-5
/
+3
*
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-26
1
-1
/
+1
*
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
4
-4
/
+4
*
Removed unused imports.
Tim Graham
2014-03-29
1
-1
/
+0
*
Dropped support for GDAL 1.6
Claude Paroz
2014-03-29
1
-22
/
+0
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
4
-7
/
+7
*
Fixed typo in test docstring.
Rodolfo Carvalho
2014-02-15
1
-1
/
+1
*
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-14
1
-1
/
+1
*
Fixed all E261 warnings
coagulant
2013-11-02
7
-31
/
+31
*
More attacking E302 violators
Alex Gaynor
2013-11-02
8
-1
/
+43
*
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
1
-7
/
+17
*
Continue to attack E302 violations
Alex Gaynor
2013-11-02
10
-1
/
+26
*
Fixed #15529 -- More permissive geojson syntax in constructor
Claude Paroz
2013-10-31
1
-0
/
+3
*
Fixed all the E203 violations
Alex Gaynor
2013-10-26
4
-36
/
+36
*
Start attacking E231 violations
Alex Gaynor
2013-10-24
2
-15
/
+15
*
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
1
-0
/
+1
*
Fixed E225 pep8 warnings.
Tim Graham
2013-10-23
2
-2
/
+2
*
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-21
1
-1
/
+1
*
Remove some unnecesary uses of bool
Alex Gaynor
2013-10-17
3
-3
/
+3
*
Removed some dead code and simplified some other ocde
Alex Gaynor
2013-10-17
2
-10
/
+4
*
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-17
15
-46
/
+102
*
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-14
4
-25
/
+27
*
Fixed assorted flake8 errors.
Tim Graham
2013-10-11
3
-3
/
+3
*
Sanitized test assertions in gdal tests
Claude Paroz
2013-10-10
1
-22
/
+23
*
Whitespace cleanup.
Tim Graham
2013-10-10
7
-49
/
+46
*
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-30
1
-5
/
+5
*
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-29
3
-3
/
+3
*
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-08-04
4
-19
/
+16
*
[gis] Dropped official support for GDAL < 1.6
Claude Paroz
2013-07-06
1
-8
/
+0
*
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-07-01
5
-11
/
+14
*
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-10
7
-105
/
+70
*
Fixed typos in docs and comments
Tim Graham
2013-01-29
1
-1
/
+1
*
Use smarter string decoding in GeoDjango
Claude Paroz
2012-10-08
11
-37
/
+56
*
GDAL docstring tweaks.
Justin Bronn
2012-10-07
2
-4
/
+2
*
Fixed #18640 -- Allowed access to GDAL Feature without Datasource
Claude Paroz
2012-10-07
4
-20
/
+36
*
Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANG...
Justin Bronn
2012-10-05
1
-2
/
+3
[next]