summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-04-25Updated Transifex links to the Django projectClaude 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-24Fix CharField typo in legacy-databases.txt docsEvan Carmi
The example Person model in the legacy databases HowTo had a typo referring to ChaField instead of Charfield
2013-04-24Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel
2013-04-24Fixed the reusable apps docs to use a rst file extension for the README and ↵Jannis Leidel
follow PEP8 a bit more.
2013-04-23Fixed #20307 -- Word repeated in tutorial.Thomas Thurman
Replaced "the the" in the tutorial with "the".
2013-04-22Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
2013-04-22Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-04-21Added 'polls' sub directory under static and reorganized to more accurately ↵jktravis
represent the project; compared using 'tree' command.
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
Refs #20104.
2013-04-20Removed unused imports.Juan Catalano
2013-04-20Fixed #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-20Updated tutorial INSTALLED_APPS section (removed contrib.sites)Claude Paroz
2013-04-19Explained the pattern for special methods compatibility.Aymeric Augustin
2013-04-18Complemented documentation following commit be9ae693cClaude Paroz
Refs #17840. Thanks Carl Meyer for noticing the omission.
2013-04-18Fixed #20285 - Added missing commas in translation docs.Tim Graham
Thanks cody.j.b.scott@
2013-04-18Fixed #20286 - Typo in static files docs.Tim Graham
Thanks bmispelon.
2013-04-18Fixed #20282 -- Typo in WSGI docs.Aymeric Augustin
2013-04-16Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
Thanks jim at hellolocals.com for the report.
2013-04-15Fixed #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-15Added a tip about --layer param of ogrinspect for databasesClaude Paroz
Refs #20260.
2013-04-15Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
Thanks to feraudyh at yahoo.com for the report.
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste 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-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-04-12Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
Thanks gsavix for the suggestion and patch.
2013-04-12Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
Thanks burton449geo at gmail.com for the report.
2013-04-12Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
Also cleaned up label escaping and consolidated the test suite regarding label_tag.
2013-04-12Documented BoundField.label_tagClaude Paroz
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11remove confusing phrase from DecimalField docsAndrew 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-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion.
2013-04-10Turned the triage attributes to actual sections so they can be more easily ↵Julien Phalip
linked to in the documentation.
2013-04-09Added some further guidance to "accepted" triage stagePreston 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-08Removed references to the DDN triage state.Aymeric Augustin
Rephrased "How can I help with triaging?" a bit to reflect the current practice.
2013-04-05Added release note about percent literals in cursor.executeClaude Paroz
Thanks Aymeric Augustin for noticing the omission and Tim Graham for the text review. Fixes #9055 (again).
2013-04-05Removed 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-04Removed 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-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-04-02Added a dedication to Malcolm to release notes.Ramiro Morales
2013-04-02Fixed #19748 - Documented django.utils.module_loading.import_by_pathTim Graham
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-31Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
Thanks rshea for the draft text.
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
Thanks Russ for the suggestion.
2013-03-30Fixed some markup in formtools docs.Tim Graham
2013-03-30Fixes #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-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30Merge pull request #963 from richardcornish/masterTim Graham
Updated bios of committers