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
path:
root
/
django
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #24440 -- Added padding to debug view stacktrace lines.
andy matthews
2015-03-23
1
-2
/
+2
*
Removed spaces after 'function' in jsi18n
Moritz Sichert
2015-03-20
1
-10
/
+10
*
Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...
Moritz Sichert
2015-03-20
1
-75
/
+75
*
Cleaned up the template debug implementation.
Preston Timmons
2015-03-20
1
-48
/
+1
*
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-14
1
-3
/
+52
*
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-03-13
1
-0
/
+4
*
Fixed #24455 -- Fixed crash in debug view with lazy objects
Bas Peschier
2015-03-09
1
-1
/
+9
*
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-03-03
1
-4
/
+0
*
Fixed a few uses of Template that relied on a default engine.
Aymeric Augustin
2015-02-22
2
-6
/
+8
*
Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.
Aymeric Augustin
2015-02-22
1
-5
/
+5
*
Fixed a crash of the debug page.
Aymeric Augustin
2015-02-10
1
-3
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
15
-37
/
+56
*
Caught all exceptions raised by Engine.get_default().
Aymeric Augustin
2015-02-05
1
-2
/
+5
*
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
1
-1
/
+1
*
Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...
Tim Graham
2015-02-03
1
-1
/
+1
*
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-02-03
1
-0
/
+2
*
Fixed #24220 - Allowed lazy objects for success_url
Tomáš Ehrlich
2015-01-26
1
-0
/
+4
*
Fixed #24221 - Used precompiled regexp for percent-placeholder matching.
Tomáš Ehrlich
2015-01-26
1
-2
/
+4
*
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-18
1
-29
/
+1
*
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2015-01-17
1
-0
/
+2
*
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Claude Paroz
2015-01-12
1
-2
/
+19
*
Made debug views not crash when there isn't a default template engine.
Aymeric Augustin
2015-01-12
1
-19
/
+34
*
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
1
-7
/
+8
*
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2015-01-05
1
-3
/
+2
*
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
1
-3
/
+3
*
Updated link to CSRF docs
Claude Paroz
2014-12-25
1
-2
/
+2
*
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-12-25
1
-2
/
+4
*
Fixed #22461 -- Added if-unmodified-since support to the condition decorator.
Thomas Tanner
2014-12-24
1
-29
/
+35
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-1
/
+1
*
Corrected deprecation warnings for RedirectView; refs #21587.
Berker Peksag
2014-11-28
1
-1
/
+14
*
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-11-25
1
-2
/
+16
*
Removed direct references to template-related settings.
Aymeric Augustin
2014-11-23
1
-3
/
+5
*
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-23
1
-2
/
+3
*
Fix another flake8 warning.
Carl Meyer
2014-11-22
1
-2
/
+2
*
Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...
Berker Peksag
2014-11-21
1
-0
/
+4
*
Simplified caching of the default exception reporter filter.
Aymeric Augustin
2014-11-19
1
-11
/
+8
*
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-16
1
-6
/
+8
*
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
2014-10-30
1
-6
/
+32
*
Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.
Anton Novosyolov
2014-10-21
1
-1
/
+1
*
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-10-02
1
-2
/
+3
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
4
-25
/
+67
*
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-08-15
2
-6
/
+24
*
Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.
Walter Doekes
2014-08-13
1
-1
/
+11
*
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-08-12
1
-1
/
+3
*
Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-07-26
1
-1
/
+15
*
Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.
Julia Matsieva
2014-06-30
1
-1
/
+26
*
Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...
Anubhav Joshi
2014-06-24
1
-7
/
+7
*
Prevented markup escape in 'Welcome to Django' page
Claude Paroz
2014-06-12
1
-2
/
+2
*
Fixed #22635 -- Made "It worked!" page localizable.
Markus Amalthea Magnuson
2014-05-19
1
-8
/
+17
*
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-26
2
-2
/
+2
[next]