summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-05-20[1.5.x] Fixed typo in redirect view docsAlasdair Nicol
2013-05-19[1.5.x] Added some links in /docs/intro/overview.txtTim Graham
2013-05-19[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist i...Tim Graham
2013-05-18[1.5.x] Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
2013-05-18[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify ...Erik Romijn
2013-05-18[1.5.x] Fixed #20335 - Documented the {% language %} template tag.Tim Graham
2013-05-16[1.5.x] Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-15[1.5.x] Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
2013-05-14[1.5.x] Fixed a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-13[1.5.x] Fixed #20394 - Clarified argument of get_user in docszhongqi
2013-05-13[1.5.x] Fixed #20398 - Added language selection code to example in documentationTim Graham
2013-05-12[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model sig...Tim Graham
2013-05-11[1.5.X] Fixed #20249 - Removed a "feature" in the tutorial that doesn't actua...Tim Graham
2013-05-10[1.5.x] Fixed #20385 -- Typo in files docs.Aymeric Augustin
2013-05-10[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-06[1.5.x] Fixed #20177 - Corrected docs for django.test.utils.setup_test_enviro...Tim Graham
2013-05-06[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.Tim Graham
2013-05-06[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutor...Tim Graham
2013-05-04[1.5.x] Fixed #20309 -- admin.py is not automatically created in Django 1.5Claude Paroz
2013-04-25[1.5.x] Updated Transifex links to the Django projectClaude Paroz
2013-04-24[1.5.x] Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel
2013-04-24[1.5.x] Fixed the reusable apps docs to use a rst file extension for the READ...Jannis Leidel
2013-04-23[1.5.x] Fixed #20307 -- Word repeated in tutorial.Thomas Thurman
2013-04-22[1.5.x] Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
2013-04-18[1.5.x] Fixed #20285 - Added missing commas in translation docs.Tim Graham
2013-04-18[1.5.x] Fixed #20286 - Typo in static files docs.Tim Graham
2013-04-16[1.5.x] Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
2013-04-15[1.5.x] Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-04-15[1.5.x] Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
2013-04-12[1.5.x] Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
2013-04-12[1.5.x] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
2013-04-12[1.5.x] Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-04-12[1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.la...Baptiste Mispelon
2013-04-12[1.5.x] Documented BoundField.label_tagClaude Paroz
2013-04-11[1.5.x] Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11[1.5.x] Removed incorrect phrase from DecimalField docsAndrew Badr
2013-04-10[1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-03-31[1.5.x] Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31[1.5.x] Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-31[1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in th...Tim Graham
2013-03-30[1.5.X] Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-30[1.5.X] Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30[1.5.X] Updated bios of committersRichard Cornish
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
2013-03-30[1.5.X] Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-29[1.5.x] Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
2013-03-29[1.5.x] Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29[1.5.x] Removed ambiguity regarding LANGUAGES settingMaik Hoepfel