summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-17Tidy up some of the transaction documentation.Marc Tamlyn
2013-05-17Fixed #20426 -- Added some extra info to the auth forms.Florian Apolloner
2013-05-16small typo, example pk=27 but description pk=24Stefan hr Berder
2013-05-15Improved the timezone middleware example slightly.Aymeric Augustin
2013-05-15Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
2013-05-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
2013-05-13Merge pull request #1053 from makto/patch-1Tim Graham
2013-05-13Fixed #20398 - Added language selection code to example in documentationTim Graham
2013-05-12Updated test failure example.Ramiro Morales
2013-05-11Update customizing.txtzhongqi
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-10Fixed #20385 -- Typo in files docs.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
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-05Found a mistake in SQL documentationChristopher Allen-Poole
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-22Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-19Explained the pattern for special methods compatibility.Aymeric Augustin
2013-04-18Fixed #20285 - Added missing commas in translation docs.Tim Graham
2013-04-16Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
2013-04-15Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
2013-04-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-03-31Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29Fixed #20159 -- Mispelled attribute in multi-db documentation example.Simon Charette
2013-03-26Fix a missing " character in the password documentationDonald Stufft
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-25Fixed docs reST warning.Ramiro Morales
2013-03-24Added release notes for 4b31a6a9.Aymeric Augustin
2013-03-23Fixed #20119 -- Fixed typo in auth docsClaude Paroz
2013-03-23Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz
2013-03-22Added missing markup to docs.Tim Graham
2013-03-22Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-20Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-17Minor docs fix for e11ccc76.Aymeric Augustin
2013-03-17Updated bundled version of six.Aymeric Augustin
2013-03-15Merge pull request #901 from giamfreeg/masterAymeric Augustin