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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.6.x] Fixed 9244447c -- incomplete backport.
Aymeric Augustin
2013-09-07
1
-3
/
+15
*
[1.6.x] Fixed an encoding issue in the test client.
Aymeric Augustin
2013-09-07
1
-1
/
+8
*
[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...
Tim Graham
2013-07-13
1
-2
/
+3
*
[1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...
Tim Graham
2013-07-04
1
-1
/
+2
*
Fixed #20636 -- Stopped stuffing values in the settings.
Aymeric Augustin
2013-06-24
1
-9
/
+13
*
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-21
1
-1
/
+2
*
Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...
Marc Tamlyn
2013-06-14
1
-2
/
+0
|
\
|
*
Remove incorrect CONTENT_TYPE header from GET and HEAD requests
Tom Christie
2013-06-14
1
-2
/
+0
*
|
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-12
1
-12
/
+23
*
|
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
1
-14
/
+30
*
|
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-06-04
1
-6
/
+12
*
|
Fixed #20404 -- Added a keys() method to ContextList.
Chris Wilson
2013-06-01
1
-0
/
+10
*
|
Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...
Carl Meyer
2013-05-27
2
-79
/
+70
*
|
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Tim Graham
2013-05-27
1
-0
/
+77
*
|
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
1
-0
/
+20
|
/
*
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-18
1
-256
/
+259
*
Fixed #20142 -- Added error handling for fixture setup
Filipa Andrade
2013-05-18
1
-7
/
+11
*
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
2013-05-18
1
-0
/
+21
*
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-10
4
-200
/
+321
*
Systematically imported wraps from functools
Claude Paroz
2013-05-04
1
-1
/
+1
*
Modified test_utils to work with unittest2 discovery.
Preston Timmons
2013-04-12
1
-9
/
+10
*
Fixed #20237 (again) Allowed binary parameter to assertContains
Claude Paroz
2013-04-12
1
-4
/
+10
*
Fixed #20237 -- Reenabled assertContains with binary parameter
Claude Paroz
2013-04-11
1
-4
/
+9
*
Removed site cache clearing in TestCase._fixture_setup
Claude Paroz
2013-03-30
1
-3
/
+0
*
Fixed spelling errors
Gavin Wahl
2013-03-28
1
-1
/
+1
*
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-03-24
1
-13
/
+0
*
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...
Loic Bistuer
2013-03-25
1
-1
/
+3
*
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-19
1
-2
/
+2
*
Stopped using non-standard __globals__ and __code__ attributes.
Aymeric Augustin
2013-03-17
1
-2
/
+2
*
Fixed memory leak in tests
Anssi Kääriäinen
2013-03-17
1
-1
/
+1
*
Abused atomic for transaction handling in TestCase.
Aymeric Augustin
2013-03-11
1
-7
/
+9
*
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
1
-18
/
+1
*
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
1
-0
/
+3
*
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-11
1
-4
/
+0
*
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-07
1
-3
/
+2
*
Added a context manager to capture queries while testing.
Simon Charette
2013-03-02
2
-24
/
+50
*
Implemented persistent database connections.
Aymeric Augustin
2013-02-28
1
-5
/
+7
*
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-25
1
-1
/
+2
*
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-19
1
-0
/
+6
*
Fixed #19833 -- Fixed import parameter encoding in get_runner
Claude Paroz
2013-02-16
1
-3
/
+4
*
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-02-13
2
-2
/
+2
*
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-02-10
1
-0
/
+3
*
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...
Julien Phalip
2013-02-02
1
-0
/
+16
*
Merge pull request #690 from rafales/ticket_19711
Aymeric Augustin
2013-01-31
1
-1
/
+1
|
\
|
*
Fixed #19711 -- Typo in __all__ declaration in django/test/simple.py
Rafal Stozek
2013-01-31
1
-1
/
+1
*
|
Deprecated undocumented warnings manipulation testing tools.
Ramiro Morales
2013-01-31
2
-7
/
+21
|
/
*
Fixed #19546 - ensure that deprecation warnings are shown during tests
Preston Holmes
2013-01-09
1
-0
/
+13
*
Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.
Aymeric Augustin
2013-01-01
3
-14
/
+11
*
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-31
2
-14
/
+29
*
Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests
Luke Plant
2012-12-24
1
-0
/
+8
[next]