1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

1327 Commits

Author SHA1 Message Date
Markus Amalthea Magnuson
23aa700b78 Fixed -- Corrected "Save as new" button label in docs. 2016-04-04 08:09:24 -04:00
anna
b28c60529b Fixed -- Allowed introspection of base_field.model in RangeField
Used the same test and fix as in .
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
2016-04-03 16:32:30 +02:00
Daniel Wiesmann
870dd1d38b Fixed -- Allowed setting GDALBand data with partial values. 2016-03-29 11:08:36 -04:00
Daniel Wiesmann
f1db8c36e9 Fixed -- Allowed deleting nodata value on GDALBands. 2016-03-29 08:06:31 -04:00
Francisco Capdevila
82243e5150 Fixed typo in docs/ref/contrib/postgres/aggregates.txt. 2016-03-28 09:19:21 -04:00
Alexander Gaevsky
e0a3d93730 Fixed -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
Akshesh
2b31f14d89 Fixed grammatical typos in gis docs. 2016-03-21 11:14:04 -04:00
Tim Graham
b3610f38fa Fixed -- Clarified which RangesFields always return a canonical form. 2016-03-12 12:54:16 -05:00
Tim Graham
a496d10a8c Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt. 2016-03-09 10:00:27 -05:00
Claude Paroz
c5517b9e74 Fixed -- Output the primary key in the GeoJSON serializer properties
Thanks Tim Graham for the review.
2016-02-24 16:10:46 +01:00
Sergey Fedoseev
23e1ad537a Fixed -- Switched GIS docs to 4 spaces indentation. 2016-02-19 09:27:32 -05:00
Sergey Fedoseev
dbaa1a6b59 Fixed some code blocks indentation in GIS docs. 2016-02-19 08:34:38 -05:00
Tim Graham
b954ad0640 Added intended use in the admin's introduction. 2016-02-18 08:50:22 -05:00
Juan José Conti
bb7042cdab Used relative models imports in the GIS tutorial. 2016-02-16 23:24:29 -05:00
userimack
75143fa13f Fixed -- Removed an obsolete (refs ) paragraph in admindocs. 2016-02-09 09:49:12 -05:00
Sergey Fedoseev
f8e865d78f Fixed spelling -- super set -> superset. 2016-02-06 09:58:50 +05:00
rowanv
a6ef025dfb Fixed -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
Yoong Kang Lim
9644e2e968 Fixed -- Added createsuperuser instructions to admin docs. 2016-01-30 12:32:24 -05:00
Tim Graham
93897a6a75 Fixed -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions. 2016-01-29 08:33:00 -05:00
Markus Holtermann
4b0118465b Fixed -- Sorted app_labels in migrate command output 2016-01-29 10:26:04 +11:00
Elif T. Kus
bca9faae95 Fixed -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
Tim Graham
e519aab43a Fixed -- Added support for non-unique django-admin-options in docs.
Also documented missing short command line options to fix . This bumps
the minimum sphinx version required to build the docs to 1.3.4.

Thanks Simon Charette for review.
2016-01-14 18:21:33 -05:00
Tim Graham
c432dd40bd Refs -- Documented that JSONField doesn't handle sophisticated serialization. 2016-01-08 19:00:56 -05:00
Collin Anderson
780bddf75b Fixed -- Decreased User.username max_length to 150 characters. 2016-01-08 18:06:44 -05:00
Claude Paroz
cf7894be88 Fixed -- Made LogEntry.change_message language independent
Thanks Tim Graham for the review.
2016-01-08 20:34:59 +01:00
Marten Kenbeek
16411b8400 Fixed -- Moved django.core.urlresolvers to django.urls.
Thanks to Tim Graham for the review.
2015-12-31 14:21:29 -05:00
Tim Graham
c70c5f04a4 Fixed -- Dropped support for PostgreSQL 9.1. 2015-12-23 13:48:48 -05:00
Sergey Fedoseev
febe1321da Documented that GDAL is required to initialize GEOSGeometry from JSON. 2015-12-23 07:57:13 -05:00
Sergey Fedoseev
0224f1cb04 Refs -- Removed note that says that GEOSGeometry.json requires GDAL. 2015-12-23 15:31:28 +05:00
Sergey Fedoseev
5d348bba31 Fixed -- Added support for GEOSisClosed. 2015-12-22 16:54:02 -05:00
Karen Tracey
5399ccc0f4 Fixed -- Added ability to specify classes on admin inline fieldsets.
This includes the ability to collapse inlines by specifying a class named
'collapse'.
2015-12-21 13:50:06 -05:00
Tim Graham
b26d147259 Fixed -- Documented Psycopg2 version requirement for JSONField. 2015-12-19 07:24:59 -05:00
Sergey Fedoseev
c984e2bc15 Fixed -- Added trim and precision properties to WKTWriter. 2015-12-18 19:44:43 +01:00
Niels Van Och
99a1265a39 Fixed -- Added path to makemigration's output of migration file. 2015-12-18 11:20:00 -05:00
Sergey Fedoseev
e090070761 Fixed a typo in docs/ref/contrib/gis/geos.txt. 2015-12-18 15:36:55 +05:00
Garrison Benson
2ec23a3d41 Refs -- Fixed typo in Feed class reference. 2015-12-17 09:09:09 -05:00
Sergey Fedoseev
5146e2cf98 Fixed -- Allowed creation of empty GEOS geometries. 2015-12-14 13:29:38 -05:00
Dotan Agmon
a44dc200d0 Fixed incorrect examples in ArrayField docs. 2015-12-10 17:48:38 -05:00
Johannes Hoppe
cf546e11ac Fixed -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
Thomas Grainger
d638cdc42a Fixed -- Removed inline JavaScript from the admin.
This allows setting a Content-Security-Policy HTTP header
(refs ).

Special thanks to blighj, the original author of this patch.
2015-12-05 15:51:57 -05:00
Sergey Fedoseev
479ba5add2 Fixed -- Documented GEOSGeometry operators. 2015-12-04 12:37:33 -05:00
Sergey Fedoseev
25f5b5c19d Fixed -- Added support for GeoHash function on SpatiaLite. 2015-12-04 08:09:21 -05:00
Sergey Fedoseev
395af23ac1 Refs -- Added missing docs for Difference/Intersection/SymDifference functions.
Complements 7127eb287fb08b89a31bc97097a1fb6b08ada463.
2015-12-03 12:59:01 -05:00
Josh Soref
93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
Sergey Fedoseev
0825f77f76 Fixed -- Added support for MakeLine aggregate on SpatiaLite. 2015-12-02 17:25:33 -05:00
Jon Dufresne
7aabd62380 Fixed -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
Sergey Fedoseev
f920be7c32 Fixed -- Deprecated the geos.MultiPolygon.cascaded_union property. 2015-11-25 17:31:24 -05:00
Sergey Fedoseev
a3708fda35 Fixed -- Documented that all GEOSGeometry constructors take srid kwarg. 2015-11-25 16:28:54 -05:00
Daniel Wiesmann
8f5904560a Fixed -- Made GDALBand min and max properties use GDALComputeRasterStatistics.
Thanks Sergey Fedoseev and Tim Graham for the review.
2015-11-25 13:40:39 -05:00
Sergey Fedoseev
97e1d24330 Refs -- Lessened the prominence of geos.fromstr() in the docs. 2015-11-23 17:22:37 -05:00