| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-18 | [1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵ | Karl Hobley | |
| be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master | |||
| 2015-03-17 | [1.8.x] Updated links to latest version of PostGIS docs. | Tim Graham | |
| Backport of 53d11c6821b7b347e0eeefb96168cc1861715a6b from master | |||
| 2015-03-17 | [1.8.x] Updated location of gis_tests in docs. | Tim Graham | |
| Backport of 64b9393ae279fde1ac535348458b3ff960177225 from master | |||
| 2015-03-14 | [1.8.x] Fixed doc typos. | Floris den Hengst | |
| Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master | |||
| 2015-03-13 | [1.8.x] Documented gdal DataSource encoding parameter | Claude Paroz | |
| Thanks Max Demars for the suggestion and Tim Graham for the review. Backport of a8991b9b9f1 from master. | |||
| 2015-03-12 | [1.8.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be ↵ | Aksel Ethem | |
| used during testing. Backport of b4d8b16e5109170614ba505e36f60c2ad64dafc2 from master | |||
| 2015-03-10 | [1.8.x] Fixed download instructions for cities shapefile | Claude Paroz | |
| Thanks Daniel Wiesmann for spotting the issue. Backport of 57d42aef97 from master. | |||
| 2015-03-10 | [1.8.x] Updated GIS docs wrt GIS test paths | Claude Paroz | |
| Backport of 1825365152c from master. | |||
| 2015-02-22 | [1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master | |||
| 2015-02-17 | [1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for ↵ | Tim Graham | |
| contrib.postgres). Backport of 3adc5f1ee6618a615db07d4a868b366a15c39f82 from master | |||
| 2015-02-14 | [1.8.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point | Claude Paroz | |
| Thanks Manel Clos for the report. Backport of 1379165b35 from master. | |||
| 2015-02-13 | [1.8.x] Added each_context() and a template tip to custom admin view docs. | Joe Simpson | |
| Backport of 648e516b8d5694c01a225fe27429f0bf7776fb43 from master | |||
| 2015-02-05 | [1.8.x] Improved nested ArrayField example | Tom Christie | |
| Backport of 737b184d914d5cc4a6ed8fe2a1d66ec1b7369f46 from master | |||
| 2015-01-23 | [1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgets | Ng Zhi An | |
| Backport of 4669b6a807811d6763b9fdc5df974cb67aa1fb56 from master | |||
| 2015-01-20 | [1.8.x] Fixed #24186 -- Fixed a typo in the admin docs. | Simon Charette | |
| Thanks to Keryn Knight for the report. Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master | |||
| 2015-01-18 | [1.8.x] Clarified a contrib.sites deprecation and added to 1.7 release notes. | Tim Graham | |
| Backport of ba27f895878bb155fefb8c1b9beee2c9f3d85b3f from master | |||
| 2015-01-18 | [1.8.x] Clarified contrib.contenttypes.generic deprecation; refs #19774. | Tim Graham | |
| 2015-01-17 | [1.8.x] Removed usage of deprecated dumpdata options in docs. | Tim Graham | |
| Backport of 1d975ff44bc23efaf0ebf3e96cc35539d80bd244 from master | |||
| 2015-01-17 | [1.8.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs ↵ | Tim Graham | |
| #20702. | |||
| 2015-01-16 | Fixed #24099 -- Removed contenttype.name deprecated field | Claude Paroz | |
| This finsishes the work started on #16803. Thanks Simon Charette, Tim Graham and Collin Anderson for the reviews. | |||
| 2015-01-16 | Fixed #24152 -- Deprecated GeoQuerySet aggregate methods | Claude Paroz | |
| Thanks Josh Smeaton and Tim Graham for the reviews. | |||
| 2015-01-16 | Fixed #24143 -- Encouraged use of Http404 messages for debugging. | Keryn Knight | |
| 2015-01-13 | Fixed bad model example in admin docs. | Collin Anderson | |
| 2015-01-11 | Fixed spelling errors in docs. | Tim Graham | |
| 2015-01-10 | Moved doc on the DTL's syntax to the ref/ section. | Aymeric Augustin | |
| This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL. | |||
| 2015-01-10 | Fixed #13165 -- Added edit and delete links to admin foreign key widgets. | Simon Charette | |
| Thanks to Collin Anderson for the review and suggestions and Tim for the final review. | |||
| 2015-01-10 | Fixed #24001 -- Added range fields for PostgreSQL. | Marc Tamlyn | |
| Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python | |||
| 2015-01-01 | Fixed typo in docs/ref/contrib/admin/index.txt. | Tim Graham | |
| 2014-12-31 | Fixed #22295 -- Replaced permission check for displaying admin user-tools | Thomas Tanner | |
| 2014-12-28 | Deprecated TEMPLATE_CONTEXT_PROCESSORS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_DIRS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated current_app in TemplateResponse and render(_to_response). | Aymeric Augustin | |
| 2014-12-28 | Deprecated some arguments of django.shortcuts.render(_to_response). | Aymeric Augustin | |
| dictionary and context_instance and superseded by context. Refactored tests that relied context_instance with more modern idioms. | |||
| 2014-12-28 | Moved context_processors from django.core to django.template. | Aymeric Augustin | |
| 2014-12-26 | Documented AdminSite.has_permission(); refs #22295. | Tim Graham | |
| 2014-12-23 | Fixed some docs spelling mistakes. | Tim Graham | |
| 2014-12-23 | Added RasterSource/GDALBand GDAL objects | Claude Paroz | |
| Based on Daniel Wiesmann's raster branch. Thanks Daniel Wiesmann and Tim Graham for the reviews. Refs #23804. | |||
| 2014-12-22 | Upgrade jQuery from 1.11.1 to 1.11.2 | Collin Anderson | |
| refs #23355 | |||
| 2014-12-19 | Updated some other external links in the docs | Claude Paroz | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-15 | Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. | Berker Peksag | |
| 2014-12-12 | Fixed template tag braces spacing. | Kevin Marsh | |
| 2014-12-08 | Fixed typo in spatialite.txt | Claude Paroz | |
| Thanks Tim Graham for spotting the error. | |||
| 2014-12-08 | Ran 'CREATE EXTENSION postgis' during prepare_database hook | Claude Paroz | |
| DatabaseWrapper.prepare_database has been introduced in 307de67073. | |||
| 2014-12-08 | Fixed #20968 -- Checked Spatialite metadata before migrations | Claude Paroz | |
| Thanks Kenial S. Lee for the initial patch and Tim Graham for the review. | |||
| 2014-12-06 | Fixed documentation of GeoModelAdmin.openlayers_url | Claude Paroz | |
| 2014-12-04 | Added versionadded annotation for contrib.postgres. | Tim Graham | |
| 2014-12-03 | Removed redundant numbered parameters from str.format(). | Berker Peksag | |
| Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}". | |||
| 2014-11-29 | Removed instructions to create a PostgreSQL cluster in GIS docs | Claude Paroz | |
| Creating a new cluster is neither required not recommendable for most users. The previous section explains how to create a user with sufficient permissions to automatically create a database during tests. | |||
