summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-20Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an e...Claude Paroz
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-03-19Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02.Simon Charette
2013-03-19Refs #18586 -- Split out long custom_columns lookup test into multiple tests.konarkmodi
2013-03-19Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-03-18Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.Aymeric Augustin
2013-03-18Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.Aymeric Augustin
2013-03-18Fixed #18447 -- Made LazyObject unwrap on dict access.Aymeric Augustin
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2013-03-17Removed debug codeAnssi Kääriäinen
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-15Fixed #17502 -- Made joining in inheritance cases consistentAnssi Kääriäinen
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-14Add a specific error message for URLValidatorClaude Paroz
2013-03-14Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFieldsClaude Paroz
2013-03-14Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen
2013-03-13Began implementing a shared set of test models to speed up tests.Florian Apolloner
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-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-13Fixed failing aggregation tests on MySQLAnssi Kääriäinen
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-12Fixed #20028 -- Made atomic usable on callable instances.Aymeric Augustin
2013-03-11Fixed tests that relied on MANAGERS not being empty.Aymeric Augustin
2013-03-11Remove a special case for comment tests from runtests.py.Jacob Kaplan-Moss
2013-03-11Adjusted query counts to account for new savepoints.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-11Improved the API of set_autocommit.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 an option to disable the creation of savepoints in atomic.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-11Deprecated transaction.is_managed().Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-11Enabled autocommit for PostgreSQL.Aymeric Augustin
2013-03-11Separated autocommit and isolation level handling for PostgreSQL.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-03-10Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.Aymeric Augustin
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-03-08Fixed a regression in forms changed_dataClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Merge pull request #850 from bmispelon/ticket-19916Aymeric Augustin