summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-03-13removed unused BLANK_CHOICE_NONEDaniele Procida
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-03-13Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().Baptiste Mispelon
2013-03-13Fixed an erroneous import in example code.Pablo Sanfilippo
2013-03-13Proof-read and adjusted the transactions docs.Aymeric Augustin
2013-03-13Improved recovery when the connection is closed in an atomic block.Aymeric Augustin
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-13Fixed failing aggregation tests on MySQLAnssi Kääriäinen
2013-03-13Fixed #20036 -- Improved GEOS version string parsingClaude Paroz
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2013-03-12Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen
2013-03-12Restricted a workaround for a bug in Python to the affected versions.Aymeric Augustin
2013-03-12Fixed #19965 - Added a warning that the tutorial is written for Python 2.Tim Graham
2013-03-12Fixed #20028 -- Made atomic usable on callable instances.Aymeric Augustin
2013-03-12Removed unused imports.Aymeric Augustin
2013-03-11Fixed broken link in binary fields doc.Ramiro Morales
2013-03-11Fixed tests that relied on MANAGERS not being empty.Aymeric Augustin
2013-03-11Fixed #20026 -- Typo in Apache auth docs.Aymeric Augustin
2013-03-11Fixed a refactoring error in ba5138b1.Aymeric Augustin
2013-03-11Fixed #20010 -- Make sure `last_executed_query` contains it's associated para...Simon Charette
2013-03-11Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.Aymeric Augustin
2013-03-11Merge branch 'deprecate-comments'Jacob Kaplan-Moss
2013-03-11Remove a special case for comment tests from runtests.py.Jacob Kaplan-Moss
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-03-11Avoided closing the database connection within a transaction.Aymeric Augustin
2013-03-11Adjusted query counts to account for new savepoints.Aymeric Augustin
2013-03-11Ported layermapping for autocommit.Aymeric Augustin
2013-03-11Switched the admin to use @transaction.atomic.Aymeric Augustin
2013-03-11Ran a test that closes the database connection outside of a transaction.Aymeric Augustin
2013-03-11Removed forced settings in runtestsClaude Paroz
2013-03-11Fixed loaddata command, broken in the previous merge.Aymeric Augustin
2013-03-11Merged branch 'database-level-autocommit'.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Abused atomic for transaction handling in TestCase.Aymeric Augustin
2013-03-11Used commit_on_success_unless_managed in loaddata.Aymeric Augustin
2013-03-11Used commit_on_success_unless_managed to make ORM operations atomic.Aymeric Augustin
2013-03-11Removed a test that no longer makes any sense.Aymeric Augustin
2013-03-11Updated a test that doesn't make sense with autocommit.Aymeric Augustin
2013-03-11Added a safety net for developers messing with autocommit.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-11Re-ordered functions by deprecation status.Aymeric Augustin
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-03-11Implemented atomic_if_autocommit.Aymeric Augustin
2013-03-11Made transaction management work even before the first SQL query.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