summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2012-11-21Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl
2012-11-20Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
Thanks to Lowe Thiderman for the patch and tests
2012-11-18Fixed #19306 - Improved syndication example.Tim Graham
Thanks brycenesbitt for the report.
2012-11-17Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
Thanks ClaesBas.
2012-11-17Documented that contrib.sites creates a default site.Tim Graham
Thanks Lorin Hochstein for the patch.
2012-11-16comment_will_be_sent can cause a 400, not a 403Brandon Adams
Doc cleanup for django.contrib.comments.signals.comment_will_be_sent If a receiver returns False, an HttpResponse with status code 400 is returned. A test case already exists confirming this behavior. Updated docs to reflect reality.
2012-11-12Typo in comments docNicolas Ippolito
2012-11-06Fixed #15968 - Noted that readonly_fields are excluded from the ModelFormTim Graham
2012-11-03Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
* ModelAdmin.get_changelist_form and get_changelist_formset * InlineModelAdmin.get_formset Thanks Jordan Reiter for the report.
2012-11-02Fixed #19120 - Added an example of using ModelAdmin methods for read-only ↵Tim Graham
fields. Thanks Daniele Procida for the patch.
2012-11-02Cleaned up contrib.admin install instructions.Tim Graham
Thanks Cal Leeming for the patch.
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
Thanks Danilo Bargen for the patch.
2012-11-01Fixed #19179 - Added mention of NamedUrlSessionWizard and ↵Tim Graham
NamedUrlCookieWizard; thanks Tom for the report.
2012-10-24Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for ↵Tim Graham
the suggestion.
2012-10-20Fixed arguments for get_inline_instances example; refs #17856Tim Graham
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
Thanks ybon, quinode and sjaensch for the patch, and Tim Graham for the review.
2012-10-20Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()Tim Graham
2012-10-20Separated GIS installation docs in sectionsClaude Paroz
2012-10-15Added docs link to new third-party Lithuanian localflavorAdrian Holovaty
2012-10-12Updated localflavor docs to note the new packagesAdrian Holovaty
2012-10-12Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+Brian Galey
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
Thanks Flavio Curella for the report and the initial patch.
2012-10-04Fixed #17207 -- Added a troubleshooting note about failing createdbJohn Paulett
2012-10-04Readded docs anchor removed in 92b5341b and still in useClaude Paroz
2012-10-03Added a note about postgis_topology in install docsClaude Paroz
Thanks Paolo Corti for the suggestion.
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
Thanks Aymeric Augustin for the report and Jannis Leidel for the review.
2012-09-30Fixed #16455 -- Added support for PostGIS 2.0Flavio Curella
Thanks ckarrie for the report and the initial patches, Flavio Curella for updating the patch, and Anssi Kääriäinen for testing. See ticket for other valuable contributors.
2012-09-29Fixed #17058 - Clarified where extras/csrf_migration_helper.py is locatedTim Graham
2012-09-29Added link to PostGIS matrix on OSGeo WikiClaude Paroz
2012-09-29Fixed #18919 -- Stopped dropping Z attribute when transforming geometriesClaude Paroz
Previously, the wkb of geometries was dropping the Z attribute. Thanks luizvital for the report and tests and georger.silva@gmail.com for the tests.
2012-09-29Fixed #11948 -- Added interpolate and project linear referencing methodsClaude Paroz
Thanks novalis for the report and the initial patch, and Anssi Kääriäinen and Justin Bronn for the review.
2012-09-28Fixed #12871 - Documented creation of a comment form for authenticated ↵Tim Graham
users; thanks shacker for patch.
2012-09-28Made more extensive use of get_current_siteClaude Paroz
Refs #15089
2012-09-27Fixed #11460 - Added a FAQ regarding missing rows in the admin.Tim Graham
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-09-20Added a note about GEOS support for 3D/4D WKT notationClaude Paroz
See also http://trac.osgeo.org/geos/ticket/347
2012-09-15Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd ↵Tim Graham
for the report.
2012-09-15Added an example of using a form wizard with different templates; thanks ↵Tim Graham
Lorin Hochstein for the patch.
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
AsText will not be supported in further versions of PostGIS (>=2).
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ↵Preston Holmes
patch.
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
Refs #16023.
2012-09-07Updated the Ubuntu installation section for 12.04 release.Justin Bronn
2012-09-07Clarified the messages documentation.Aymeric Augustin
* Stated upfront that the messages framework is enabled by default. * Explained why FallbackStorage, despites its unattractive name, is the default and likely the most efficient message storage class. Thanks Jeremy Dunck for the review. Closes #17026 (again).
2012-09-07Updated the GEOS, PostGIS, and PROJ.4 versions in the GeoDjango installation ↵Justin Bronn
docs.
2012-09-04Fixed #9967 - Added a link to a bug that affects contrib.comments redirects.Tim Graham
2012-09-01Fixed #16936 - Updated javascript for CSRF protection.Tim Graham
Thanks Idan Gazit for the patch.