summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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 r...jktravis
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-20Removed unused imports.Juan Catalano
2013-04-20Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity.Juan Catalano
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
2013-04-18Fixed #20285 - Added missing commas in translation docs.Tim Graham
2013-04-18Fixed #20286 - Typo in static files docs.Tim Graham
2013-04-18Fixed #20282 -- Typo in WSGI docs.Aymeric Augustin
2013-04-16Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-04-15Added a tip about --layer param of ogrinspect for databasesClaude Paroz
2013-04-15Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
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
2013-04-12Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
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
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
2013-04-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-04-10Turned the triage attributes to actual sections so they can be more easily li...Julien Phalip
2013-04-09Added some further guidance to "accepted" triage stagePreston Holmes
2013-04-08Removed references to the DDN triage state.Aymeric Augustin
2013-04-05Added release note about percent literals in cursor.executeClaude Paroz
2013-04-05Removed a trailing space in the template name on line 174.Andrew Brown
2013-04-04Removed instructions about download_url from release process notes.Jacob Kaplan-Moss
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
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
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
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
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-29Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29Fixed #20160 -- Erronous reference to `module_name` in admin doc.Baptiste Mispelon