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
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-12
Refs #24965 -- Added changes from accidentally reverted file for last commit.
Moritz Sichert
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-20
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
Simon Charette
2015-05-18
Added backwards compatibility for assertRaisesMessage callable_obj param.
Tim Graham
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-16
Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warn...
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
Bas Peschier
2015-02-28
Simplified emit_post_migrate from flush command
Claude Paroz
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Removed old import aliases.
Tim Graham
2015-02-05
Called parent in SimpleTestCase.setUpClass/tearDownClass.
Aymeric Augustin
2015-02-04
Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...
mlavin
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-18
Removed test.utils.TestTemplateLoader per deprecation timeline.
Tim Graham
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2015-01-03
Removed extraneous super call in LiveServerTestCase
Claude Paroz
2014-12-30
Added ignore_warnings decorator
Claude Paroz
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-28
Added initial support for loading template engines.
Aymeric Augustin
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-12-22
Fixed #23792 -- Added test.utils.freeze_time() context manager.
Thomas Chaumeny
2014-12-14
Fixed #23992 -- Optimized reorder_suite functions using OrderedSet
Thomas Chaumeny
2014-12-12
Refs #20392 -- Load fixtures once within TestCase
Thomas Chaumeny
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-06
Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...
Diego GuimarĂ£es
2014-12-06
Updated obsolete comment.
Aymeric Augustin
2014-12-04
Fixed #23911 -- Added support for buffer file uploads in the test client
Thomas Tanner
2014-12-03
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-12-01
Fixed #23289 -- Added mock as a test dependency.
Tim Graham
2014-12-01
Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...
wrwrwr
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-25
Fixed #23682 -- Enhanced circular redirects detection in tests.
wrwrwr
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-11-23
Encapsulated TEMPLATE_DEBUG in Engine.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
Aymeric Augustin
2014-11-23
Removed dependency of template loaders on Django settings.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-23
Introduced a template engine class.
Aymeric Augustin
2014-11-19
Simplified caching of template context processors.
Aymeric Augustin
[next]