summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-05-07Fixed Sphinx error in tutorial 1.Carl Meyer
2013-05-07Fixed inconsistent punctuation in tutorial 5.Carl Meyer
2013-05-07Python 2.5 is not relevant to master.Carl Meyer
2013-05-07Remove outdated ForeignKey manager documentation.Mike Fogel
2013-05-06Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham
2013-05-06Fixed #20274 - Added some clarifying section headings in the test docs.Tim Graham
2013-05-06Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.Tim Graham
2013-05-05Found a mistake in SQL documentationChristopher Allen-Poole
2013-05-03Added myself to the committers list.Daniel Lindsley
2013-05-01Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTSMichael Manfre
2013-05-01Fixed #19252 -- Added support for wheel packages.Florian Apolloner
2013-04-30Fixed #20336 -- Removed obsolete paragraph from the docs.Aymeric Augustin
2013-04-30Fix two typos in database transactions docsAna Krivokapic
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-29Corrected "it's" to "its" when used possessively.Thomas Thurman
2013-04-28Pointed to the docs version switcher in tutorial 1.Aymeric Augustin
2013-04-25Updated Transifex links to the Django projectClaude Paroz
2013-04-24Fix CharField typo in legacy-databases.txt docsEvan Carmi
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 f...Jannis Leidel
2013-04-23Fixed #20307 -- Word repeated in tutorial.Thomas Thurman
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