| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-07 | Python 2.5 is not relevant to master. | Carl Meyer | |
| 2013-05-07 | Remove outdated ForeignKey manager documentation. | Mike Fogel | |
| 2013-05-06 | Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment. | Tim Graham | |
| Thanks vlad.london.uk@ for the report. | |||
| 2013-05-06 | Fixed #20274 - Added some clarifying section headings in the test docs. | Tim Graham | |
| 2013-05-06 | Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial. | Tim Graham | |
| Thanks monuszko for the report. | |||
| 2013-05-05 | Found a mistake in SQL documentation | Christopher Allen-Poole | |
| 2013-05-03 | Added clarification to the docs, pointing out that unique_for_date only ↵ | Aaron Cannon | |
| considers the date portion of DateTime fields. | |||
| 2013-05-03 | Added myself to the committers list. | Daniel Lindsley | |
| 2013-05-01 | Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTS | Michael Manfre | |
| 2013-05-01 | Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2013-04-30 | Fixed #20336 -- Removed obsolete paragraph from the docs. | Aymeric Augustin | |
| Thanks Baptiste Mispelon. | |||
| 2013-04-30 | Fix two typos in database transactions docs | Ana Krivokapic | |
| 2013-04-29 | Fixed #20330 -- Normalized spelling of "web server". | Aymeric Augustin | |
| Thanks Baptiste Mispelon for the report. | |||
| 2013-04-29 | Corrected "it's" to "its" when used possessively. | Thomas Thurman | |
| Fixed #20327. | |||
| 2013-04-28 | Pointed to the docs version switcher in tutorial 1. | Aymeric Augustin | |
| Refs #20324. Thanks dwisehart for the suggestion. | |||
| 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. | |||
