| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-28 | [1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometries | Claude Paroz | |
| Thanks Craig de Stigter for the report and collaboration on the patch. Backport of cc3c4a9d5 from master. | |||
| 2012-11-25 | [1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵ | Julien Phalip | |
| Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e | |||
| 2012-11-22 | [1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt | Tim Graham | |
| Backport of c13912ac7f from master | |||
| 2012-11-21 | [1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style. | shepdl | |
| Backport of 8e5573e99a from master | |||
| 2012-11-20 | [1.5.x] Corrected docs about default value of MESSAGE_STORAGE | Luke Plant | |
| Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master | |||
| 2012-11-19 | [1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API | Preston Holmes | |
| Thanks to Lowe Thiderman for the patch and tests | |||
| 2012-11-18 | [1.5.X] Fixed #19306 - Improved syndication example. | Tim Graham | |
| Thanks brycenesbitt for the report. Backport of 1f1f60d12f from master | |||
| 2012-11-17 | [1.5.x] Fixed #19315 -- Improved markup in admin FAQ. | Aymeric Augustin | |
| Thanks ClaesBas. Backport of ccb2b57 from master. | |||
| 2012-11-17 | [1.5.X] Documented that contrib.sites creates a default site. | Tim Graham | |
| Thanks Lorin Hochstein for the patch. Backport of ac4aa8a76c from master | |||
| 2012-11-16 | [1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403 | Brandon Adams | |
| Backport of d8ee46afff from master | |||
| 2012-11-13 | [1.5.X] Typo in comments doc | Nicolas Ippolito | |
| Backport of 17b14d4819 from master | |||
| 2012-11-06 | [1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the ↵ | Tim Graham | |
| ModelForm Backport of a386675a6a from master | |||
| 2012-11-03 | [1.5.X] 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. Backport of 39f5bc7fc3 from master | |||
| 2012-11-02 | [1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for ↵ | Tim Graham | |
| read-only fields. Thanks Daniele Procida for the patch. Backport of d1de7596b2 from master | |||
| 2012-11-02 | [1.5.X] Cleaned up contrib.admin install instructions. | Tim Graham | |
| Thanks Cal Leeming for the patch. \nBackport of 082fad0b83 from master | |||
| 2012-11-01 | [1.5.X] Added WizardView.file_storage exception message and docs | Tim Graham | |
| Thanks Danilo Bargen for the patch. Backport of af7ea808d8 from master | |||
| 2012-11-01 | [1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and ↵ | Tim Graham | |
| NamedUrlCookieWizard; thanks Tom for the report. Backport of ede8a0be05 from master | |||
| 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). | |||
