summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-03-06Update link to django-mssql projectMichael Manfre
2013-03-06Fixed #19994 -- Typo.Aymeric Augustin
2013-03-03Removed mentions of regressiontests.Ramiro Morales
2013-03-03Release notes blurb for 804366327d728d23a9f7a25ff77a6eed3c9f9323.Ramiro Morales
2013-03-03Fix Typo explicitly. Fixes #19971Tobias Carlander
2013-03-03Removed unnecessary imports.Aymeric Augustin
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-02Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...Tim Graham
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-03-01Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-02-28Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-28Fixed #19937 - Typo in class-based views intro.Tim Graham
2013-02-281.5 is no longer "UNDER DEVELOPMENT".Florian Apolloner
2013-02-28Added a Trac-related item to the release checklist.Aymeric Augustin
2013-02-27Merge pull request #858 from intgr/py3kdoc-fixTim Graham
2013-02-27Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-27Refactored database exceptions wrapping.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-27Fixed #16807 - Added a class-based views intro.Tim Graham
2013-02-26Added a note about creating new doc versions; update stable doc version befor...Carl Meyer
2013-02-26[py3] str.decode does not exist; str.encode was intendedMarti Raudsepp
2013-02-26Added note about updating default docs version in howto-release doc.Carl Meyer
2013-02-26Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-26Updated docs to reflect new tests layout.Florian Apolloner
2013-02-25Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-25Updated the release process docs to reflect the current practices.Aymeric Augustin
2013-02-25Fixed #19801 - Added brackets to input_formats.Tim Graham
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-25Minor edits to some recently-added admin docs.Carl Meyer
2013-02-24Added missing versionadded for sqldropindexes command docsClaude Paroz
2013-02-24Merge pull request #835 from vdboor/docfixTim Graham
2013-02-24Merge pull request #834 from vdboor/issue_19906_list_classesAymeric Augustin
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-24Fix documentation :mod: role in Syndication feed text.Diederik van der Boor
2013-02-24Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-24Fixed creation of html docs on python 3.Florian Apolloner
2013-02-24Added a note about Feed.get_context_data to the 1.6 release notes.Jacob Kaplan-Moss
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
2013-02-24Merge pull request #819 from erikr/masterAymeric Augustin
2013-02-24Fixed #16302 -- Ensure contrib.comments is IPv6 capableErik Romijn
2013-02-24Fixed minor rst formatting glitch.Aymeric Augustin
2013-02-24Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOLBas Peschier
2013-02-24Merge pull request #817 from rybaktomasz/ticket_5568Honza Král
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
2013-02-24Merge pull request #815 from zerok/tickets/11971Aymeric Augustin
2013-02-24Added more details about the various serialization formats.Horst Gutmann