summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-05-18Fixed #20444 -- Cookie-based sessions does not include a remote code executio...Erik Romijn
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHELClaude Paroz
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
2013-05-18Fixed #20408 -- Clarified that values_list() doesn't return a list.Aymeric Augustin
2013-05-18Fixed #20294 -- Documented context processors in TemplateResponseMixin.Zbigniew Siciarz
2013-05-18Reorganize committers list chronologically.Aymeric Augustin
2013-05-17Finally add myself to the committers listDonald Stufft
2013-05-17Tidy up some of the transaction documentation.Marc Tamlyn
2013-05-17Fix up company link.Marc Tamlyn
2013-05-17Added myself to committers.Marc Tamlyn
2013-05-17Fixed #20426 -- Added some extra info to the auth forms.Florian Apolloner
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Removed "specialists".Jacob Kaplan-Moss
2013-05-16Updated my bio.Jacob Kaplan-Moss
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-16Merge pull request #1073 from mjtamlyn/import_by_path-docs-fixTim Graham
2013-05-16Make the example usage of import_by_path less confusing.Marc Tamlyn
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-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-14Merge pull request #1062 from dstufft/switch-bcrypt-recommendationsDonald Stufft
2013-05-14Merge pull request #1039 from cannona/masterTim Graham
2013-05-14Fixing a minor spelling mistake in the queryset documentationWilfred Hughes
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-12Merge pull request #1058 from svisser/ticket_20397Tim Graham
2013-05-12Updated test failure example.Ramiro Morales
2013-05-12Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-05-11Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham
2013-05-11Update customizing.txtzhongqi
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-10Updated my bio.Jannis Leidel
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-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
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