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
/
utils.py
Age
Commit message (
Expand
)
Author
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-03-18
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
Bas Peschier
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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
2014-12-30
Added ignore_warnings decorator
Claude Paroz
2014-12-22
Fixed #23792 -- Added test.utils.freeze_time() context manager.
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-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-16
Removed override_template_loaders and override_with_test_loader.
Aymeric Augustin
2014-11-16
Moved all template loaders under django.template.loaders.
Aymeric Augustin
2014-11-16
Fixed regression in 4dc4d12e. Refs #21598.
Aymeric Augustin
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-08-28
Factorize some code using ContextDecorator.
Thomas Chaumeny
2014-07-26
Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify the...
areski
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-05-22
Fixed #21598 -- cleaned up template loader overrides in tests
Unai Zalakain
2014-03-22
Advanced deprecation warnings for 1.8.
Aymeric Augustin
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-01-27
Removed TransRealMixin.
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-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
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-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-09
Fixed #21383 -- Added request details in SuspiciousOperation messages
Claude Paroz
2013-11-04
Merge pull request #1821 from Bouke/tickets/14170
Aymeric Augustin
2013-11-03
Fixed #14170 -- Reset i18n cache when settings change
Bouke Haarsma
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Ramiro Morales
2013-10-15
Fixed #21263 -- Fixed issue with override_settings in inherited classes
Claude Paroz
2013-10-01
Factorized requires_tz_support decorator in test utils
Claude Paroz
2013-07-12
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
Joeri Bekker
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-06-28
Removed warnings level handling code as per deprecation TL.
Ramiro Morales
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-01
Fixed #20404 -- Added a keys() method to ContextList.
Chris Wilson
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-18
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
[next]