| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-15 | Properly used test skipping in OGRInspectTest TestCase | Claude Paroz | |
| 2013-04-15 | Added a tip about --layer param of ogrinspect for databases | Claude Paroz | |
| Refs #20260. | |||
| 2013-04-15 | Fixed #20263 -- Corrected wording in the formset documentation. | Simon Charette | |
| Thanks to feraudyh at yahoo.com for the report. | |||
| 2013-04-14 | Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace. | Matthew Tretter | |
| Also, use Django templating for the dynamic generated JS code and use more idiomatic coding techniques. Thanks Matthew Tretter for the report and the patch. | |||
| 2013-04-13 | Fixed #17840 -- Generalized named placeholders in form error messages | Claude Paroz | |
| Also fixed plural messages for DecimalField. | |||
| 2013-04-13 | Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect | Baptiste Mispelon | |
| I refactored RadioSelect and CheckboxSelectMultiple to make them inherit from a base class, allowing them to share the behavior of being able to iterate over their subwidgets. Thanks to Matt McClanahan for the initial patch and to Claude Paroz for the review. | |||
| 2013-04-13 | Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect | Baptiste Mispelon | |
| 2013-04-13 | Used a Python 3 compatible StringIO in test_utils | Claude Paroz | |
| 2013-04-13 | Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple | Baptiste Mispelon | |
| 2013-04-13 | Updated a renamed test file | Claude Paroz | |
| 2013-04-12 | Fixed #20247 - Added some missing paths in the tutorial. | Tim Graham | |
| Thanks gsavix for the suggestion and patch. | |||
| 2013-04-12 | Fixed template_tests so discovery doesn't directly find tests that require ↵ | Preston Timmons | |
| setuptools. | |||
| 2013-04-12 | Modified view_tests for unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified validation to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified utils_tests for unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified template_tests for unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified model_fields for unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified generic_views for unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified comment_tests for unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified test_client_override to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified test_utils to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Modified forms_tests to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 | Claude Paroz | |
| Thanks burton449geo at gmail.com for the report. | |||
| 2013-04-12 | Fixed #20237 (again) Allowed binary parameter to assertContains | Claude Paroz | |
| 2013-04-12 | Fixed #20248 - Clarified manage.py vs. django-admin.py | Tim Graham | |
| 2013-04-12 | Fixed #20211: Document backwards-incompatible change in BoundField.label_tag | Baptiste Mispelon | |
| Also cleaned up label escaping and consolidated the test suite regarding label_tag. | |||
| 2013-04-12 | Documented BoundField.label_tag | Claude Paroz | |
| 2013-04-11 | Fixed #20243 - Clarified when RelatedManager.remove() exists. | Tim Graham | |
| 2013-04-11 | Merge pull request #1008 from reverie/patch-2 | Tim Graham | |
| Removed incorrect phrase from DecimalField docs. | |||
| 2013-04-11 | remove confusing phrase from DecimalField docs | Andrew Badr | |
| The phrase "if it exists" was used in reference to the `decimal_places` argument to `DecimalField`, when in fact that field is required. | |||
| 2013-04-11 | Changed a deprecated warn() call in libgeos | Claude Paroz | |
| 2013-04-11 | Fixed #20237 -- Reenabled assertContains with binary parameter | Claude Paroz | |
| Thanks Baptiste Mispelon for the review. | |||
| 2013-04-10 | Fixed #20204 - Consistent usage of url() in URL dispatcher documentation | Tim Graham | |
| Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion. | |||
| 2013-04-10 | Turned the triage attributes to actual sections so they can be more easily ↵ | Julien Phalip | |
| linked to in the documentation. | |||
| 2013-04-10 | Fixed #20231 -- Don't use allow_lazy on smart_split | Baptiste Mispelon | |
| 2013-04-10 | Made usage of assertTemplateUsed in admin_views tests | Claude Paroz | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2013-04-09 | Added some further guidance to "accepted" triage stage | Preston Holmes | |
| Now that DDN is gone, I felt it was worth some extra language about what "accepted" means, and qualify what it means to be "safe" to start writing a patch. | |||
| 2013-04-08 | Merge pull request #1003 from bmispelon/fix-tests-3be368c73e | Jannis Leidel | |
| Fix admin_views tests after commit 3be368c73e. | |||
| 2013-04-08 | Fix admin_views tests after commit 3be368c73e. | Baptiste Mispelon | |
| 2013-04-08 | Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute. | Tobias McNulty | |
| 2013-04-08 | Removed references to the DDN triage state. | Aymeric Augustin | |
| Rephrased "How can I help with triaging?" a bit to reflect the current practice. | |||
| 2013-04-08 | Merge pull request #938 from darklow/ticket_20111 | Jannis Leidel | |
| Added more precise message level for succcess and warning messages | |||
| 2013-04-08 | Fix #20111 Added more precise message level for succcess and warning messages | Kaspars Sprogis | |
| 2013-04-07 | Merge pull request #1000 from bmispelon/ticket-15126 | Jannis Leidel | |
| Fix #15126: Better error message when passing invalid options to ModelFo... | |||
| 2013-04-07 | Fix #15126: Better error message when passing invalid options to ModelForm.Meta. | Baptiste Mispelon | |
| 2013-04-06 | Explicitly removes dismissCalendar | Andrew Jesaitis | |
| Uses the removeEvent function in core.js to remove the dismissCalendar function from the document click event. Fixes #4045. | |||
| 2013-04-06 | Explicitly removes dismissClock | Andrew Jesaitis | |
| Uses the removeEvent function in core.js to remove the function from the document click event. Refs #4045. | |||
| 2013-04-05 | Fixed #20207 -- Handle ManyToManyField with a unicode name correctly. | Simon Charette | |
| 2013-04-05 | Fixed #20114 -- support custom project login_url in tests | Preston Holmes | |
| Thanks to Matias Bordese for the patch | |||
| 2013-04-05 | Added release note about percent literals in cursor.execute | Claude Paroz | |
| Thanks Aymeric Augustin for noticing the omission and Tim Graham for the text review. Fixes #9055 (again). | |||
