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
Age
Commit message (
Expand
)
Author
2014-12-31
Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().
Berker Peksag
2014-12-31
Renamed variables to avoid name collision with import of django.db.models.
Russell Keith-Magee
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
Added ignore_warnings decorator
Claude Paroz
2014-12-30
Removed db.backends methods which only call super().
Tim Graham
2014-12-30
Revert "Updated some docs for the delayed deprecation of legacy table creatio...
Tim Graham
2014-12-30
Fixed #23450 -- Fixed transient failure of requests...test_far_expiration.
Tim Graham
2014-12-30
Removed unused import.
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-30
Added test for an intermediate swappable model change in migration state.
Markus Holtermann
2014-12-30
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-29
Fixed breakage by 6fb9dee4 under Python2+Windows.
Ramiro Morales
2014-12-29
Removed release note for refs #23938 as it couldn't be backported to 1.7.
Tim Graham
2014-12-29
Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...
Markus Holtermann
2014-12-29
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-29
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-29
Converted middleware tests to use RequestFactory.
Berker Peksag
2014-12-29
Fixed #23271 -- Don't corrupt PO files on Windows when updating them.
Ramiro Morales
2014-12-29
Fixed a vesionadded directive.
Florian Apolloner
2014-12-29
Fixed #23753 -- Oracle failure with Coalesce
Josh Smeaton
2014-12-28
Explained the structure of django.template.
Aymeric Augustin
2014-12-28
Raised a warning when using the legacy TEMPLATE_* settings.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_STRING_IF_INVALID.
Aymeric Augustin
2014-12-28
Deprecated ALLOWED_INCLUDE_ROOTS.
Aymeric Augustin
2014-12-28
Raised an error when allowed_include_roots is a string.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Preserved context class in inclusion_tag.
Aymeric Augustin
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
Simplified implementation of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-28
Added a comment about the last use of Engine.get_default().
Aymeric Augustin
2014-12-28
Added tests for django.template.loader.
Aymeric Augustin
2014-12-28
Supported multiple template engines in render_to_string.
Aymeric Augustin
2014-12-28
Removed extraneous arguments in Engine.from_string.
Aymeric Augustin
2014-12-28
Removed private API get_template_from_string.
Aymeric Augustin
2014-12-28
Removed private API find_template.
Aymeric Augustin
2014-12-28
Supported multiple template engines in get_template and select_template.
Aymeric Augustin
2014-12-28
Looked up the default template engine in the list of all engines.
Aymeric Augustin
2014-12-28
Isolated template tests from Django settings.
Aymeric Augustin
2014-12-28
Passed a reference to the current engine when instantiating Template.
Aymeric Augustin
2014-12-28
Removed some uses of global APIs from django.template.loader.
Aymeric Augustin
2014-12-28
Added basic tests for template backends.
Aymeric Augustin
2014-12-28
Added Django template backend.
Aymeric Augustin
2014-12-28
Added jinja2 template backend.
Aymeric Augustin
2014-12-28
Added dummy template backend.
Aymeric Augustin
2014-12-28
Added initial support for loading template engines.
Aymeric Augustin
2014-12-28
Imported BaseEngine from the DEP.
Aymeric Augustin
[prev]
[next]