summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05Ensured that the javascript_catalog view doesn't leak translations.Florian Apolloner
2013-05-05Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b.Florian Apolloner
2013-05-04One more changed import location of wrapsClaude Paroz
2013-05-04Fixed #18351 -- Added X-Robots-Tag header to sitemapsClaude Paroz
2013-05-04Systematically imported wraps from functoolsClaude Paroz
2013-05-04Used ngettext in a formsets error messageClaude Paroz
2013-05-03Added clarification to the docs, pointing out that unique_for_date only consi...Aaron Cannon
2013-05-03Added myself to the committers list.Daniel Lindsley
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-05-01Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTSMichael Manfre
2013-05-01Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.Florian Apolloner
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-30Merge pull request #1034 from infraredgirl/masterPreston Holmes
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-28Tested that get_or_create raises IntegrityError.Aymeric Augustin
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
2013-04-28Pointed to the docs version switcher in tutorial 1.Aymeric Augustin
2013-04-28Fixed #18336 -- Doubled request_queue_size.Aymeric Augustin
2013-04-26Fixed #20321 -- Added missing key name in MergeDict KeyError messageClaude Paroz
2013-04-25Converted a list comprehension into a generator expression in query_utils.pyAdrian Holovaty
2013-04-25Negligible formatting fixes in query_utils.pyAdrian Holovaty
2013-04-25Removed an errant ipdb import from commit 9777442Adrian Holovaty
2013-04-25Updated Transifex links to the Django projectClaude Paroz
2013-04-24Merge pull request #1029 from carmi/patch-1Simon Charette
2013-04-24Fix CharField typo in legacy-databases.txt docsEvan Carmi
2013-04-24Fixed documentation of disable_constraint_checkingMichael Manfre
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-23Clearer explanation when exception has no messageMarti Raudsepp
2013-04-22Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
2013-04-22Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-04-22Merge pull request #1024 from jktravis/masterPreston Holmes
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-19Fix != operations on lazy objects.Alex Gaynor
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
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