index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
/
testcases.py
Age
Commit message (
Expand
)
Author
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.
Dominic Rodger
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #21509 -- Removed dead exception catching code.
Krzysztof Jurewicz
2013-11-09
Removed useless comment. Refs #21172
Anssi Kääriäinen
2013-11-09
Merge pull request #1743 from unaizalakain/ticket_21172
Anssi Kääriäinen
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-11-07
Fixed #13725 -- take url scheme into account in assertRedirects
Unai Zalakain
2013-11-04
Fixed ticket #21172
Unai Zalakain
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-15
Fixed #21263 -- Fixed issue with override_settings in inherited classes
Claude Paroz
2013-09-28
Fixed #21162 -- Better emulation of staticfiles middleware.
Ramiro Morales
2013-09-22
Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-17
Final attempt to solve sporadic test failures.
Florian Apolloner
2013-09-11
Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...
Baptiste Mispelon
2013-09-10
Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...
Juan Catalano
2013-09-07
Moved two WSGI-specific functions to the WSGI handler.
Aymeric Augustin
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-05
Fixed #20918 -- Tidied up implementation of custom assertions
ersran9
2013-08-31
Made django.test.testcases not depend on staticfiles contrib app.
Ramiro Morales
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-19
Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class
Claude Paroz
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-09
Simplified testing connection type
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed warnings level handling code as per deprecation TL.
Ramiro Morales
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-05-27
Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...
Carl Meyer
2013-05-27
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Tim Graham
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-18
Fixed #20142 -- Added error handling for fixture setup
Filipa Andrade
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-12
Fixed #20237 (again) Allowed binary parameter to assertContains
Claude Paroz
2013-04-11
Fixed #20237 -- Reenabled assertContains with binary parameter
Claude Paroz
2013-03-30
Removed site cache clearing in TestCase._fixture_setup
Claude Paroz
2013-03-25
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...
Loic Bistuer
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-17
Fixed memory leak in tests
Anssi Kääriäinen
2013-03-11
Abused atomic for transaction handling in TestCase.
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
[prev]
[next]