| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-25 | Updated Transifex links to the Django project | Claude Paroz | |
| Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project. | |||
| 2013-04-24 | Fix CharField typo in legacy-databases.txt docs | Evan Carmi | |
| The example Person model in the legacy databases HowTo had a typo referring to ChaField instead of Charfield | |||
| 2013-04-24 | Fixed a rST bug in the README template in the reusable apps docs. | Jannis Leidel | |
| 2013-04-24 | Fixed the reusable apps docs to use a rst file extension for the README and ↵ | Jannis Leidel | |
| follow PEP8 a bit more. | |||
| 2013-04-23 | Fixed #20307 -- Word repeated in tutorial. | Thomas Thurman | |
| Replaced "the the" in the tutorial with "the". | |||
| 2013-04-22 | Fixed #20270 -- Fixed error in AjaxResponseMixin documentation | Baptiste Mispelon | |
| 2013-04-22 | Fixed #19211 -- Adapted tutorial for Python 3 | Claude Paroz | |
| 2013-04-21 | Added 'polls' sub directory under static and reorganized to more accurately ↵ | jktravis | |
| represent the project; compared using 'tree' command. | |||
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-20 | Removed unused imports. | Juan Catalano | |
| 2013-04-20 | Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity. | Juan Catalano | |
| As explained in ticket #20104, the use of versionchanged/versionadded was confusing. To solve this ambiguity these directives no longer accept a second argument but now they only receive the version number (1st arg) and then a content with the proper comment. | |||
| 2013-04-20 | Updated tutorial INSTALLED_APPS section (removed contrib.sites) | Claude Paroz | |
| 2013-04-19 | Explained the pattern for special methods compatibility. | Aymeric Augustin | |
| 2013-04-18 | Complemented documentation following commit be9ae693c | Claude Paroz | |
| Refs #17840. Thanks Carl Meyer for noticing the omission. | |||
| 2013-04-18 | Fixed #20285 - Added missing commas in translation docs. | Tim Graham | |
| Thanks cody.j.b.scott@ | |||
| 2013-04-18 | Fixed #20286 - Typo in static files docs. | Tim Graham | |
| Thanks bmispelon. | |||
| 2013-04-18 | Fixed #20282 -- Typo in WSGI docs. | Aymeric Augustin | |
| 2013-04-16 | Fixed #20266 -- Updated view example in CBV introduction | Claude Paroz | |
| Thanks jim at hellolocals.com for the report. | |||
| 2013-04-15 | Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc. | Simon Charette | |
| Thanks to mossplix for the review and bmispelon for the review. | |||
| 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-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 | Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple | Baptiste Mispelon | |
| 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 #20252 -- Mentionned geojson Spatialite support from 1.5 | Claude Paroz | |
| Thanks burton449geo at gmail.com for the report. | |||
| 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 | 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-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-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 | 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-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). | |||
| 2013-04-05 | Removed a trailing space in the template name on line 174. | Andrew Brown | |
| This trailing space may seem innocuous, but can be easily copied-and-pasted from the docs. This can lead to bizarre File Not Found errors where the checked paths look correct, but actually aren't because the trailing space is hard to see in an error message. | |||
| 2013-04-04 | Removed instructions about download_url from release process notes. | Jacob Kaplan-Moss | |
| This is no longer something that has to happen now that 5c771da3 is in. | |||
| 2013-04-04 | Fix #20195: wrong reference in session settings documentation. | Baptiste Mispelon | |
| 2013-04-02 | Added a dedication to Malcolm to release notes. | Ramiro Morales | |
| 2013-04-02 | Fixed #19748 - Documented django.utils.module_loading.import_by_path | Tim Graham | |
| 2013-04-01 | Updated some 'Dive Into Python' links | Claude Paroz | |
| 2013-03-31 | Fixed #8649 - Documented a caveat about dynamically adjusting formsets. | Tim Graham | |
| 2013-03-31 | Fixed #9913 - Clarified User.is_authenticated docs. | Tim Graham | |
| Thanks rshea for the draft text. | |||
| 2013-03-31 | Fixed #20168 - Generalized a PostgreSQL specific database query in the docs. | Tim Graham | |
| Thanks Russ for the suggestion. | |||
| 2013-03-30 | Fixed some markup in formtools docs. | Tim Graham | |
| 2013-03-30 | Fixes #20162 -- Added a note in the documentation for `static.serve()` about ↵ | Julien Phalip | |
| the need for updating the system's map files when incorrect content types are returned. Many thanks to Simon Charette and Claude Paroz for their feedback. | |||
| 2013-03-30 | Fixed #19492 - Added a link to the uWSGI/Django tutorial. | Tim Graham | |
| 2013-03-30 | Fixed #18277 - Clarified startproject documentation. | Tim Graham | |
| 2013-03-30 | Merge pull request #963 from richardcornish/master | Tim Graham | |
| Updated bios of committers | |||
