index
:
django.git
fix-31295
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
2014-10-21
[1.7.x] Fixed #21740 -- Allowed test client data to be an empty string
Claude Paroz
2014-09-24
[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.
Tim Graham
2014-06-16
[1.7.x] Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.
Xavier Fernandez
2014-06-09
[1.7.x] Fixed flake8 errors.
Tim Graham
2014-06-08
[1.7.x] Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-04-28
[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-22
[1.7.x] Fixed #22478 -- Regression in test label discovery.
Preston Timmons
2014-04-12
[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...
Claude Paroz
2014-03-31
[1.7.x] Fixed typo in docstring.
Tim Graham
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-13
Fixed a typo (I guess).
Florian Apolloner
2014-02-10
Allowed a message to be passed to assertQuerysetEqual to make it consistent w...
Chris Bailey
2014-02-07
Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.
Chris Wilson
2014-01-27
Removed TransRealMixin.
Aymeric Augustin
2014-01-27
Minor cleanup.
Aymeric Augustin
2014-01-26
Fixed some missing/extraneous new line warnings.
Simon Charette
2014-01-25
Moved sys.path-extending decorator to django.test.utils and used throughout t...
Carl Meyer
2014-01-21
Refs #21831 -- Softened the TestClient dependency on contrib.auth.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-16
Fixed #21740 -- Stopped using mutable default arguments in test client
Claude Paroz
2014-01-09
Fixed #12571 -- Attached originating WSGIRequest to test client responses.
Unai Zalakain
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2014-01-01
Wiped get_commands() cache when INSTALLED_APPS changes.
Aymeric Augustin
2014-01-01
Fixed #21206 -- Fixed test discovery without labels
Preston Timmons
2013-12-29
Cleared global templatetags module cache.
Florian Apolloner
2013-12-27
Properly app_template_dirs when INSTALLED_APPS change.
Florian Apolloner
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-26
Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...
Preston Timmons
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Fixed override_settings when set_available_apps raises an exception.
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-22
Complained on override_settings(INSTALLED_APPS=...).
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-12-20
Set stacklevel for the override_settings warning.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Refactored old test runner to handle apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Deprecated get_apps().
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-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-26
Fixed #21448 -- Fixed test client logout with cookie-based sessions
Claude Paroz
[next]