Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed GIS test failures when GDAL is not installedHEADmasterClaude Paroz2015-11-071-3/+3
* Fixed #25673 -- Made `GeometryField.from_db_value` set SRIDSergey Fedoseev2015-11-061-2/+6
* Fixed #25629 -- Added checks of the number of arguments f...Sergey Fedoseev2015-11-031-9/+15
* Fixed #25661 -- Fixed checking number of points during li...Sergey Fedoseev2015-11-021-1/+1
* Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev2015-11-021-1/+1
* Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS...Sergey Fedoseev2015-11-021-3/+6
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-015-39/+5
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-312-35/+6
* Fixed #25622 -- Accounted for generic relations in the ad...Simon Charette2015-10-291-1/+3
* Fixed #20846 -- Increased User.username max_length to 254...Tim Graham2015-10-292-2/+34
* Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in un...Sergey Fedoseev2015-10-292-5/+5
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+14
* Moved around imports in PostGIS operationsClaude Paroz2015-10-271-5/+2
* Fixed #25596 -- Fixed regression in password change view ...Tim Graham2015-10-271-2/+3
* Fixed #25597 -- Fixed crash with SplitArrayField and Inte...Tim Graham2015-10-271-1/+1
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-262-8/+8
* Fixed #25583 -- Allowed calling `transform` with `CoordTr...Sergey Fedoseev2015-10-241-2/+6
* Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz2015-10-221-1/+1
* Fixed #25519 -- Made the admin "View site" link point to ...Dheerendra Rathor2015-10-221-1/+6
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs attr...Sergey Fedoseev2015-10-221-1/+3
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-1/+10
* Fixed #25586 -- Fixed possible table cell misalignment in...Daniel Hahler2015-10-211-1/+2
* Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev2015-10-211-1/+1
* Fixed #25566 -- Added title to admin's closing popup resp...Ville Skyttä2015-10-191-2/+2
* Fixed #25565 -- Removed action="" from admin forms (inval...Ville Skyttä2015-10-197-7/+7
* Fixed #25346 -- Allowed collectstatic to delete broken sy...Yusuke Miyazaki2015-10-171-1/+6
* Fixed #25558 -- Fixed nondeterministic test failure on Wi...Brian Gianforcaro2015-10-171-1/+1
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-101-2/+4
* Pluralized translatable strings in password_validation.pyClaude Paroz2015-10-102-15/+29
* Simplified translatable string in admindocs templateClaude Paroz2015-10-102-10/+9
* Refs #25499 -- Fixed expressions in distance lookups on O...Claude Paroz2015-10-091-1/+1
* Updated translation catalogsClaude Paroz2015-10-098-280/+359
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-091-2/+2
* Fixed #25499 -- Added the ability to pass an expression i...Claude Paroz2015-10-094-28/+45
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-031-3/+10
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-032-3/+3
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+1
* Refs #13637 -- Removed unused code in GenericRelatedObjec...Tim Graham2015-10-021-7/+1
* Refs #16860 -- Fixed password help text when there aren't...Antoine Catton2015-09-281-1/+1
* Used getattr() to simplify contrib.messages.api.Curtis Maloney2015-09-271-2/+2
* Used ternary operator to simplify contrib.messages.api.GhostThrone2015-09-251-8/+2
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-252-2/+2
* Increased the default PBKDF2 iterations for the 1.10 rele...Tim Graham2015-09-241-1/+1
* Refs #24099 -- Removed compatibility shim for ContentType...Tim Graham2015-09-241-11/+0
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-243-9/+5
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate m...Tim Graham2015-09-241-97/+1
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-12/+2
* Refs #14030 -- Removed backwards compatiblity for old-sty...Tim Graham2015-09-241-10/+0
* Refs #23444 -- Removed InlineAdminForm.original_content_t...Tim Graham2015-09-241-19/+1
* Refs #22789 -- Removed contrib.webdesign per deprecation ...Tim Graham2015-09-244-25/+0