| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-11 | [1.7.x] Fixed #22653 -- Added some database feature flags to tests. | Tim Graham | |
| Thanks Rahul Priyadarshi. Backport of 99f5ea9cc8 from master | |||
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-12-06 | Added missing deconstruct() methods. | Baptiste Mispelon | |
| 2013-11-02 | Fixing E302 Errors | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-10-26 | Fixed all the E203 violations | Alex Gaynor | |
| 2013-10-26 | Fix all violators of E231 | Alex Gaynor | |
| 2013-10-21 | Removed some direct settings manipulations in tests; refs #21230. | Bouke Haarsma | |
| 2013-10-19 | Removed unused local variables in tests. | Tim Graham | |
| 2013-10-17 | Fixed #21285 -- Fixed E121,E122 pep8 warnings | Alasdair Nicol | |
| 2013-09-09 | Fixed #19885 -- cleaned up the django.test namespace | Kevin Christopher Henry | |
| * override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion. | |||
| 2013-09-06 | Fixed deprecation warning on Python 3 | Tim Graham | |
| 2013-09-06 | Cleanup commit after peer review. | Roberto Aguilar | |
| 2013-09-06 | Updated NoYamlSerializerTestCase to run with yaml. | Roberto Aguilar | |
| In order to verify the behavior of using the yaml serializer when yaml is on the system, fake the ImportError when the serializer is being registered. | |||
| 2013-09-06 | Added tests for missing pyyaml. | Roberto Aguilar | |
| This test makes sure an YAML import errors are communicated to the caller rather than stating the serializer does not exist. | |||
| 2013-09-03 | Fixed "indentation is not a multiple of four" pep8 issues. | Tim Graham | |
| 2013-09-01 | Change test added in 3e34005b1b to be more stable. | Ramiro Morales | |
| It could fail when actual serialization JSON field ordering was different from the hard-coded one. Refs #13182. | |||
| 2013-08-31 | Properly skipped yaml tests when not installed | Claude Paroz | |
| 2013-08-31 | Fixed #13182 -- Prevented trailing spaces in indented json output | Claude Paroz | |
| Thanks Stéphane Raimbault for the report and the initial patch. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-06-10 | Defined available_apps in relevant tests. | Aymeric Augustin | |
| Fixed #20483. | |||
| 2013-03-11 | Made transaction.managed a no-op and deprecated it. | Aymeric Augustin | |
| enter_transaction_management() was nearly always followed by managed(). In three places it wasn't, but they will all be refactored eventually. The "forced" keyword argument avoids introducing behavior changes until then. This is mostly backwards-compatible, except, of course, for managed itself. There's a minor difference in _enter_transaction_management: the top self.transaction_state now contains the new 'managed' state rather than the previous one. Django doesn't access self.transaction_state in _enter_transaction_management. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
