summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2015-11-30Fixed #25823 -- Made some titles consistent in admindocs.gunchleoc
2015-11-30Fixed #25835 -- Removed Adaptor alias from spatial operations classes.Sergey Fedoseev
2015-11-30Fixed #25827 -- Removed extra spacing in admin's DateTimeField.elky
2015-11-27Added two translator comments in contrib appsClaude Paroz
2015-11-25Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_at...Tim Graham
2015-11-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
2015-11-25Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-25Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann
2015-11-23Refs #25663 -- Fixed checking of the number of points for LineString if initi...Sergey Fedoseev
2015-11-23Made ListFilter.choices() argument name more explicit.Johannes Ammon
2015-11-22Fixed #25784 -- Prevented an exception on collectstatic helpAlex Morozov
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
2015-11-19Fixed #19361 -- Added link to object's change form in admin's post-save message.Anton Baklanov
2015-11-19Updated sitemaps.ping_google() to use https.Matt Robenolt
2015-11-18Fixed #22810 -- Corrected admin changelist count for list filters that filter...Nick Sandford
2015-11-18Fixed #25654 -- Added the GEOSGeometry.unary_union property.Sergey Fedoseev
2015-11-18Fixed #25663 -- Added checking of the number of points for LinearRing and Lin...Sergey Fedoseev
2015-11-18Fixed #25665 -- Deprecated getter/setter of Point.tuple.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getters/setters of Point coordinate properties.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.Sergey Fedoseev
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-11-15Updated contrib.admin translation catalogClaude Paroz
2015-11-14Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-11-12Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldListAndrey Kuzmin
2015-11-12Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices
2015-11-12Fixed #25688 -- Made admin.register() disallow an empty list of models.Hasan
2015-11-07Fixed #25692 -- Added natural keys support to Site model.j0hnsmith
2015-11-07Removed ability to pass a geometry string to GIS functionsClaude Paroz
2015-11-07Fixed GIS test failures when GDAL is not installedClaude Paroz
2015-11-06Fixed #25673 -- Made `GeometryField.from_db_value` set SRIDSergey Fedoseev
2015-11-03Fixed #25629 -- Added checks of the number of arguments for GeoDjango DB func...Sergey Fedoseev
2015-11-02Fixed #25661 -- Fixed checking number of points during list assignment for `L...Sergey Fedoseev
2015-11-02Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev
2015-11-02Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-31Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev
2015-10-29Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette
2015-10-29Fixed #20846 -- Increased User.username max_length to 254 characters.Tim Graham
2015-10-29Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in unsupported GIS functionsSergey Fedoseev
2015-10-28Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann
2015-10-27Moved around imports in PostGIS operationsClaude Paroz
2015-10-27Fixed #25596 -- Fixed regression in password change view with custom user model.Tim Graham
2015-10-27Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid ...Tim Graham
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-10-24Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRI...Sergey Fedoseev
2015-10-22Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a s...Dheerendra Rathor
2015-10-21Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`.Sergey Fedoseev
2015-10-21Fixed #24976 -- Fixed missing form label in tabular inline.matiasb