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
Age
Commit message (
Expand
)
Author
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-10
Fixed #16534 -- Improved ability to customize DiscoverRunner
Tim Graham
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-07
Oops :(
Aymeric Augustin
2013-09-07
Fixed an encoding issue in the test client.
Aymeric Augustin
2013-09-07
Moved two WSGI-specific functions to the WSGI handler.
Aymeric Augustin
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
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-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-13
Fixed #20864 -- Made the test client use common method for performing requests.
Krzysztof Jurewicz
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-08-09
Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...
Bojan Mihelac
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-22
Merge branch 'master' into schema-alteration
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-13
Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...
Tim Graham
2013-07-12
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
Joeri Bekker
2013-07-11
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-07-09
Simplified testing connection type
Claude Paroz
2013-07-04
Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...
Tim Graham
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
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-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-24
Fixed #20636 -- Stopped stuffing values in the settings.
Aymeric Augustin
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-14
Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...
Marc Tamlyn
2013-06-14
Remove incorrect CONTENT_TYPE header from GET and HEAD requests
Tom Christie
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-04
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-06-01
Fixed #20404 -- Added a keys() method to ContextList.
Chris Wilson
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-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
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-18
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
[prev]
[next]