summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-01Fixed #12435 - Handle Unicode characters in format strings correctly.Jannis Leidel
2010-01-01Fixed #12230 - Updated utils.translation.to_locale to support the special sr_...Jannis Leidel
2010-01-01Fixed #12220 - Added Serbian Latin to list of languages in global settings. T...Jannis Leidel
2010-01-01Fixed #12383 - Typo fix for authentication documentation.Jannis Leidel
2010-01-01Fixed #12477 - Fields specified in ModelAdmin.readonly_fields now respect Fie...Jannis Leidel
2010-01-01Adding trailing semicolons to admin date and time widgets JavaScript (Refs [1...Jannis Leidel
2010-01-01Fixed #12478 - Allows the i18n related test of the SelectDateWidget to run wi...Jannis Leidel
2010-01-01Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...Jannis Leidel
2010-01-01Fixed #12474 - Removing SQL specific bits from USPhoneNumberField. Patch from...Jannis Leidel
2010-01-01Fixed code duplication caused in [11857].Jannis Leidel
2010-01-01Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...Jannis Leidel
2010-01-01Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for...Jannis Leidel
2010-01-01Fixed #8468 - Updated class names in docs of Polish local flavor.Jannis Leidel
2010-01-01Fixed #12017 - Overriding the default error message of the UKPostcodeField wo...Jannis Leidel
2010-01-01Fixed #11123 - Added Irish (ie) localflavor.Jannis Leidel
2010-01-01Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ...Jannis Leidel
2010-01-01Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f...Jannis Leidel
2010-01-01Fixed problem in which SpatiaLite library would not be loaded for the connect...Justin Bronn
2009-12-31Ensure the default keyboard interrupt handler is restoredKaren Tracey
2009-12-31Typo fix for doc added in r12034. Thanks Alex Gaynor.Karen Tracey
2009-12-31Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...Karen Tracey
2009-12-31Fixed #12468 -- Use the `DatabaseOperations` class from the `postgresql_psyco...Justin Bronn
2009-12-30Fixed #12462 - Fixed edge case with auth backends that don't support object p...Jannis Leidel
2009-12-30Fixed Norwegian date and time input format strings.Jannis Leidel
2009-12-30Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-12-30Fixed #12448 - Make sure format strings are handled correctly as unicode.Jannis Leidel
2009-12-30Fixed #12461: better translation for error message. Thanks jwilk for report a...Jarek Zgoda
2009-12-29Fixed #12458 -- no longer use try/except/finally syntax in PostGIS and Spatia...Justin Bronn
2009-12-29When `GEOSFree` is not available on NT platforms, have to specifically use th...Justin Bronn
2009-12-29Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle...Justin Bronn
2009-12-29Fixed `GeoManager.get_query_set` incompatibility with `db_manager` method. Justin Bronn
2009-12-28Updated italian translation of formats.pyNicola Larosa
2009-12-28Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect typeLuke Plant
2009-12-28Corrected bad example for DATABASES settingLuke Plant
2009-12-28Fixed #12112 -- Made the colors used by syntax highlighting customizable.Russell Keith-Magee
2009-12-28Fixed #12452 -- Ensured that all connections are closed when a request is fin...Russell Keith-Magee
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