index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ignore_warnings decorator
Claude Paroz
2014-12-30
3
-38
/
+55
*
Removed db.backends methods which only call super().
Tim Graham
2014-12-30
3
-8
/
+0
*
Revert "Updated some docs for the delayed deprecation of legacy table creatio...
Tim Graham
2014-12-30
2
-7
/
+6
*
Fixed #23450 -- Fixed transient failure of requests...test_far_expiration.
Tim Graham
2014-12-30
1
-1
/
+5
*
Removed unused import.
Tim Graham
2014-12-30
1
-1
/
+0
*
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-30
6
-10
/
+62
*
Added test for an intermediate swappable model change in migration state.
Markus Holtermann
2014-12-30
1
-0
/
+19
*
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-30
3
-23
/
+26
*
Fixed breakage by 6fb9dee4 under Python2+Windows.
Ramiro Morales
2014-12-29
1
-10
/
+5
*
Removed release note for refs #23938 as it couldn't be backported to 1.7.
Tim Graham
2014-12-29
1
-3
/
+0
*
Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...
Markus Holtermann
2014-12-29
3
-80
/
+123
*
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-29
2
-0
/
+3
*
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-29
4
-1
/
+27
*
Converted middleware tests to use RequestFactory.
Berker Peksag
2014-12-29
1
-54
/
+33
*
Fixed #23271 -- Don't corrupt PO files on Windows when updating them.
Ramiro Morales
2014-12-29
4
-10
/
+62
*
Fixed a vesionadded directive.
Florian Apolloner
2014-12-29
1
-1
/
+1
*
Fixed #23753 -- Oracle failure with Coalesce
Josh Smeaton
2014-12-29
2
-0
/
+24
*
Explained the structure of django.template.
Aymeric Augustin
2014-12-28
1
-0
/
+41
*
Raised a warning when using the legacy TEMPLATE_* settings.
Aymeric Augustin
2014-12-28
2
-11
/
+28
*
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
19
-90
/
+144
*
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
22
-95
/
+183
*
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
21
-229
/
+318
*
Deprecated TEMPLATE_STRING_IF_INVALID.
Aymeric Augustin
2014-12-28
9
-33
/
+44
*
Deprecated ALLOWED_INCLUDE_ROOTS.
Aymeric Augustin
2014-12-28
6
-18
/
+26
*
Raised an error when allowed_include_roots is a string.
Aymeric Augustin
2014-12-28
1
-1
/
+5
*
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
18
-56
/
+197
*
Preserved context class in inclusion_tag.
Aymeric Augustin
2014-12-28
1
-8
/
+2
*
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
12
-91
/
+136
*
Simplified implementation of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
2
-21
/
+24
*
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-28
20
-134
/
+152
*
Added a comment about the last use of Engine.get_default().
Aymeric Augustin
2014-12-28
1
-0
/
+4
*
Added tests for django.template.loader.
Aymeric Augustin
2014-12-28
5
-0
/
+107
*
Supported multiple template engines in render_to_string.
Aymeric Augustin
2014-12-28
7
-27
/
+146
*
Removed extraneous arguments in Engine.from_string.
Aymeric Augustin
2014-12-28
3
-7
/
+7
*
Removed private API get_template_from_string.
Aymeric Augustin
2014-12-28
2
-6
/
+3
*
Removed private API find_template.
Aymeric Augustin
2014-12-28
3
-9
/
+8
*
Supported multiple template engines in get_template and select_template.
Aymeric Augustin
2014-12-28
4
-16
/
+82
*
Looked up the default template engine in the list of all engines.
Aymeric Augustin
2014-12-28
2
-19
/
+40
*
Isolated template tests from Django settings.
Aymeric Augustin
2014-12-28
85
-1080
/
+1069
*
Passed a reference to the current engine when instantiating Template.
Aymeric Augustin
2014-12-28
2
-2
/
+2
*
Removed some uses of global APIs from django.template.loader.
Aymeric Augustin
2014-12-28
4
-10
/
+6
*
Added basic tests for template backends.
Aymeric Augustin
2014-12-28
12
-0
/
+113
*
Added Django template backend.
Aymeric Augustin
2014-12-28
5
-0
/
+53
*
Added jinja2 template backend.
Aymeric Augustin
2014-12-28
1
-0
/
+58
*
Added dummy template backend.
Aymeric Augustin
2014-12-28
2
-0
/
+66
*
Added initial support for loading template engines.
Aymeric Augustin
2014-12-28
6
-2
/
+230
*
Imported BaseEngine from the DEP.
Aymeric Augustin
2014-12-28
2
-0
/
+80
*
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-28
11
-100
/
+99
*
Renamed get_template_from_string to from_string.
Aymeric Augustin
2014-12-28
2
-9
/
+9
*
Simplified handling of a default value.
Aymeric Augustin
2014-12-28
1
-3
/
+1
[next]