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
*
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
*
Fixed test again. Refs #12581.
Aymeric Augustin
2014-06-07
1
-0
/
+5
*
Made a test compatible with Python 2 and 3.
Aymeric Augustin
2014-06-07
1
-1
/
+1
*
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-06-07
1
-2
/
+60
*
Avoided using BinaryField unecessarily in tests.
Aymeric Augustin
2014-06-05
2
-4
/
+7
*
Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-05-08
1
-4
/
+1
*
Reorganized backends tests.
Aymeric Augustin
2014-05-08
1
-200
/
+147
*
Fixed #21202 -- Maintained atomicity when the server disconnects.
Aymeric Augustin
2014-04-10
1
-7
/
+0
*
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-04-09
1
-0
/
+31
*
Used more specific test assertions.
Aymeric Augustin
2014-04-09
1
-2
/
+2
*
Added test to confirm #12583 resolution
Claude Paroz
2014-03-31
1
-1
/
+15
*
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
1
-1
/
+1
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-5
/
+5
*
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-02-06
1
-3
/
+2
*
Fixed typo in 3ffeb931.
Aymeric Augustin
2014-02-02
1
-1
/
+1
*
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
1
-22
/
+28
*
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-02-02
1
-1
/
+2
*
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-26
1
-3
/
+5
*
Fixed a test that was failing with PostGIS.
Aymeric Augustin
2014-01-12
1
-1
/
+1
*
Restored a test broken by overzealous PEP8 cleanup
Aymeric Augustin
2014-01-12
1
-0
/
+2
*
Fixed flake8 issues.
Simon Charette
2014-01-12
1
-1
/
+0
*
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2014-01-12
1
-4
/
+19
*
Fixed a test isolation issue. Refs #17062.
Aymeric Augustin
2014-01-12
1
-6
/
+9
*
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
1
-3
/
+3
*
PEP8 cleanup
Jason Myers
2013-11-02
1
-8
/
+10
*
Fixed E225 pep8 warnings.
Tim Graham
2013-10-23
1
-2
/
+2
*
Fixed #21187 -- Import CursorWrapper from django.db.backend.utils
Anssi Kääriäinen
2013-09-28
1
-3
/
+1
*
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-25
1
-0
/
+25
*
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-16
1
-1
/
+1
*
Fixed this syntax error on py32
Alex Gaynor
2013-09-06
1
-1
/
+1
*
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
1
-0
/
+20
*
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-06
1
-0
/
+20
*
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-09-05
1
-1
/
+1
[next]