summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-06Updated .gitignore with files created when running setup.py sdist.Ramiro Morales
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Use native geometry types on PostGIS 2.0+ instead of `AddGeometryColumn` and ...Justin Bronn
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-10-06Un-gzipped test geometries fixture as plain jsonClaude Paroz
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-06Fixed #19069 -- Improved the error message when trying to query a swapped model.Russell Keith-Magee
2012-10-06Fixed #19074 -- Corrected some minor issues with the new custom User docs.Russell Keith-Magee
2012-10-06Fixed #19060 -- Corrected assumptions about the name of the User model in the...Russell Keith-Magee
2012-10-05Fixed type in MySQL spatial backend.Justin Bronn
2012-10-05Fixed `F()` expression regressions in GeoDjango caused by recent datastructur...Justin Bronn
2012-10-05Fixed format-o in docs/topics/db/queries.txtDon Spaulding
2012-10-05Fixed GMLv3 output test failure on PostGIS versions < 1.5.Justin Bronn
2012-10-05Forgot to import `unittest` from `django.utils`.Justin Bronn
2012-10-05Updated `GeoSQLCompiler.get_default_columns`.Justin Bronn
2012-10-05Skip `LayerMapRouterTest` if there are not multiple databases.Justin Bronn
2012-10-05Lowered tolerance to fix failing distance test.Justin Bronn
2012-10-05Added comment in `geoapp` tests about PostGIS 2.0 change in ST_NumGeometries.Justin Bronn
2012-10-05Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANG...Justin Bronn
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
2012-10-05Merge pull request #425 from Osmose/queryset_doc_typoPreston Holmes
2012-10-05Fixed typo in queryset docs under update method.Michael Kelly
2012-10-04Fixed #17959 -- Silenced output during GIS testsClaude Paroz
2012-10-04Removed unused and undocumented gdal_release_date functionClaude Paroz
2012-10-04Fixed #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
2012-10-04Fixed #17207 -- Added a troubleshooting note about failing createdbJohn Paulett
2012-10-04Readded docs anchor removed in 92b5341b and still in useClaude Paroz
2012-10-03Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-10-03Fixed #18413 - Noted that a model's files are not deleted when the model is d...Tim Graham
2012-10-03Fixed #15915 -- Cleaned handling of duplicate permission codenamesMateusz Haligowski
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-10-03Fixed #19063 -- Fixed version parameter of gml GeoQuerySet methodClaude Paroz
2012-10-03Added a note about postgis_topology in install docsClaude Paroz
2012-10-03Corrected test docstring.Russell Keith-Magee
2012-10-03Fixed #19049 -- Corrected dumb logic negation error from earlier patch.Russell Keith-Magee
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
2012-10-02Fixed #19056 -- Ensure admin change password template doesn't rely on usernam...Russell Keith-Magee
2012-10-01Removed incorrectly reintroduced 1.3 version notesPreston Holmes
2012-10-01Cleaned up loaddata command options help textPreston Holmes
2012-10-01Fixed postgres rollback issue with fixture testPreston Holmes
2012-10-01Fixed #19045 -- removed 'fixed on a branch' from triage docsPreston Holmes
2012-10-01Prevented flatpage view from directly accessing settings.SITE_IDClaude Paroz
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-30Cared for PostGIS 2 renamed operationsClaude Paroz