summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-27Fixed #11609 -- The `check_pointer` error checking routine and `GDALBase._set...Justin Bronn
2009-12-27Fixed #12450 -- `GEOSFree` was really added in GEOS 3.1.1, not 3.1.0. Thanks...Justin Bronn
2009-12-26i18n documentation fixes:Gary Wilson Jr
2009-12-26Italian translation updatedNicola Larosa
2009-12-26Removed a couple completed TODO items from the documentation documentation.Gary Wilson Jr
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-26Fixed #11570 -- Changed output in examples to unicode strings, thanks adamnel...Gary Wilson Jr
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-12-26Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha ...Gary Wilson Jr
2009-12-25Form wizard documentation tweaks:Gary Wilson Jr
2009-12-25Added a few Sphinx directives to the form API and template API docs.Gary Wilson Jr
2009-12-25Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...Justin Bronn
2009-12-25Fixed #12447 -- Corrected a bad example in the multi-db docs. Thanks to Bryan...Russell Keith-Magee
2009-12-24Yes, Virginia, `ST_MakeLine` really exists in PostGIS 1.3 and above.Justin Bronn
2009-12-24Fixed #12438 -- now use `GEOSFree` to free string pointers allocated within G...Justin Bronn
2009-12-24Fixed #12425 - Typo in Ukrainian translation.Jannis Leidel
2009-12-24Updated i18n tests a little to handle test failures better and updated Argent...Jannis Leidel
2009-12-24Updated Czech format strings. Thanks Honza Král. Refs #11637.Jannis Leidel
2009-12-24Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...Russell Keith-Magee
2009-12-24Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQu...Russell Keith-Magee
2009-12-24Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the re...Russell Keith-Magee
2009-12-23Added tests for PostGIS geography support; added `proj_version_tuple` to Post...Justin Bronn
2009-12-23Updated Polish translationsJarek Zgoda
2009-12-22Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...Jannis Leidel
2009-12-22Changes to get raw queries working on the oracle backend.Ian Kelly
2009-12-22Fixed #12317 - Updated Hebrew translation.Jannis Leidel
2009-12-22Fixed #11968 - Updated Irish translation.Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-22Fixed typoLuke Plant
2009-12-22Improved documentation of when QuerySet.exists() and .count() are a genuine o...Luke Plant
2009-12-22Fixed markup for 1.2 release notes added in r11943, I think.Karen Tracey
2009-12-22Documentation markup fixes.Russell Keith-Magee
2009-12-22Added missing quote in contributing settings codeBrian Rosner
2009-12-22Tweaked the model_formsets test to work around a weird sorting problem betwee...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-22Added mention of the big integer field and failfast test option to the 1.2 re...Karen Tracey
2009-12-22Fixed #11936 -- Removed deferred models from the list returned by the app_cac...Russell Keith-Magee
2009-12-22Corrected the tests for DjangoTestRunner so they pass under Postgres.Russell Keith-Magee
2009-12-21Fixed #12409 -- Corrected some documentation typos in the docs on raw queryse...Russell Keith-Magee
2009-12-20Fixed a broken ImproperlyConfigured error messageSimon Willison
2009-12-20Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...Jacob Kaplan-Moss
2009-12-19Fixed #10927 - Content Types shortcut view throws 500s instead of 404sLuke Plant
2009-12-19Fixed #12258 - QuerySet.get() should clear ordering.Luke Plant
2009-12-19Fixed #12251 - QuerySet.in_bulk() should accept set/frozensetLuke Plant
2009-12-19Fixed #6961 - loaddata fails if models is a package instead of a moduleLuke Plant
2009-12-19Fixed #12234 -- Create additional indexes that use the appropriate operation ...Justin Bronn
2009-12-18Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...Jannis Leidel
2009-12-18Fixed #8145 - Documented the codenames of the default auth permissionsJannis Leidel
2009-12-18Corrected an example in the natural key serialization docs. Thanks to Alex Ga...Russell Keith-Magee