Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
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 #25668 -- Misc spelling errorsVille Skyttä2015-11-034-5/+5
* 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
* Refs #25629 -- Added `arity` class attribute to `Func` ex...Sergey Fedoseev2015-11-023-10/+11
* 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 #25635 -- Made URLValidator allow '+' in scheme.Dheerendra Rathor2015-10-311-1/+1
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-312-35/+6
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-292-2/+11
* Fixed #25622 -- Accounted for generic relations in the ad...Simon Charette2015-10-291-1/+3
* Fixed #25620 -- Made URLValidator prohibit URLs with cons...Dheerendra Rathor2015-10-291-1/+1
* 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
* Refs #25618 -- Removed detection of south migrations in l...Tim Graham2015-10-281-15/+1
* Moved around imports in PostGIS operationsClaude Paroz2015-10-271-5/+2
* Fixed #25609 -- Fixed regression in related field nested ...Ian Foote2015-10-271-1/+4
* Revert "Fixed #25417 -- Added a field check for invalid d...Simon Charette2015-10-271-17/+0
* Renamed filesizeformat tag's bytes variable to avoid clas...Sambhav Satija2015-10-271-16/+16
* Fixed #25441 -- Added support for negative filesize to fi...Sambhav Satija2015-10-271-0/+6
* Refs #17133 -- Optimized script_url handling in get_scrip...Claude Paroz2015-10-271-3/+4
* 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 #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-273-2/+9
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-2610-25/+25
* Fixed #25610 -- Reverted removal of request.current_app i...Marten Kenbeek2015-10-261-2/+5
* Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne2015-10-251-2/+1
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-6/+17
* Fixed #25583 -- Allowed calling `transform` with `CoordTr...Sergey Fedoseev2015-10-241-2/+6
* Renamed deprecated logger.warn to warningClaude Paroz2015-10-241-1/+1
* Cached model field_names in Python Deserializer.Andrey Kuzmin2015-10-231-1/+5
* Fixed #17133 -- Properly handled successive slashes in in...Claude Paroz2015-10-231-0/+6
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-223-5/+5
* 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 #25589 -- Allowed startapp/project to create apps w...Yoong Kang Lim2015-10-221-8/+15
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-221-0/+6
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME t...Mariusz Felisiak2015-10-221-10/+8
* 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 #25576 -- Added IOBase methods required by TextIOWr...Jon Dufresne2015-10-211-0/+6
* 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 #25501 -- Made the file-based cache backend use the...Andrew Artajos2015-10-201-2/+2
* Moved an inner function in db.migrations.state to avoid r...Simon Charette2015-10-201-20/+24
* Refs #18012 -- Accounted for reverse proxy relations in m...Simon Charette2015-10-201-4/+12
* Fixed #25563 -- Cached deferred models in their proxied m...Simon Charette2015-10-201-4/+5