summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-03-29[1.5.x] Fixed spelling errorsGavin Wahl
2013-03-29[1.5.x] Improved FormView docs in class-based views index.Tim Graham
2013-03-28[1.5.x] Fixed #20146 -- Updated removed_tags exampleferhat elmas
2013-03-28Bump version numbers for 1.5.1.1.5.1Jacob Kaplan-Moss
2013-03-28[1.5.x] Added 1.5.1 release notes.Jacob Kaplan-Moss
2013-03-26Document password truncation with BCryptPasswordHasherDonald Stufft
2013-03-24[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.Yohan Boniface
2013-03-23[1.5.x] Fixed #20119 -- Fixed typo in auth docsClaude Paroz
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-03-22[1.5.x] Fixed docs template name typoTom V
2013-03-22[1.5.x] Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham
2013-03-20[1.5.x] Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
2013-03-18[1.5.x] Fixed #20051 -- Specified where to define `TEMPLATE_DIRS`.Matthew Wood
2013-03-17[1.5.x] Minor docs fix for e11ccc76.Aymeric Augustin
2013-03-17[1.5.x] Updated bundled version of six.Aymeric Augustin
2013-03-12[1.5.x] Fixed #19965 - Added a warning that the tutorial is written for Pytho...Tim Graham
2013-03-10[1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz
2013-03-02[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and...Tim Graham
2013-03-01[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-02-28[1.5.x] Fixed #19937 - Typo in class-based views intro.Tim Graham
2013-02-27[1.5.x] [py3] str.decode does not exist; str.encode was intendedMarti Raudsepp
2013-02-27[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-27[1.5.x] Fixed #16807 - Added a class-based views intro.Tim Graham
2013-02-26[1.5.x] Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-26[1.5.x] Add release date to 1.5 release notes.James Bennett
2013-02-26[1.5.x] Bump version numbers for Django 1.5 release.James Bennett
2013-02-25[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin