index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
gis
/
tutorial.txt
Age
Commit message (
Expand
)
Author
2014-12-19
Updated some other external links in the docs
Claude Paroz
2014-11-26
Updated GIS docs to use doc links.
Tim Graham
2014-08-18
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-08-01
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
Tim Graham
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-29
Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2014-01-11
Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 output
Claude Paroz
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-11-21
Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.
shepdl
2012-09-15
Used ST_AsText for testing PostGIS raw query
Claude Paroz
2012-08-25
Fixed #17448 -- Improved test and documented raw-sql gis query
Claude Paroz
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-03-17
Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...
Claude Paroz
2012-03-16
Fixed #13267 -- Updated GeoDjango tutorial for the 1.4 release. Thanks samuel...
Claude Paroz
2012-02-11
Fixed small errors in GeoDjango tutorial, enhanced code pygmentation in insta...
Ramiro Morales
2012-02-10
Made some small tweaks to GeoDjango docs.
Ramiro Morales
2011-12-17
Fixed #17423 -- Fixed three typos in GeoDjango docs. Thanks, DavidEklund
Adrian Holovaty
2011-09-28
Fixed #16949 -- Fixed a small typo in the GIS tutorial and also made some min...
Julien Phalip
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
Fixed #13429 -- Changed `WorldBorders` to just `WorldBorder` in GeoDjango tut...
Justin Bronn
2011-08-19
Fixed #16660 -- Corrected a typo and removed an extra space in the GeoDjango ...
Gabriel Hurley
2011-02-14
Fixed "the the" typos.
Timo Graham
2011-01-29
Fixed example use of deprecated function in GeoDjango tutorial.
Justin Bronn
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-08
Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant <re...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-19
Fixed #13563, a typo in the GeoDjango tutorial.
Jacob Kaplan-Moss
2010-04-09
Minor documentation tweaks for GeoDjango, including addition of link to main ...
Justin Bronn
2010-03-26
Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...
Justin Bronn