summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-13Fixed #20032 -- Documented how to simulate the absence of a settingClaude Paroz
2013-03-13Fixed an erroneous import in example code.Pablo Sanfilippo
2013-03-13Proof-read and adjusted the transactions docs.Aymeric Augustin
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Used commit_on_success_unless_managed to make ORM operations atomic.Aymeric Augustin
2013-03-11Added an option to disable the creation of savepoints in atomic.Aymeric Augustin
2013-03-11Added a note about long-running processes.Aymeric Augustin
2013-03-11Added an explanation of transactions and grouped low-level APIs.Aymeric Augustin
2013-03-11Updated the documentation for savepoints.Aymeric Augustin
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Implemented an 'atomic' decorator and context manager.Aymeric Augustin
2013-03-11Added support for savepoints in SQLite.Aymeric Augustin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-06Update link to django-mssql projectMichael Manfre
2013-03-03Fix Typo explicitly. Fixes #19971Tobias Carlander
2013-03-03Removed unnecessary imports.Aymeric Augustin
2013-03-02Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...Tim Graham