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
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-02-08
1
-0
/
+5
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-17
/
+18
*
Fixed #26063 -- Crash when passing > 2000 params.
Aymeric Augustin
2016-01-21
1
-0
/
+12
*
Refs #8548 -- Removed a workaround for lengthy verbose name.
Simon Charette
2016-01-06
1
-4
/
+0
*
Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.
Stewart Park
2015-12-15
1
-0
/
+20
*
Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-11-14
1
-0
/
+1
*
Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-10-06
1
-0
/
+24
*
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-09-17
1
-3
/
+13
*
Fixed #25400 -- Fixed regression in nonexistent features on gis backends.
Daniel Hahler
2015-09-17
1
-0
/
+8
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-8
/
+32
*
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-11
1
-2
/
+0
*
Changed database connection duplication technique.
Aymeric Augustin
2015-09-09
1
-17
/
+9
*
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
1
-2
/
+0
*
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
2
-5
/
+5
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-5
/
+9
*
Fixed db.utils.load_backend() on non-ASCII paths.
Tim Graham
2015-07-17
1
-4
/
+3
*
Filtered out 'base' from database backend choices error message.
Tim Graham
2015-07-15
1
-0
/
+17
*
Cleanup: Removed the try-except-fail antipattern from tests
Shai Berger
2015-06-05
1
-4
/
+1
*
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
1
-4
/
+4
*
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
1
-8
/
+14
*
Fixed #24791 -- Added fallback when 'postgres' database isn't available
Claude Paroz
2015-05-15
1
-0
/
+26
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-1
/
+1
*
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...
Tim Graham
2015-02-16
1
-3
/
+3
*
Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
Aymeric Augustin
2015-02-14
1
-0
/
+28
*
Fixed E265 comment style
Collin Anderson
2015-02-06
1
-7
/
+7
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
2
-9
/
+13
*
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-27
1
-3
/
+10
*
Fixed typos in code comments.
Adam Taylor
2015-01-20
1
-1
/
+1
*
Removed support for old-style test database settings per deprecation timeline.
Tim Graham
2015-01-17
1
-121
/
+1
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-1
/
+1
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
1
-9
/
+6
*
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
1
-0
/
+19
*
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-29
1
-0
/
+2
*
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-23
1
-3
/
+4
*
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-13
1
-2
/
+2
*
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-12
1
-1
/
+17
*
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-12-03
1
-8
/
+11
*
Fixed #23807 -- Ignored non-digits in psycopg2 version
Andriy Sokolovskiy
2014-12-01
1
-1
/
+11
*
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
1
-2
/
+2
*
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-11-03
1
-3
/
+3
*
Fixed #23514 -- Prevented queries in PostGISOperations init
Claude Paroz
2014-09-18
1
-0
/
+8
*
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-09-03
1
-12
/
+0
*
Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.
Tim Graham
2014-08-02
1
-24
/
+0
*
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
Tim Graham
2014-08-01
1
-8
/
+8
*
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-17
2
-18
/
+13
*
Silenced deprecation warnings for refs #22811 and fixed build.
Tim Graham
2014-06-12
1
-2
/
+9
*
Fixed #22811 -- Allowed setting both the old and new TEST database settings.
Tim Graham
2014-06-12
1
-0
/
+116
*
Fixed flake8 error.
Tim Graham
2014-06-07
1
-1
/
+0
[next]