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
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-31
[1.7.x] Fixed typo in docstring.
Tim Graham
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-10
Allowed a message to be passed to assertQuerysetEqual to make it consistent w...
Chris Bailey
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-23
Refactored INSTALLED_APPS overrides.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
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
[next]