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
/
tests
/
test_client_regress
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.9.x] Removed an unused import.
Tim Graham
2015-12-28
1
-1
/
+0
*
[1.9.x] Refs #25969 -- Replaced usage of render_to_response() with render() i...
Tim Graham
2015-12-23
2
-8
/
+10
*
[1.9.x] Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-11-03
1
-2
/
+2
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-9
/
+49
*
Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...
Jay Cox
2015-07-31
1
-1
/
+1
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-4
/
+4
*
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-25
3
-1
/
+16
*
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
1
-18
/
+20
*
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
1
-14
/
+19
*
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-03-05
2
-68
/
+31
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
4
-12
/
+11
*
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
1
-6
/
+6
*
Removed an unused import and a flake8 exclude that caused it to be missed.
Tim Graham
2015-01-18
1
-1
/
+1
*
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-18
2
-31
/
+31
*
Removed request.REQUEST per deprecation timeline; refs #18659.
Tim Graham
2015-01-17
2
-21
/
+0
*
Accounted for multiple template engines in template responses.
Aymeric Augustin
2015-01-12
1
-3
/
+5
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
2
-25
/
+23
*
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
1
-3
/
+9
*
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
1
-7
/
+5
*
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
1
-8
/
+12
*
Corrected deprecation warnings for RedirectView; refs #21587.
Berker Peksag
2014-11-28
1
-12
/
+12
*
Fixed #23682 -- Enhanced circular redirects detection in tests.
wrwrwr
2014-11-25
3
-3
/
+20
*
Simplified caching of template context processors.
Aymeric Augustin
2014-11-19
2
-5
/
+5
*
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-16
1
-10
/
+3
*
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-11-03
1
-2
/
+2
*
Fixed #21740 -- Allowed test client data to be an empty string
Claude Paroz
2014-10-21
1
-0
/
+10
*
Fixed flake8 warnings.
Tim Graham
2014-09-29
1
-1
/
+1
*
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-29
1
-2
/
+2
*
Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.
Xavier Fernandez
2014-06-13
2
-0
/
+39
*
Fixed #21357 -- Fixed test client session initialization.
Preston Timmons
2014-05-22
1
-0
/
+8
*
Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-04-28
1
-44
/
+0
*
Fixed #22369 -- Added count parameter to assertTemplateUsed
Jacob R. Rothenbuhler
2014-04-14
3
-0
/
+42
*
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-06
1
-28
/
+28
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
1
-32
/
+32
*
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-14
3
-131
/
+166
*
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
1
-2
/
+2
*
Fixed #15179 -- middlewares not applied for test client login()
Unai Zalakain
2013-11-19
1
-0
/
+44
*
Fixed #13725 -- take url scheme into account in assertRedirects
Unai Zalakain
2013-11-07
1
-0
/
+19
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-3
/
+3
*
Fixing E302 Errors
Jason Myers
2013-11-02
3
-6
/
+41
*
Fix all violators of E231
Alex Gaynor
2013-10-26
3
-23
/
+23
*
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
1
-0
/
+2
*
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-21
1
-4
/
+4
*
Removed unused local variables in tests.
Tim Graham
2013-10-19
2
-3
/
+3
*
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-10-17
1
-6
/
+14
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-39
/
+39
*
Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...
Bojan Mihelac
2013-08-09
3
-1
/
+21
*
Removed most of absolute_import imports
Claude Paroz
2013-07-29
1
-2
/
+0
*
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-06-04
2
-0
/
+85
*
Fixed #20404 -- Added a keys() method to ContextList.
Chris Wilson
2013-06-01
1
-2
/
+16
[next]