| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2014-11-28 | Fixed #23423 -- Added unaccent lookup in django.contrib.postgres | Thomas Chaumeny | |
| 2014-11-26 | Fixed #23901 -- Documented how to use SpatiaLite with Homebrew. | Kenial Lee | |
| 2014-11-26 | Updated GIS docs to use doc links. | Tim Graham | |
| 2014-11-26 | Updated formtools docs to point at new package outside the Django repo. | Jannis Leidel | |
| Refs #23677. | |||
| 2014-11-25 | Added warning about get_inline_instances() permission checking; refs #23754. | Simon Charette | |
| 2014-11-22 | Updated an old note about GEOSGeometry.transform | Claude Paroz | |
| 2014-11-21 | Corrected Permission.max_length in docs; refs #8162. | Sergey Fedoseev | |
| 2014-11-17 | Fix malformed note directives. | Carl Meyer | |
| 2014-11-16 | Merge pull request #3549 from psagers/master | Julien Phalip | |
| Fixes a race condition in the documentation. The example for django.contrib.admin.ModelAdmin.get_form was modifying self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests. This updated documentation demonstrates a safe method to override admin forms on a per-request basis. | |||
| 2014-11-15 | Removed old version note in layermapping.txt | Claude Paroz | |
| 2014-11-15 | Fixes a race condition in the documentation. | Peter Sagerson | |
| The example for django.contrib.admin.ModelAdmin.get_form modifies self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests.[1] This updated documentation demonstrates a safe method to override admin forms on a per-request basis. [1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA | |||
| 2014-11-15 | Added a new GeoJSON serialization format for GeoDjango | Claude Paroz | |
| Thanks Reinout van Rees for the review. | |||
| 2014-11-13 | Removed doc reference to pre-1.5 PostGIS | Claude Paroz | |
| 2014-11-13 | Updated Fink doc section to be version-agnostic | Claude Paroz | |
| 2014-11-04 | Fix minor typo in documentation. | Marc Tamlyn | |
| 2014-11-04 | Added HStoreField. | Marc Tamlyn | |
| Thanks to `django-hstore` for inspiration in some areas, and many people for reviews. | |||
| 2014-11-03 | Fixed versionchanged indentation in docs/. | Berker Peksag | |
| 2014-11-03 | Moved CSRF docs out of contrib. | Thomas Chaumeny | |
| 2014-10-30 | Explained why admindocs omits model methods with arguments. | Zan Anderle | |
| 2014-10-30 | Added missing imports to example from previous commit. | Tim Graham | |
| 2014-10-30 | Fixed #23575 -- Added a code example for custom AdminSite. | Berker Peksag | |
| 2014-10-29 | Added cross reference in admin docs to topic about saving objects in formsets. | P.A. SCHEMBRI | |
| 2014-10-06 | Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt. | Tim Graham | |
| Thanks Rolandde for the report. | |||
| 2014-10-06 | Updated links in admin docs to use :ref: | Kostochko Dmitriy | |
| per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references. | |||
| 2014-10-02 | Fixed typo in docs/ref/contrib/sites.txt | ticalcster | |
| 2014-10-01 | Fixed #15089 -- Allowed contrib.sites to lookup the current site based on ↵ | Tim Graham | |
| request.get_host(). Thanks Claude Paroz, Riccardo Magliocchetti, and Damian Moore for contributions to the patch. | |||
| 2014-09-26 | Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query. | Thomas Chaumeny | |
| Thanks lidaobing for the suggestion. | |||
| 2014-09-22 | Removed sudo from pip commands in docs. | Corey Farwell | |
| 2014-09-21 | Fixed #23527 -- Removed Cheetah references in docs | Ola Sitarska | |
| Thanks to @aaugustin for submitting the ticket. | |||
| 2014-09-18 | Fixed #23488 -- Added AnonymousUser.get_username(). | Damien Baty | |
