| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-21 | Fixed #19243 - Edited GeoDjango Tutorial for consistency and style. | shepdl | |
| 2012-11-20 | Corrected docs about default value of MESSAGE_STORAGE | Luke Plant | |
| 2012-11-19 | Fixed #18658 -- Improved ModelAdmin.message_user API | Preston Holmes | |
| Thanks to Lowe Thiderman for the patch and tests | |||
| 2012-11-18 | Fixed #19306 - Improved syndication example. | Tim Graham | |
| Thanks brycenesbitt for the report. | |||
| 2012-11-17 | Fixed #19315 -- Improved markup in admin FAQ. | Aymeric Augustin | |
| Thanks ClaesBas. | |||
| 2012-11-17 | Documented that contrib.sites creates a default site. | Tim Graham | |
| Thanks Lorin Hochstein for the patch. | |||
| 2012-11-16 | comment_will_be_sent can cause a 400, not a 403 | Brandon 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-12 | Typo in comments doc | Nicolas Ippolito | |
| 2012-11-06 | Fixed #15968 - Noted that readonly_fields are excluded from the ModelForm | Tim Graham | |
| 2012-11-03 | Fixed #16841 - Documented a couple ModelAdmin methods | Tim Graham | |
| * ModelAdmin.get_changelist_form and get_changelist_formset * InlineModelAdmin.get_formset Thanks Jordan Reiter for the report. | |||
| 2012-11-02 | Fixed #19120 - Added an example of using ModelAdmin methods for read-only ↵ | Tim Graham | |
| fields. Thanks Daniele Procida for the patch. | |||
| 2012-11-02 | Cleaned up contrib.admin install instructions. | Tim Graham | |
| Thanks Cal Leeming for the patch. | |||
| 2012-11-01 | Added WizardView.file_storage exception message and docs | Tim Graham | |
| Thanks Danilo Bargen for the patch. | |||
| 2012-11-01 | Fixed #19179 - Added mention of NamedUrlSessionWizard and ↵ | Tim Graham | |
| NamedUrlCookieWizard; thanks Tom for the report. | |||
| 2012-10-24 | Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for ↵ | Tim Graham | |
| the suggestion. | |||
| 2012-10-20 | Fixed arguments for get_inline_instances example; refs #17856 | Tim Graham | |
| 2012-10-20 | Fixed #17856 -- Passed obj to get_inline_instances | Aymeric Augustin | |
| Thanks ybon, quinode and sjaensch for the patch, and Tim Graham for the review. | |||
| 2012-10-20 | Fixed #17006 - Documented ModelAdmin get_form() and get_formsets() | Tim Graham | |
| 2012-10-20 | Separated GIS installation docs in sections | Claude Paroz | |
| 2012-10-15 | Added docs link to new third-party Lithuanian localflavor | Adrian Holovaty | |
| 2012-10-12 | Updated localflavor docs to note the new packages | Adrian Holovaty | |
| 2012-10-12 | Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+ | Brian Galey | |
| 2012-10-07 | Added section about URL reversion to URL mapper document. | Ramiro Morales | |
| 2012-10-05 | Fixed #19072 -- Corrected an external file path in GeoIP docs | Claude Paroz | |
| Thanks Flavio Curella for the report and the initial patch. | |||
| 2012-10-04 | Fixed #17207 -- Added a troubleshooting note about failing createdb | John Paulett | |
| 2012-10-04 | Readded docs anchor removed in 92b5341b and still in use | Claude Paroz | |
| 2012-10-03 | Added a note about postgis_topology in install docs | Claude Paroz | |
| Thanks Paolo Corti for the suggestion. | |||
| 2012-09-30 | Fixed #18807 -- Made 404.html and 500.html optional | Claude Paroz | |
| Thanks Aymeric Augustin for the report and Jannis Leidel for the review. | |||
| 2012-09-30 | Fixed #16455 -- Added support for PostGIS 2.0 | Flavio 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-29 | Fixed #17058 - Clarified where extras/csrf_migration_helper.py is located | Tim Graham | |
| 2012-09-29 | Added link to PostGIS matrix on OSGeo Wiki | Claude Paroz | |
| 2012-09-29 | Fixed #18919 -- Stopped dropping Z attribute when transforming geometries | Claude 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-29 | Fixed #11948 -- Added interpolate and project linear referencing methods | Claude Paroz | |
| Thanks novalis for the report and the initial patch, and Anssi Kääriäinen and Justin Bronn for the review. | |||
| 2012-09-28 | Fixed #12871 - Documented creation of a comment form for authenticated ↵ | Tim Graham | |
| users; thanks shacker for patch. | |||
| 2012-09-28 | Made more extensive use of get_current_site | Claude Paroz | |
| Refs #15089 | |||
| 2012-09-27 | Fixed #11460 - Added a FAQ regarding missing rows in the admin. | Tim Graham | |
| 2012-09-26 | Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail | Adrien Lemaire | |
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-20 | Fixed #16577 -- Added a map_creation block in openlayers.js template | Claude Paroz | |
| 2012-09-20 | Added a note about GEOS support for 3D/4D WKT notation | Claude Paroz | |
| See also http://trac.osgeo.org/geos/ticket/347 | |||
| 2012-09-15 | Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd ↵ | Tim Graham | |
| for the report. | |||
| 2012-09-15 | Added an example of using a form wizard with different templates; thanks ↵ | Tim Graham | |
| Lorin Hochstein for the patch. | |||
| 2012-09-15 | Used ST_AsText for testing PostGIS raw query | Claude Paroz | |
| AsText will not be supported in further versions of PostGIS (>=2). | |||
| 2012-09-08 | Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ↵ | Preston Holmes | |
| patch. | |||
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 2012-09-07 | Updated the Ubuntu installation section for 12.04 release. | Justin Bronn | |
| 2012-09-07 | Clarified 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-07 | Updated the GEOS, PostGIS, and PROJ.4 versions in the GeoDjango installation ↵ | Justin Bronn | |
| docs. | |||
| 2012-09-04 | Fixed #9967 - Added a link to a bug that affects contrib.comments redirects. | Tim Graham | |
| 2012-09-01 | Fixed #16936 - Updated javascript for CSRF protection. | Tim Graham | |
| Thanks Idan Gazit for the patch. | |||
