summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2014-12-06[1.7.x] Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
Backport of e3091350 from master.
2014-11-29[1.7.x] Removed instructions to create a PostgreSQL cluster in GIS docsClaude 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-26[1.7.x] Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
Backport of cc870b8ef5e3464c6f051e3ef0a25dfc4b597452 from master
2014-11-25[1.7.x] Added warning about get_inline_instances() permission checking; refs ↵Simon Charette
#23754. Backport of e0d1f2684ae60573b209783f9fd4f9db163ad704 from master
2014-11-22[1.7.x] Updated an old note about GEOSGeometry.transformClaude Paroz
Backport of b0a58b9085b from master.
2014-11-16[1.7.x] 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 Backport of 0d1a9d203a970a82a2f81edf0ba7d4b55442fd78 from master
2014-11-13[1.7.x] Updated Fink doc section to be version-agnosticClaude Paroz
Backport of 7fd1f3a645f from master.
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
Backport of 5c517ec218 from master
2014-11-03[1.7.x] Confirmed Spatialite 4 supportClaude Paroz
Backport of e62dea9ad5 from master
2014-10-30[1.7.x] Explained why admindocs omits model methods with arguments.Zan Anderle
Backport of 9e3aaa5a46 from master
2014-10-30[1.7.x] Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
Backport of 4a9b4a23bd from master
2014-10-29[1.7.x] Added cross reference in admin docs to topic about saving objects in ↵P.A. SCHEMBRI
formsets. Backport of 388c6038fd from master
2014-10-06[1.7.x] Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
Thanks Rolandde for the report. Backport of 87eedfff44 from master
2014-10-06[1.7.x] 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. Backport of 13409b932a from master
2014-09-06[1.7.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
Thanks zachborboa for the report and blackguest for the patch. Backport of 7353e26d5d and 0a2bc6e6bd from master
2014-09-05[1.7.x] Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
Backport of 344f37718b from master
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. Backport of 3a44e2000 from master.
2014-08-26[1.7.x] Fixed #21567 -- Documented how to deploy multiple sites using the ↵Tim Graham
sites framework. Backport of 7b9537fb27 from master
2014-08-26[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
Thanks Daniele Procida for review. Backport of a2bcec3491 from master
2014-08-22[1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
Backport of a76aab3583 from master
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of ↵Baptiste Mispelon
sqlmigrate. Backport of 5853c87a458f62ebd62d7809168355610de2570c from master. Conflicts: django/core/management/commands/sqlmigrate.py tests/user_commands/tests.py
2014-08-13[1.7.x] Corrected content_type parameter name in sitemap docs.Tim Graham
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
partial backport of a9fd740d22 from master
2014-08-12[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of 2003cb23d4 from master
2014-08-05[1.7.x] Fixed broken links in docs.Tim Graham
Backport of 0efd72dc90 from master
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master
2014-07-29[1.7.x] Fixed a typo in the admin documentation.David Arcos
The 'app' subpackage does not exist, should be 'app'. Backport of b9daa4f0e1 from master
2014-07-29[1.7.x] Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
Backport of b012122d30 from master
2014-07-29[1.7.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
Thanks to wkschwartz for the report and to Tim for the patch. Backport of e5619330e2d3bf901155e98ef3fa7d224b6a260a from master.
2014-07-25[1.7.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
Backport of aa8bc7fa7d from master
2014-07-22[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
Backport of 06ba4b9eee from master
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
Backport of 8fbf13a6c8 from master
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django. Backport of 3f1412ff7b from master.
2014-07-10[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
Backport of fef26e9a87 from master
2014-06-30[1.7.x] Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
Thanks scibi for the report. Backport of bbf0a9545b from master
2014-06-30[1.7.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
Backport of 5359188b08 from master
2014-06-18[1.7.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
Thanks flisky for the report. Backport of 0be4d64487 from master
2014-06-14[1.7.x] Complemented dwithin docs about using geographic geometriesClaude Paroz
Refs #22830. Thanks django@gfairchild.com for the suggestion. Backport of c281831a5c from master.
2014-05-30[1.7.x] Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
Thanks to @erikr for the review. Backport of fa8b4735287c92b03d23823de8a4e1168d1951d9 from master.
2014-05-19[1.7.x] Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini
The paragraph was a copy of strictly_above. Backport of 2f43229c2f from master
2014-05-17[1.7.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
Backport of 727d048f0991ccbd1564c6fb225ffbfd2f1a2102 from master.
2014-05-15[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ↵Anders Steinlein
the admin. Thanks Stephen Burrows for work on the patch as well.
2014-05-13[1.7.x] Removed an unnecessary anchor in the docs.Tim Graham
Backport of a06808d370 from master
2014-05-12[1.7.x] Fixed #22613 -- Added formfield_for_choice_field() to the list of ↵Tim Graham
methods that InlineModelAdmin supports. Backport of 986bd41f8a from master
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
Backport of 680a0f08b from master.
2014-04-22[1.7.x] Various documentation typo/spelling fixesMarti Raudsepp
Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. Backport of 11d453bcad from master
2014-04-18[1.7.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
Backport of 26d118c3fe from master
2014-04-17[1.7.x] Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz
Refs #22456. Backport of 3cea917e3e from master.
2014-04-10[1.7.x] Fixed #21353 -- Noted that description is ignored for TabularInlines.Tim Graham
Thanks nofinator for the report. Backport of d5031ecf88 from master
2014-04-07[1.7.x] Added missing request parameter to get_current_site().Yin Jifeng
Backport of d6c9bdd825 from master