summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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-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 #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-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-28Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect typeLuke Plant
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-25Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...Justin Bronn
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-23Added tests for PostGIS geography support; added `proj_version_tuple` to Post...Justin Bronn
2009-12-22Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...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 #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #10927 - Content Types shortcut view throws 500s instead of 404sLuke Plant
2009-12-18Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...Jannis Leidel
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-17Fixed #12390 -- `Distance` and `Area` objects now support multiplication when...Justin Bronn
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-17Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...Russell Keith-Magee
2009-12-16Fixed #12385: Made built-in field type descriptions in admindocs translatable...Karen Tracey
2009-12-14Made the message strings added in r11837 visible to makemessages. Refs #12281.Karen Tracey
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-12-13Fixed #10969: Made US State field a CharField, fixing a few oddities in its b...Karen Tracey
2009-12-13Fixed #12368: Fixed order-dependent messages test that was failing on MySQL/M...Karen Tracey
2009-12-13Fixed #12146: Corrected Canadian postal code validation. Thanks paulschreibe...Karen Tracey
2009-12-12Fixed #12218: Added some helpful messages when Go is pressed in admin actions...Karen Tracey
2009-12-12Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...Karen Tracey
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...Russell Keith-Magee
2009-12-10Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...Karen Tracey
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-12-09Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere...Justin Bronn
2009-12-03Updated all PendingDeprecationWarning from 1.1 to DeprecationWarning ready fo...Luke Plant
2009-12-02Refs #11109 -- Touched some whitespace so Trac will display some files correc...Russell Keith-Magee
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-18Fixed #12237 -- Improved the error message for m2m fields with an explicit th...Russell Keith-Magee
2009-11-17As promised, removed the `_DeprecatedTestModule` and its instances.Justin Bronn
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-11-14`OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary wor...Justin Bronn
2009-11-13Refs #12203 -- Improved error handling for the case where a user manually spe...Russell Keith-Magee
2009-11-10Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0...Justin Bronn
2009-11-10Fixed a brittle test case that was failing on PostGIS versions < 1.4.Justin Bronn